Uses of Class
org.jcsp.net.NodeUI
-
Packages that use NodeUI Package Description org.jcsp.net This is main package for JCSP.NET. -
-
Uses of NodeUI in org.jcsp.net
Subclasses of NodeUI in org.jcsp.net Modifier and Type Class Description classNodeUIImplThis is a default implementation forNodeUIthat is used if no other implementation is supplied.Fields in org.jcsp.net declared as NodeUI Modifier and Type Field Description private NodeUINodeID. nodeUIA unique identifier for this node.Methods in org.jcsp.net that return NodeUI Modifier and Type Method Description static NodeUINodeUI. createFromStringForm(java.lang.String stringForm)Creates a NodeUI from a String in the format of that returned from thegetImplStringForm()method.NodeUIUIFactory. getUIForThisJVM()Returns a Serializable object that is a unique identifier for this Node.Methods in org.jcsp.net with parameters of type NodeUI Modifier and Type Method Description protected abstract booleanNodeUI. checkEqual(NodeUI other)An abstract method to be implemented to return whether anotherNodeUIobject is equal to this instance.booleanNodeUIImpl. checkEqual(NodeUI other)Compares anotherNodeUIwith thisNodeUIImpl.Constructors in org.jcsp.net with parameters of type NodeUI Constructor Description NodeID(NodeUI nodeUI)NodeID(NodeUI nodeUI, NodeAddressID[] addressIDs, DomainID domainID)NodeID(NodeUI nodeUI, NodeAddressID addressID, DomainID domainID)
-