Uses of Class
org.jcsp.net.AbstractID
Packages that use AbstractID
Package
Description
This is main package for JCSP.NET.
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.netModifier and TypeClassDescriptionclassA Class whose instances represent a unique identifier for a JCSP.NET application.final classA Class whose instances represent a unique identifier for a JCSP.NET domain.final classA Class whose instances represent the global domain.final classA Class whose instances represent a unique identifier for a JCSP.NET Node.Methods in org.jcsp.net that return AbstractIDModifier and TypeMethodDescriptionabstract AbstractIDAbstractID.getParentID()Returns this instance's parentAbstractIDobject.ApplicationID.getParentID()Returns the parentNodeIDof this object.DomainID.getParentID()Returns the identifier representing this domain's parent domain.GlobalID.getParentID()Returnsnullas there is no parentAbstractIDof instances of this class.NodeID.getParentID()Methods in org.jcsp.net with parameters of type AbstractIDModifier and TypeMethodDescription(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 AbstractIDMethods in org.jcsp.net.cns that return AbstractIDModifier and TypeMethodDescription(package private) AbstractIDNameAccessLevel.getLevelAbstractID()Accessor for the underlyingAbstractIDobject.Constructors in org.jcsp.net.cns with parameters of type AbstractIDModifierConstructorDescriptionNameAccessLevel(AbstractID abstractID) Constructor which takes anAbstractIDto use for identifying the namespace.