| Package | Description |
|---|---|
| org.openrdf.model |
RDF model interfaces.
|
| org.openrdf.model.impl |
Default implementations of the RDF model interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
BNode |
ValueFactory.createBNode()
Creates a new bNode.
|
BNode |
ValueFactory.createBNode(String nodeID)
Creates a new blank node with the given node identifier.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BNodeImpl
An implementation of the
BNode interface. |
| Modifier and Type | Method and Description |
|---|---|
BNode |
ValueFactoryBase.createBNode() |
BNode |
ValueFactoryImpl.createBNode(String nodeID) |
Copyright © 2001-2014 Aduna. All Rights Reserved.