Package org.eclipse.rdf4j.model.impl
package org.eclipse.rdf4j.model.impl
Default implementations of the RDF model interfaces
-
ClassDescriptionProvides basic operations that are common to all Models.An extension of
SimpleLiteral
that stores a boolean value to avoid parsing.An extension ofSimpleLiteral
that stores a calendar value to avoid parsing.An extension ofSimpleLiteral
that stores an integer value using aBigDecimal
object.A LinkedHashModel or a TreeModel achieves fast data access at the cost of higher indexing time.CreatesDynamicModel
.Blocks access to the statements of the model, allowing only changes to the model's namespaces.Applies a basic graph pattern filter to what triples can be see.An implementation of the Statement interface with support for Java Generics.An extension ofSimpleLiteral
that stores an integer value using aBigInteger
object.Hash table based implementation of theModel
interface.CreatesLinkedHashModel
.An extension ofAbstractLiteral
that stores a numeric value to avoid parsing.An simple default implementation of theBNode
interface.The default implementation of theIRI
interface.A simple default implementation of theLiteral
interface.A default implementation of theNamespace
interface.A simple default implementation of theTriple
interface.Default implementation of theValueFactory
interface.A Red-Black tree basedModel
implementation.CreatesTreeModel
.Validating wrapper toValueFactory
.