Package org.jcsp.net

Class NodeKey


  • public final class NodeKey
    extends java.lang.Object

    An object that is returned when the Node is initialized. It is required for any Node management operations.

    • Constructor Summary

      Constructors 
      Constructor Description
      NodeKey()
      This should only be constructed in the Node class.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • NodeKey

        NodeKey()
        This should only be constructed in the Node class.