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 TypeClassDescriptionclass
A Class whose instances represent a unique identifier for a JCSP.NET application.final class
A Class whose instances represent a unique identifier for a JCSP.NET domain.final class
A Class whose instances represent the global domain.final class
A Class whose instances represent a unique identifier for a JCSP.NET Node.Methods in org.jcsp.net that return AbstractIDModifier and TypeMethodDescriptionabstract AbstractID
AbstractID.getParentID()
Returns this instance's parentAbstractID
object.ApplicationID.getParentID()
Returns the parentNodeID
of this object.DomainID.getParentID()
Returns the identifier representing this domain's parent domain.GlobalID.getParentID()
Returnsnull
as there is no parentAbstractID
of instances of this class.NodeID.getParentID()
Methods in org.jcsp.net with parameters of type AbstractIDModifier and TypeMethodDescription(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 AbstractIDMethods in org.jcsp.net.cns that return AbstractIDModifier and TypeMethodDescription(package private) AbstractID
NameAccessLevel.getLevelAbstractID()
Accessor for the underlyingAbstractID
object.Constructors in org.jcsp.net.cns with parameters of type AbstractIDModifierConstructorDescriptionNameAccessLevel
(AbstractID abstractID) Constructor which takes anAbstractID
to use for identifying the namespace.