|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.w3c.rdf.implementation.model.RDFNodeImpl
Field Summary | |
protected Digest |
digest
|
Constructor Summary | |
RDFNodeImpl()
|
Method Summary | |
boolean |
equals(java.lang.Object that)
|
Digest |
getDigest()
|
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 |
Field Detail |
protected Digest digest
Constructor Detail |
public RDFNodeImpl()
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
public abstract java.lang.String getLabel()
RDFNode
getLabel
in interface RDFNode
public int hashCode()
hashCode
in class java.lang.Object
public Digest getDigest() throws DigestException
getDigest
in interface Digestable
org.w3c.tools.crypt.Digestable
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |