| Package | Description | 
|---|---|
| org.eclipse.rdf4j.model.impl | Default implementations of the RDF model interfaces | 
| org.eclipse.rdf4j.sail.model | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EmptyModelBlocks access to the statements of the model, allowing only changes to the model's namespaces. | 
| class  | FilteredModelApplies a basic graph pattern filter to what triples can be see. | 
| class  | LinkedHashModelHash table based implementation of the  Modelinterface. | 
| class  | TreeModelA Red-Black tree based  Modelimplementation. | 
| Constructor and Description | 
|---|
| FilteredModel(AbstractModel model,
             Resource subj,
             IRI pred,
             Value obj,
             Resource... contexts) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SailModelDeprecated. 
 this feature is for internal use only: its existence, signature or behavior may change without warning
             from one release to the next. | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.