org.semanticweb.owlapi.model
Class NodeID.NodeIDImpl

java.lang.Object
  extended by org.semanticweb.owlapi.model.NodeID
      extended by org.semanticweb.owlapi.model.NodeID.NodeIDImpl
All Implemented Interfaces:
java.lang.Comparable<NodeID>
Enclosing class:
NodeID

public static class NodeID.NodeIDImpl
extends NodeID


Nested Class Summary
 
Nested classes/interfaces inherited from class org.semanticweb.owlapi.model.NodeID
NodeID.NodeIDImpl
 
Constructor Summary
NodeID.NodeIDImpl()
           
NodeID.NodeIDImpl(java.lang.String id)
           
 
Method Summary
 int compareTo(NodeID o)
           
 boolean equals(java.lang.Object obj)
           
 java.lang.String getID()
          Gets the string representation of the node ID.
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class org.semanticweb.owlapi.model.NodeID
getNodeID, getNodeID
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodeID.NodeIDImpl

public NodeID.NodeIDImpl(java.lang.String id)

NodeID.NodeIDImpl

public NodeID.NodeIDImpl()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

compareTo

public int compareTo(NodeID o)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getID

public java.lang.String getID()
Gets the string representation of the node ID. This will begin with _:

Specified by:
getID in class NodeID
Returns:
The string representation of the node ID.