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 DomainID
NodeID. domainID
The 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 DomainID
DomainID. createFromStringForm(java.lang.String str)
Deprecated.not needed now channel names abstractedDomainID
NodeID. 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 DomainID Modifier and Type Method Description (package private) void
NodeID. 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)
-