public class MaskingOntModelCache extends Object implements OntModelCache
| Constructor and Description |
|---|
MaskingOntModelCache(OntModelCache baseCache,
OntModelCache maskingCache,
Collection<String> maskingNames) |
| Modifier and Type | Method and Description |
|---|---|
SortedSet<String> |
getModelNames()
The list of names in the baseCache may have changed.
|
com.hp.hpl.jena.ontology.OntModel |
getOntModel(String name)
Get the model with this name (URI).
|
String |
toString() |
public MaskingOntModelCache(OntModelCache baseCache, OntModelCache maskingCache, Collection<String> maskingNames)
public com.hp.hpl.jena.ontology.OntModel getOntModel(String name)
OntModelCachegetOntModel in interface OntModelCachepublic SortedSet<String> getModelNames()
getModelNames in interface OntModelCacheCopyright © 2016. All rights reserved.