| Package | Description |
|---|---|
| org.eclipse.rdf4j.model |
RDF Model API
|
| org.eclipse.rdf4j.model.impl |
Default implementations of the RDF model interfaces.
|
| org.eclipse.rdf4j.model.util |
| Modifier and Type | Method and Description |
|---|---|
ValueFactory |
Graph.getValueFactory()
Deprecated.
SimpleValueFactory.getInstance() will obtain a default
value factory implementation. If you are working with the Repository API, then
Repository instances also supply a getValueFactory() method. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractValueFactory
Abstract base class for
ValueFactory implementations. |
class |
SimpleValueFactory
Default implementation of the
ValueFactory interface. |
class |
ValidatingValueFactory
Validating wrapper to
ValueFactory. |
class |
ValueFactoryBase
Deprecated.
since 4.0. Use
AbstractValueFactory instead. |
class |
ValueFactoryImpl
Deprecated.
since 4.0. Use
SimpleValueFactory instead. |
| Modifier and Type | Field and Description |
|---|---|
protected ValueFactory |
GraphImpl.valueFactory
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ValueFactory |
GraphImpl.getValueFactory()
Deprecated.
|
ValueFactory |
AbstractModel.getValueFactory()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraphImpl.setValueFactory(ValueFactory valueFactory)
Deprecated.
|
| Constructor and Description |
|---|
GraphImpl(ValueFactory valueFactory)
Deprecated.
|
GraphImpl(ValueFactory valueFactory,
Collection<? extends Statement> statements)
Deprecated.
|
ValidatingValueFactory(ValueFactory delegate) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Statements.consume(ValueFactory vf,
Resource subject,
IRI predicate,
Value object,
java.util.function.Consumer<Statement> consumer,
Resource... contexts)
|
static <C extends Collection<Statement>> |
Statements.create(ValueFactory vf,
Resource subject,
IRI predicate,
Value object,
C collection,
Resource... contexts)
Creates one or more
Statement objects with the given subject, predicate and object, one for
each given context. |
static Literal |
Literals.createLiteral(ValueFactory valueFactory,
Object object)
Creates a typed
Literal out of the supplied object, mapping the runtime type of the object to
the appropriate XML Schema type. |
static Literal |
Literals.createLiteralOrFail(ValueFactory valueFactory,
Object object)
Creates a typed
Literal out of the supplied object, mapping the runtime type of the object to
the appropriate XML Schema type. |
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.