org.almendra.janet.cas.node
Class CapabilityPath

java.lang.Object
  extended by org.almendra.janet.cas.node.LocalCapabilityPath
      extended by 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
           
 
Fields inherited from class org.almendra.janet.cas.node.LocalCapabilityPath
applicationName, capabilityName
 
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.
 
Method Summary
 boolean equals(java.lang.Object arg)
           
 java.lang.String getNodeName()
           
 java.lang.String getQualifiedPathName()
           
protected  boolean sameAttributeValues(CapabilityPath path)
           
 
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
 

Field Detail

nodeName

protected java.lang.String nodeName
Constructor Detail

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.

Method Detail

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: