|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BNode
A blank node (aka bnode, aka anonymous node). A blank node has an identifier to be able to compare it to other blank nodes internally. Please note that, conceptually, blank node equality can only be determined by examining the statements that refer to them.
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compares a blank node object to another object. |
String |
getID()
retrieves this blank node's identifier. |
int |
hashCode()
The hash code of a blank node is defined as the hash code of its identifier: id.hashCode(). |
| Methods inherited from interface org.openrdf.model.Value |
|---|
stringValue |
| Method Detail |
|---|
String getID()
boolean equals(Object o)
equals in class Objecto - The object to compare this blank node to.
BNode
and their IDs are equal, false otherwise.int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||