Package | Description |
---|---|
org.jcsp.net |
This is main package for JCSP.NET.
|
Modifier and Type | Field and Description |
---|---|
private DomainID |
NodeID.domainID
The Domain of which the Node represented by this NodeID is a member.
|
Modifier and Type | Method and Description |
---|---|
(package private) static DomainID |
DomainID.createFromStringForm(java.lang.String str)
Deprecated.
not needed now channel names abstracted
|
DomainID |
NodeID.getDomainID()
Get the
DomainID of the domain to which the Node represented by
this NodeID object belongs. |
(package private) static DomainID |
DomainID.getNullDomainID() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
NodeID.setDomainID(DomainID domainID) |
Constructor and Description |
---|
NodeID(NodeUI nodeUI,
NodeAddressID[] addressIDs,
DomainID domainID) |
NodeID(NodeUI nodeUI,
NodeAddressID addressID,
DomainID domainID) |