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