public class SimpleBNode extends AbstractBNode
BNode
interface.Modifier | Constructor and Description |
---|---|
protected |
SimpleBNode()
Creates a new, unitialized blank node.
|
protected |
SimpleBNode(String id)
Creates a new blank node with the supplied identifier.
|
Modifier and Type | Method and Description |
---|---|
String |
getID()
Retrieves this blank node's identifier.
|
protected void |
setID(String id) |
equals, hashCode, stringValue, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
isResource
protected SimpleBNode()
set
before the
normal methods can be used.protected SimpleBNode(String id)
id
- The identifier for this blank node, must not be null.Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.