Interface OntModelCache
-
- All Known Implementing Classes:
JoinedOntModelCache,MaskingOntModelCache,ModelMakerOntModelCache,UnionModelsOntModelsCache
public interface OntModelCacheA source for OntModels from the triple-store. The contract is this: If you ask by a name that is not in use, an OntModel will be created. If you ask by the same name twice, you get the same OntModel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SortedSet<String>getModelNames()Get the names of all existing models.org.apache.jena.ontology.OntModelgetOntModel(String name)Get the model with this name (URI).
-