edu.stanford.db.rdf.model.i
Class RDFNodeImpl

edu.stanford.db.rdf.model.i.RDFNodeImpl
All Implemented Interfaces:
RDFNode
Direct Known Subclasses:
LiteralImpl, ResourceImpl

public abstract class RDFNodeImpl
implements RDFNode


Field Summary
protected  int nodeID
           
 
Constructor Summary
protected RDFNodeImpl()
           
protected RDFNodeImpl(int nodeID)
           
 
Method Summary
 boolean equals(java.lang.Object that)
          That's the beauty of it...
abstract  java.lang.String getLabel()
          The formal string label of the node.
 long getLongID()
           
 int hashCode()
           
 java.lang.String toString()
           
 

Field Detail

nodeID

protected int nodeID
Constructor Detail

RDFNodeImpl

protected RDFNodeImpl(int nodeID)

RDFNodeImpl

protected RDFNodeImpl()
Method Detail

toString

public java.lang.String toString()

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

getLongID

public long getLongID()

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object that)
That's the beauty of it...