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.sail.model -
-
Uses of NamespaceAware in org.eclipse.rdf4j.model
Subinterfaces of NamespaceAware in org.eclipse.rdf4j.model Modifier and Type Interface Description interface
Model
-
Uses of NamespaceAware in org.eclipse.rdf4j.model.impl
Classes in org.eclipse.rdf4j.model.impl that implement NamespaceAware Modifier and Type Class Description class
AbstractModel
Provides basic operations that are common to all Models.class
DynamicModel
A LinkedHashModel or a TreeModel achieves fast data access at the cost of higher indexing time.class
EmptyModel
Blocks access to the statements of the model, allowing only changes to the model's namespaces.class
FilteredModel
Applies a basic graph pattern filter to what triples can be see.class
LinkedHashModel
Hash table based implementation of theModel
interface.class
TreeModel
A Red-Black tree basedModel
implementation. -
Uses of NamespaceAware in org.eclipse.rdf4j.sail.model
Classes in org.eclipse.rdf4j.sail.model that implement NamespaceAware Modifier and Type Class Description class
SailModel
Model implementation for aSailConnection
.
-