|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BlankNode
RDF blank node. Note that blank nodes are deliberately devoid of indentifying attributes.
Blank nodes, can either be subjects or objects.
Method Summary | |
---|---|
boolean |
equals(Object obj)
While the internal structure of a BlankNode is not defined equality between two nodes should be able to be determined. |
int |
hashCode()
Returns a hash-code value for this BlankNode. |
Methods inherited from interface org.jrdf.graph.TypedNodeVisitable |
---|
accept |
Methods inherited from interface org.jrdf.graph.TypedNodeVisitable |
---|
accept |
Method Detail |
---|
int hashCode()
hashCode
in class Object
boolean equals(Object obj)
equals
in class Object
obj
- the reference object with which to compare.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |