org.w3c.rdf.implementation.model
Class RDFNodeImpl

java.lang.Object
  |
  +--org.w3c.rdf.implementation.model.RDFNodeImpl
All Implemented Interfaces:
RDFNode
Direct Known Subclasses:
LiteralImpl, ResourceImpl

public abstract class RDFNodeImpl
extends java.lang.Object
implements RDFNode


Constructor Summary
RDFNodeImpl()
           
 
Method Summary
 boolean equals(java.lang.Object that)
           
abstract  java.lang.String getLabel()
          The formal string label of the node.
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RDFNodeImpl

public RDFNodeImpl()
Method Detail

toString

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

getLabel

public abstract java.lang.String getLabel()
Description copied from interface: RDFNode
The formal string label of the node. URI in case of a resource, string in case of a literal.
Specified by:
getLabel in interface RDFNode

hashCode

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

equals

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