Package | Description |
---|---|
casa.ontology.v3 |
Modifier and Type | Field and Description |
---|---|
(package private) HierarchicalDictionary<Relation> |
CASAOntology.relations
A specialized
HierarchicalDictionary used to contain relation objects in this ontology. |
(package private) HierarchicalDictionary<BaseType> |
CASAOntology.tBox
A specialized
HierarchicalDictionary used to contain type objects in this ontology. |
Modifier and Type | Field and Description |
---|---|
(package private) Vector<HierarchicalDictionary<T>> |
HierarchicalDictionary.cachedSearchPath
A linear recording of a correct search order of all the
ancestor dictionaries.
|
Modifier and Type | Method and Description |
---|---|
protected abstract HierarchicalDictionary<T> |
HierarchicalDictionary.getDictionary(CASAOntology ontology)
Subclasses should override this method to specify how to retrieve super-dictionaries
from the containing ontology.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
HierarchicalDictionary.Applier.apply(HierarchicalDictionary<T> dict) |