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 classApplicationIDA Class whose instances represent a unique identifier for a JCSP.NET application.classDomainIDA Class whose instances represent a unique identifier for a JCSP.NET domain.classGlobalIDA Class whose instances represent the global domain.classNodeIDA 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 AbstractIDAbstractID. getParentID()Returns this instance's parentAbstractIDobject.AbstractIDApplicationID. getParentID()Returns the parentNodeIDof this object.AbstractIDDomainID. getParentID()Returns the identifier representing this domain's parent domain.AbstractIDGlobalID. getParentID()Returnsnullas there is no parentAbstractIDof instances of this class.AbstractIDNodeID. getParentID()Methods in org.jcsp.net with parameters of type AbstractID Modifier and Type Method Description (package private) abstract booleanAbstractID. onSameBranch(AbstractID abstractID)This tests whether another ID is on the same branch of a hierachy.(package private) booleanApplicationID. onSameBranch(AbstractID abstractID)(package private) booleanDomainID. onSameBranch(AbstractID abstractID)(package private) booleanGlobalID. onSameBranch(AbstractID abstractID)(package private) booleanNodeID. 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 AbstractIDNameAccessLevel. abstractIDMethods in org.jcsp.net.cns that return AbstractID Modifier and Type Method Description (package private) AbstractIDNameAccessLevel. getLevelAbstractID()Accessor for the underlyingAbstractIDobject.Constructors in org.jcsp.net.cns with parameters of type AbstractID Constructor Description NameAccessLevel(AbstractID abstractID)Constructor which takes anAbstractIDto use for identifying the namespace.
-