public interface BNode extends Resource
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Compares this blank node to another object.
|
String |
getID()
Retrieves this blank node's identifier.
|
int |
hashCode()
Computes the hash code of this blank node.
|
default boolean |
isBNode()
Check if the object is an instance of the given type.
|
isResource
isIRI, isLiteral, isTriple, stringValue
default boolean isBNode()
Value
String getID()
boolean equals(Object o)
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.