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 ofSimpleLiteralthat stores a boolean value to avoid parsing.CalendarLiteral An extension ofSimpleLiteralthat stores a calendar value to avoid parsing.ContextStatement Deprecated, for removal: This API element is subject to removal in a future version. UseinsteadDecimalLiteral An extension ofSimpleLiteralthat stores an integer value using aBigDecimalobject.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 ofSimpleLiteralthat stores an integer value using aBigIntegerobject.LinkedHashModel Hash table based implementation of theModelinterface.LinkedHashModel.ModelNode<V extends Value> LinkedHashModel.ModelStatement LinkedHashModelFactory CreatesLinkedHashModel.NumericLiteral An extension ofAbstractLiteralthat stores a numeric value to avoid parsing.SimpleBNode An simple default implementation of theBNodeinterface.SimpleIRI The default implementation of theIRIinterface.SimpleLiteral A simple default implementation of theLiteralinterface.SimpleNamespace A default implementation of theNamespaceinterface.SimpleStatement Deprecated, for removal: This API element is subject to removal in a future version. UseinsteadSimpleTriple A simple default implementation of theTripleinterface.SimpleValueFactory Default implementation of theValueFactoryinterface.TreeModel A Red-Black tree basedModelimplementation.TreeModel.StatementComparator TreeModel.SubSet TreeModel.TreeStatement TreeModelFactory CreatesTreeModel.UnmodifiableModel A Model wrapper that prevents modification to the underlying model.ValidatingValueFactory Validating wrapper toValueFactory.