public class JoinedOntModelCache extends Object implements OntModelCache
| Constructor and Description |
|---|
JoinedOntModelCache(OntModelCache primary,
OntModelCache secondary) |
| 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 JoinedOntModelCache(OntModelCache primary, OntModelCache secondary)
public org.apache.jena.ontology.OntModel getOntModel(String name)
OntModelCachegetOntModel in interface OntModelCachepublic SortedSet<String> getModelNames()
OntModelCachegetModelNames in interface OntModelCacheCopyright © 2022. All rights reserved.