-
- All Superinterfaces:
PortInstance
public interface OutputPortInstance extends PortInstance
A runtime instance of aLogicalPort.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutputPortInstancegetSnapshot()Returns a snapshot that reflects a point-in-time of this port instance.-
Methods inherited from interface com.pervasive.datarush.graphs.PortInstance
getName, getPath
-
-
-
-
Method Detail
-
getSnapshot
OutputPortInstance getSnapshot()
Description copied from interface:PortInstanceReturns a snapshot that reflects a point-in-time of this port instance.- Specified by:
getSnapshotin interfacePortInstance- Returns:
- a snapshot of the port instance
-
-