Uses of Interface
com.pervasive.datarush.graphs.OutputPortInstance
-
Packages that use OutputPortInstance Package Description com.pervasive.datarush.graphs Provides classes and interfaces for the construction of executable dataflow graphs. -
-
Uses of OutputPortInstance in com.pervasive.datarush.graphs
Methods in com.pervasive.datarush.graphs that return OutputPortInstance Modifier and Type Method Description OutputPortInstance
OutputPortInstance. getSnapshot()
Methods in com.pervasive.datarush.graphs that return types with arguments of type OutputPortInstance Modifier and Type Method Description List<? extends OutputPortInstance>
OperatorInstance. getOutputPorts()
Returns a description of the output ports defined by this operator.
-