| Package | Description |
|---|---|
| org.openrdf.model |
RDF model interfaces.
|
| org.openrdf.model.impl |
Default implementations of the RDF model interfaces.
|
| org.openrdf.model.util |
| Modifier and Type | Method and Description |
|---|---|
ValueFactory |
Graph.getValueFactory()
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ValueFactoryBase
Abstract base class for
ValueFactory implementations that implements
the utility methods for creating literals for basic types by calling the
generic createLiteral(String, URI) with the appropriate
value and datatype. |
class |
ValueFactoryImpl
Default implementation of the ValueFactory interface that uses the RDF model
classes from this package.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2001-2014 Aduna. All Rights Reserved.