Uses of Interface
com.pervasive.datarush.graphs.InputPortInstance
Packages that use InputPortInstance
Package
Description
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 InputPortInstanceModifier and TypeMethodDescriptionLogicalGraphInstance.getPortInstance(LogicalPort inputPort) Looks up an operator instance by the input port of aLogicalOperatorthat was added to the graph.InputPortInstance.getSnapshot()Methods in com.pervasive.datarush.graphs that return types with arguments of type InputPortInstanceModifier and TypeMethodDescriptionList<? extends InputPortInstance>OperatorInstance.getInputPorts()Returns a description of the input ports defined by this operator.