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 DomainID
NodeID.domainID
The 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 DomainID
DomainID.createFromStringForm
(String str) Deprecated.not needed now channel names abstractedNodeID.getDomainID()
Get theDomainID
of the domain to which the Node represented by thisNodeID
object belongs.(package private) static DomainID
DomainID.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)