Uses of Class
org.jcsp.net.DomainID
-
Packages that use DomainID Package Description org.jcsp.net This is main package for JCSP.NET. -
-
Uses of DomainID in org.jcsp.net
Fields in org.jcsp.net declared as DomainID Modifier and Type Field Description private DomainIDNodeID. domainIDThe Domain of which the Node represented by this NodeID is a member.Methods in org.jcsp.net that return DomainID Modifier and Type Method Description (package private) static DomainIDDomainID. createFromStringForm(java.lang.String str)Deprecated.not needed now channel names abstractedDomainIDNodeID. 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 DomainID Modifier and Type Method Description (package private) voidNodeID. setDomainID(DomainID domainID)Constructors in org.jcsp.net with parameters of type DomainID Constructor Description NodeID(NodeUI nodeUI, NodeAddressID[] addressIDs, DomainID domainID)NodeID(NodeUI nodeUI, NodeAddressID addressID, DomainID domainID)
-