public interface EdgePeer extends OsidCapsule
An interface for the peers of the Edge relationship.
| Modifier and Type | Method and Description |
|---|---|
Id |
getDestinationNodeId()
Gets the
Id of the destination node. |
Id |
getSourceNodeId()
Gets the
Id of the source node. |
Id getSourceNodeId()
Id of the source node. Id mandatory - This method must be implemented. Id getDestinationNodeId()
Id of the destination node. Id mandatory - This method must be implemented.