org.almendra.janet.cas.node
Class CapabilityPath
java.lang.Object
org.almendra.janet.cas.node.LocalCapabilityPath
org.almendra.janet.cas.node.CapabilityPath
- All Implemented Interfaces:
- java.io.Serializable, IPath
public class CapabilityPath
- extends LocalCapabilityPath
- implements IPath, java.io.Serializable
- Author:
- Oliver
- See Also:
- Serialized Form
Field Summary |
protected java.lang.String |
nodeName
|
Constructor Summary |
protected |
CapabilityPath()
Creates a new CapabilityPath object. |
|
CapabilityPath(java.lang.String nodeName,
java.lang.String applicationName,
java.lang.String capabilityName)
Creates a new CapabilityPath object. |
Methods inherited from class org.almendra.janet.cas.node.LocalCapabilityPath |
checkValidity, containsApplication, containsCapability, getApplicationName, getCapabilityName, getQualifiedPathNames, hashCode, init, sameAttributeValues, setApplicationName, setCapabilityName |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
nodeName
protected java.lang.String nodeName
CapabilityPath
protected CapabilityPath()
- Creates a new
CapabilityPath
object.
CapabilityPath
public CapabilityPath(java.lang.String nodeName,
java.lang.String applicationName,
java.lang.String capabilityName)
- Creates a new
CapabilityPath
object.
getNodeName
public java.lang.String getNodeName()
- Returns:
- Returns the nodeName.
equals
public boolean equals(java.lang.Object arg)
- Overrides:
equals
in class LocalCapabilityPath
sameAttributeValues
protected boolean sameAttributeValues(CapabilityPath path)
- Parameters:
path
-
- Returns:
getQualifiedPathName
public java.lang.String getQualifiedPathName()
- Specified by:
getQualifiedPathName
in interface IPath
- Overrides:
getQualifiedPathName
in class LocalCapabilityPath
- Returns: