Uses of Class
org.jcsp.net.AbstractID
-
Packages that use AbstractID Package Description org.jcsp.net This is main package for JCSP.NET.org.jcsp.net.cns This package contains the files specifically for the JCSP.NET Channel Name Service (CNS). -
-
Uses of AbstractID in org.jcsp.net
Subclasses of AbstractID in org.jcsp.net Modifier and Type Class Description class
ApplicationID
A Class whose instances represent a unique identifier for a JCSP.NET application.class
DomainID
A Class whose instances represent a unique identifier for a JCSP.NET domain.class
GlobalID
A Class whose instances represent the global domain.class
NodeID
A Class whose instances represent a unique identifier for a JCSP.NET Node.Methods in org.jcsp.net that return AbstractID Modifier and Type Method Description abstract AbstractID
AbstractID. getParentID()
Returns this instance's parentAbstractID
object.AbstractID
ApplicationID. getParentID()
Returns the parentNodeID
of this object.AbstractID
DomainID. getParentID()
Returns the identifier representing this domain's parent domain.AbstractID
GlobalID. getParentID()
Returnsnull
as there is no parentAbstractID
of instances of this class.AbstractID
NodeID. getParentID()
Methods in org.jcsp.net with parameters of type AbstractID Modifier and Type Method Description (package private) abstract boolean
AbstractID. onSameBranch(AbstractID abstractID)
This tests whether another ID is on the same branch of a hierachy.(package private) boolean
ApplicationID. onSameBranch(AbstractID abstractID)
(package private) boolean
DomainID. onSameBranch(AbstractID abstractID)
(package private) boolean
GlobalID. onSameBranch(AbstractID abstractID)
(package private) boolean
NodeID. onSameBranch(AbstractID abstractID)
-
Uses of AbstractID in org.jcsp.net.cns
Fields in org.jcsp.net.cns declared as AbstractID Modifier and Type Field Description private AbstractID
NameAccessLevel. abstractID
Methods in org.jcsp.net.cns that return AbstractID Modifier and Type Method Description (package private) AbstractID
NameAccessLevel. getLevelAbstractID()
Accessor for the underlyingAbstractID
object.Constructors in org.jcsp.net.cns with parameters of type AbstractID Constructor Description NameAccessLevel(AbstractID abstractID)
Constructor which takes anAbstractID
to use for identifying the namespace.
-