Package org.jcsp.net2

Class NetLocation

    • Constructor Summary

      Constructors 
      Constructor Description
      NetLocation()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract NodeAddress getNodeAddress()
      Gets the NodeAddress part of the location structure
      abstract NodeID getNodeID()
      Gets the NodeID part of the location structure
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NetLocation

        public NetLocation()
    • Method Detail

      • getNodeID

        public abstract NodeID getNodeID()
        Gets the NodeID part of the location structure
        Returns:
        the NodeID part of the NetLocation
      • getNodeAddress

        public abstract NodeAddress getNodeAddress()
        Gets the NodeAddress part of the location structure
        Returns:
        The NodeAddress part of the NetLocation