Package org.eclipse.rdf4j.model.impl
Default implementations of the RDF model interfaces
-
Class Summary Class Description AbstractModel Provides basic operations that are common to all Models.BooleanLiteral An extension ofSimpleLiteral
that stores a boolean value to avoid parsing.CalendarLiteral An extension ofSimpleLiteral
that stores a calendar value to avoid parsing.ContextStatement Deprecated, for removal: This API element is subject to removal in a future version. Useinstead
DecimalLiteral An extension ofSimpleLiteral
that stores an integer value using aBigDecimal
object.DynamicModel A LinkedHashModel or a TreeModel achieves fast data access at the cost of higher indexing time.DynamicModelFactory CreatesDynamicModel
.EmptyModel Blocks access to the statements of the model, allowing only changes to the model's namespaces.FilteredModel Applies a basic graph pattern filter to what triples can be see.GenericStatement<R extends Resource,I extends IRI,V extends Value> An implementation of the Statement interface with support for Java Generics.IntegerLiteral An extension ofSimpleLiteral
that stores an integer value using aBigInteger
object.LinkedHashModel Hash table based implementation of theModel
interface.LinkedHashModel.ModelNode<V extends Value> LinkedHashModel.ModelStatement LinkedHashModelFactory CreatesLinkedHashModel
.NumericLiteral An extension ofAbstractLiteral
that stores a numeric value to avoid parsing.SimpleBNode An simple default implementation of theBNode
interface.SimpleIRI The default implementation of theIRI
interface.SimpleLiteral A simple default implementation of theLiteral
interface.SimpleNamespace A default implementation of theNamespace
interface.SimpleStatement Deprecated, for removal: This API element is subject to removal in a future version. Useinstead
SimpleTriple A simple default implementation of theTriple
interface.SimpleValueFactory Default implementation of theValueFactory
interface.TreeModel A Red-Black tree basedModel
implementation.TreeModel.StatementComparator TreeModel.SubSet TreeModel.TreeStatement TreeModelFactory CreatesTreeModel
.UnmodifiableModel A Model wrapper that prevents modification to the underlying model.ValidatingValueFactory Validating wrapper toValueFactory
.