public abstract class AbstractBNode extends Object implements BNode
BNode
, offering common functionality.Constructor and Description |
---|
AbstractBNode() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Compares this blank node to another object.
|
int |
hashCode()
Computes the hash code of this blank node.
|
String |
stringValue()
Returns the String-value of a Value object.
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
isResource
public String stringValue()
Value
Literal
's label, a
IRI
's URI or a BNode
's ID.stringValue
in interface Value
public boolean equals(Object o)
BNode
public int hashCode()
BNode
hashCode
in interface BNode
hashCode
in class Object
BNode.getID()
.hashCode()
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.