public class PrimitivePortId extends PortProtoId
chronIndex, externalId, parentId
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName(Snapshot snapshot)
Method to return the name of this PortProtoId in a specified Snapshot.
|
PrimitiveNodeId |
getParentId()
Method to return the parent NodeProtoId of this PortProtoId.
|
PrimitivePort |
inDatabase(EDatabase database)
Method to return the PortProto representing PortProtoId in the specified EDatabase.
|
PrimitivePort |
inSnapshot(Snapshot snapshot)
Method to return the PrimitivePort representing PrimitivePortId in the specified Snapshot.
|
getChronIndex, getExternalId, hashCode, toString
public PrimitiveNodeId getParentId()
getParentId
in class PortProtoId
public java.lang.String getName(Snapshot snapshot)
getName
in class PortProtoId
snapshot
- snapshot for name search.public PrimitivePort inSnapshot(Snapshot snapshot)
snapshot
- Snapshot where to get from.public PrimitivePort inDatabase(EDatabase database)
inDatabase
in class PortProtoId
database
- EDatabase where to get from.