Interface EdgePeer
- All Superinterfaces:
OsidCapsule
An interface for the peers of the Edge relationship.
-
Method Summary
Modifier and TypeMethodDescriptionGets theIdof the destination node.Gets theIdof the source node.
-
Method Details
-
getSourceNodeId
Id getSourceNodeId()Gets theIdof the source node.- Returns:
- the node
Id - Compliance:
mandatory- This method must be implemented.
-
getDestinationNodeId
Id getDestinationNodeId()Gets theIdof the destination node.- Returns:
- the node
Id - Compliance:
mandatory- This method must be implemented.
-