public interface OntModelCache
| 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).
|
Copyright © 2021. All rights reserved.