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() -
Uses of AbstractID in org.jcsp.net.cns
Constructors in org.jcsp.net.cns with parameters of type AbstractIDModifierConstructorDescriptionNameAccessLevel(AbstractID abstractID) Constructor which takes anAbstractIDto use for identifying the namespace.