Uses of Interface
org.eclipse.rdf4j.model.NamespaceAware
-
Packages that use NamespaceAware Package Description org.eclipse.rdf4j.model The RDF Model APIorg.eclipse.rdf4j.model.impl Default implementations of the RDF model interfacesorg.eclipse.rdf4j.model.util Helper classes for working with RDF models.org.eclipse.rdf4j.sail.model -
-
Uses of NamespaceAware in org.eclipse.rdf4j.model
Subinterfaces of NamespaceAware in org.eclipse.rdf4j.model Modifier and Type Interface Description interfaceModelAn RDF Model, represented as aSetofStatements with predictable iteration order. -
Uses of NamespaceAware in org.eclipse.rdf4j.model.impl
Classes in org.eclipse.rdf4j.model.impl that implement NamespaceAware Modifier and Type Class Description classAbstractModelProvides basic operations that are common to all Models.classDynamicModelA LinkedHashModel or a TreeModel achieves fast data access at the cost of higher indexing time.classEmptyModelBlocks access to the statements of the model, allowing only changes to the model's namespaces.classFilteredModelApplies a basic graph pattern filter to what triples can be see.classLinkedHashModelHash table based implementation of theModelinterface.classTreeModelA Red-Black tree basedModelimplementation.(package private) classUnmodifiableModelA Model wrapper that prevents modification to the underlying model. -
Uses of NamespaceAware in org.eclipse.rdf4j.model.util
Classes in org.eclipse.rdf4j.model.util that implement NamespaceAware Modifier and Type Class Description (package private) classSynchronizedModel -
Uses of NamespaceAware in org.eclipse.rdf4j.sail.model
Classes in org.eclipse.rdf4j.sail.model that implement NamespaceAware Modifier and Type Class Description classSailModelModel implementation for aSailConnection.
-