Uses of Class
org.jcsp.net.NodeUI

Packages that use NodeUI
org.jcsp.net This is main package for JCSP.NET. 
 

Uses of NodeUI in org.jcsp.net
 

Subclasses of NodeUI in org.jcsp.net
 class NodeUIImpl
          This is a default implementation for NodeUI that is used if no other implementation is supplied.
 

Methods in org.jcsp.net that return NodeUI
static NodeUI NodeUI.createFromStringForm(String stringForm)
          Creates a NodeUI from a String in the format of that returned from the getImplStringForm() method.
 NodeUI UIFactory.getUIForThisJVM()
           Returns a Serializable object that is a unique identifier for this Node.
 

Methods in org.jcsp.net with parameters of type NodeUI
 boolean NodeUIImpl.checkEqual(NodeUI other)
          Compares another NodeUI with this NodeUIImpl.
protected abstract  boolean NodeUI.checkEqual(NodeUI other)
          An abstract method to be implemented to return whether another NodeUI object is equal to this instance.
 



Copyright © 1996-2012. All Rights Reserved.