| Package | Description |
|---|---|
| org.openrdf.model.impl |
Default implementations of the RDF model interfaces.
|
| Class and Description |
|---|
| AbstractModel
Provides basic operations that are common to all Models.
|
| BooleanLiteralImpl
An extension of
LiteralImpl that stores a boolean value to avoid
parsing. |
| LiteralImpl
An implementation of the
Literal interface. |
| StatementImpl
An implementation of the
Statement interface for statements that
don't have an associated context. |
| ValueFactoryBase
Abstract base class for
ValueFactory implementations that implements
the utility methods for creating literals for basic types by calling the
generic ValueFactory.createLiteral(String, URI) with the appropriate
value and datatype. |
| ValueFactoryImpl
Default implementation of the ValueFactory interface that uses the RDF model
classes from this package.
|
Copyright © 2001-2014 Aduna. All Rights Reserved.