T - the type of portpublic abstract class LogicalPortFactory<T extends LogicalPort> extends Object
| Constructor and Description |
|---|
LogicalPortFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract com.pervasive.datarush.graphs.internal.LogicalPortProvider |
getProvider()
Public only as a matter of implementation; clients should not use this method
directly.
|
abstract T |
newPort(LogicalOperator owner,
String name,
LogicalPort.Direction direction,
boolean optional)
Public only as a matter of implementation; clients should not use this method
directly.
|
public abstract T newPort(LogicalOperator owner, String name, LogicalPort.Direction direction, boolean optional)
AbstractLogicalOperator. For example
use newRecordInput to create
a record input port.owner - the owner of the portname - the name of the portdirection - the port directionoptional - whether the port is optionalpublic abstract com.pervasive.datarush.graphs.internal.LogicalPortProvider getProvider()
Copyright © 2020 Actian Corporation. All rights reserved.