| Package | Description |
|---|---|
| org.eclipse.rdf4j.model |
The RDF Model API
|
| org.eclipse.rdf4j.model.base |
Abstract base classes for RDF Model API 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 |
AbstractBNode
Base class for
BNode, offering common functionality. |
| Modifier and Type | Method and Description |
|---|---|
BNode |
AbstractValueFactory.createBNode() |
BNode |
AbstractValueFactory.createBNode(String nodeID) |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.