org.semanticweb.owlapi.model
Class NodeID.NodeIDImpl
java.lang.Object
org.semanticweb.owlapi.model.NodeID
org.semanticweb.owlapi.model.NodeID.NodeIDImpl
- All Implemented Interfaces:
- java.lang.Comparable<NodeID>
- Enclosing class:
- NodeID
public static class NodeID.NodeIDImpl
- extends NodeID
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
NodeID.NodeIDImpl
public NodeID.NodeIDImpl(java.lang.String id)
NodeID.NodeIDImpl
public NodeID.NodeIDImpl()
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.