|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Model | |
|---|---|
| org.ontoware.rdf2go | |
| org.ontoware.rdf2go.model | |
| Uses of Model in org.ontoware.rdf2go |
|---|
| Methods in org.ontoware.rdf2go that return Model | |
|---|---|
Model |
ModelFactory.createModel()
Create a default in-memory ModelSet with no inferencing. |
Model |
ModelFactory.createModel(java.util.Properties p)
Create a Model configured by the given properties. |
Model |
ModelFactory.createModel(Reasoning reasoning)
Create a new Model with inferencing. |
Model |
ModelFactory.createModel(URI contextURI)
Create a default in-memory ModelSet with no inferencing and the given context URI. |
| Uses of Model in org.ontoware.rdf2go.model |
|---|
| Methods in org.ontoware.rdf2go.model that return Model | |
|---|---|
Model |
ModelSet.getDefaultModel()
The default model is used when the modelset is loaded from a serialization that has no context. |
Model |
ModelSet.getModel(URI contextURI)
Get the Model with the passed URI. |
| Methods in org.ontoware.rdf2go.model that return types with arguments of type Model | |
|---|---|
ClosableIterator<Model> |
ModelSet.getModels()
|
| Methods in org.ontoware.rdf2go.model with parameters of type Model | |
|---|---|
boolean |
ModelSet.addModel(Model model)
Adds a model to this ModelSet. |
void |
Model.addModel(Model model)
Adds a complete Model to this Model. |
void |
ModelSet.addModel(Model model,
URI contextURI)
Adds a complete Model to the given contextURI. |
boolean |
Model.isIsomorphicWith(Model other)
Two models can be equal even if they do not contain the same statements. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||