Uses of Class
org.jcsp.net.DomainID
Packages that use DomainID
-
Uses of DomainID in org.jcsp.net
Fields in org.jcsp.net declared as DomainIDModifier and TypeFieldDescriptionprivate DomainIDNodeID.domainIDThe Domain of which the Node represented by this NodeID is a member.Methods in org.jcsp.net that return DomainIDModifier and TypeMethodDescription(package private) static DomainIDDomainID.createFromStringForm(String str) Deprecated.not needed now channel names abstractedNodeID.getDomainID()Get theDomainIDof the domain to which the Node represented by thisNodeIDobject belongs.(package private) static DomainIDDomainID.getNullDomainID()Methods in org.jcsp.net with parameters of type DomainIDConstructors in org.jcsp.net with parameters of type DomainIDModifierConstructorDescription(package private)NodeID(NodeUI nodeUI, NodeAddressID[] addressIDs, DomainID domainID) (package private)NodeID(NodeUI nodeUI, NodeAddressID addressID, DomainID domainID)