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, setVersion
public RdbmsBNode(BNode bnode)
public String getID()
BNode
public String stringValue()
Value
Literal
's label, a URI
's URI or a BNode
's ID.stringValue
in interface Value
public boolean equals(Object o)
BNode
Copyright © 2001-2016 Aduna. All Rights Reserved.