-
- 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 OutputPortInstance
getSnapshot()
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:PortInstance
Returns a snapshot that reflects a point-in-time of this port instance.- Specified by:
getSnapshot
in interfacePortInstance
- Returns:
- a snapshot of the port instance
-
-