Uses of Class
org.jcsp.net.NodeUI
Packages that use NodeUI
-
Uses of NodeUI in org.jcsp.net
Subclasses of NodeUI in org.jcsp.netModifier and TypeClassDescriptionclass
This is a default implementation forNodeUI
that is used if no other implementation is supplied.Fields in org.jcsp.net declared as NodeUIMethods in org.jcsp.net that return NodeUIModifier and TypeMethodDescriptionstatic final NodeUI
NodeUI.createFromStringForm
(String stringForm) Creates a NodeUI from a String in the format of that returned from thegetImplStringForm()
method.UIFactory.getUIForThisJVM()
Returns a Serializable object that is a unique identifier for this Node.Methods in org.jcsp.net with parameters of type NodeUIModifier and TypeMethodDescriptionprotected abstract boolean
NodeUI.checkEqual
(NodeUI other) An abstract method to be implemented to return whether anotherNodeUI
object is equal to this instance.final boolean
NodeUIImpl.checkEqual
(NodeUI other) Compares anotherNodeUI
with thisNodeUIImpl
.Constructors in org.jcsp.net with parameters of type NodeUIModifierConstructorDescription(package private)
(package private)
NodeID
(NodeUI nodeUI, NodeAddressID[] addressIDs, DomainID domainID) (package private)
NodeID
(NodeUI nodeUI, NodeAddressID addressID, DomainID domainID)