Uses of Interface
com.pervasive.datarush.graphs.PortInstance
-
Packages that use PortInstance Package Description com.pervasive.datarush.graphs Provides classes and interfaces for the construction of executable dataflow graphs. -
-
Uses of PortInstance in com.pervasive.datarush.graphs
Subinterfaces of PortInstance in com.pervasive.datarush.graphs Modifier and Type Interface Description interface
InputPortInstance
A runtime instance of aLogicalPort
.interface
OutputPortInstance
A runtime instance of aLogicalPort
.Methods in com.pervasive.datarush.graphs that return PortInstance Modifier and Type Method Description PortInstance
PortInstance. getSnapshot()
Returns a snapshot that reflects a point-in-time of this port instance.
-