Package | Description |
---|---|
org.openrdf.model.impl |
Default implementations of the RDF model interfaces.
|
org.openrdf.sail.memory.model |
Classes implementing the storage model of the MemoryStore.
|
org.openrdf.sail.model | |
org.openrdf.sail.nativerdf |
Native RDF storage backend.
|
org.openrdf.sail.nativerdf.model | |
org.openrdf.sail.rdbms | |
org.openrdf.sail.rdbms.managers | |
org.openrdf.sail.rdbms.model |
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. |
LinkedHashModel
Hash table based implementation of the
Model interface. |
LiteralImpl
An implementation of the
Literal interface. |
StatementImpl
An implementation of the
Statement interface for statements that
don't have an associated context. |
TreeModel
A Red-Black tree based
Model implementation. |
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.
|
Class and Description |
---|
BNodeImpl
An implementation of the
BNode interface. |
ContextStatementImpl
An extension of
StatementImpl that adds a context field. |
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. |
Class and Description |
---|
AbstractModel
Provides basic operations that are common to all Models.
|
Class and Description |
---|
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. |
Class and Description |
---|
BNodeImpl
An implementation of the
BNode interface. |
LiteralImpl
An implementation of the
Literal interface. |
URIImpl
The default implementation of the
URI interface. |
Class and Description |
---|
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. |
Class and Description |
---|
NamespaceImpl
A default implementation of the
Namespace interface. |
Class and Description |
---|
ContextStatementImpl
An extension of
StatementImpl that adds a context field. |
StatementImpl
An implementation of the
Statement interface for statements that
don't have an associated context. |
Copyright © 2001–2015 Aduna. All rights reserved.