Interface EdgePeer

All Superinterfaces:
OsidCapsule

public interface EdgePeer extends OsidCapsule

An interface for the peers of the Edge relationship.

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the Id of the destination node.
    Gets the Id of the source node.
  • Method Details

    • getSourceNodeId

      Id getSourceNodeId()
      Gets the Id of the source node.
      Returns:
      the node Id
      Compliance:
      mandatory - This method must be implemented.
    • getDestinationNodeId

      Id getDestinationNodeId()
      Gets the Id of the destination node.
      Returns:
      the node Id
      Compliance:
      mandatory - This method must be implemented.