Uses of Interface
com.pervasive.datarush.graphs.InputPortInstance
-
Packages that use InputPortInstance Package Description com.pervasive.datarush.graphs Provides classes and interfaces for the construction of executable dataflow graphs. -
-
Uses of InputPortInstance in com.pervasive.datarush.graphs
Methods in com.pervasive.datarush.graphs that return InputPortInstance Modifier and Type Method Description InputPortInstance
LogicalGraphInstance. getPortInstance(LogicalPort inputPort)
Looks up an operator instance by the input port of aLogicalOperator
that was added to the graph.InputPortInstance
InputPortInstance. getSnapshot()
Methods in com.pervasive.datarush.graphs that return types with arguments of type InputPortInstance Modifier and Type Method Description List<? extends InputPortInstance>
OperatorInstance. getInputPorts()
Returns a description of the input ports defined by this operator.
-