public class ModelMakerOntModelCache extends Object implements OntModelCache
| Constructor and Description |
|---|
ModelMakerOntModelCache(org.apache.jena.rdf.model.ModelMaker mm) |
| Modifier and Type | Method and Description |
|---|---|
SortedSet<String> |
getModelNames()
Get the names of all existing models.
|
org.apache.jena.ontology.OntModel |
getOntModel(String name)
Get the model with this name (URI).
|
String |
toString() |
public ModelMakerOntModelCache(org.apache.jena.rdf.model.ModelMaker mm)
public org.apache.jena.ontology.OntModel getOntModel(String name)
OntModelCachegetOntModel in interface OntModelCachepublic SortedSet<String> getModelNames()
OntModelCachegetModelNames in interface OntModelCacheCopyright © 2021. All rights reserved.