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, toStringpublic PrimitiveNodeId getParentId()
getParentId in class PortProtoIdpublic java.lang.String getName(Snapshot snapshot)
getName in class PortProtoIdsnapshot - snapshot for name search.public PrimitivePort inSnapshot(Snapshot snapshot)
snapshot - Snapshot where to get from.public PrimitivePort inDatabase(EDatabase database)
inDatabase in class PortProtoIddatabase - EDatabase where to get from.