public class RdbmsBNode extends RdbmsResource implements BNode
BNodeImpl providing an internal id and version.| Constructor and Description |
|---|
RdbmsBNode(BNode bnode) |
RdbmsBNode(Number id,
Integer version,
BNode bnode) |
| Modifier and Type | Method and Description |
|---|---|
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().
|
String |
stringValue()
Returns the String-value of a Value object.
|
String |
toString() |
getInternalId, getVersion, isExpired, setInternalId, setVersionpublic RdbmsBNode(BNode bnode)
public String getID()
BNodepublic String stringValue()
ValueLiteral's label, a URI's URI or a BNode's ID.stringValue in interface Valuepublic boolean equals(Object o)
BNodeCopyright © 2001–2015 Aduna. All rights reserved.