public interface BNode extends Resource
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().
|
stringValue
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.