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 interfaceInputPortInstanceA runtime instance of aLogicalPort.interfaceOutputPortInstanceA runtime instance of aLogicalPort.Methods in com.pervasive.datarush.graphs that return PortInstance Modifier and Type Method Description PortInstancePortInstance. getSnapshot()Returns a snapshot that reflects a point-in-time of this port instance.
-