Package | Description |
---|---|
casa.ontology.v3 |
Modifier and Type | Method and Description |
---|---|
private void |
HierarchicalDictionary.applyAllCachedSupers(HierarchicalDictionary.Applier applier)
Call
apply(HierarchicalDictionary) to all the dictionaries
in the cached path HierarchicalDictionary.cachedSearchPath . |
private boolean |
HierarchicalDictionary.applyAllSupers(HierarchicalDictionary.Applier applier)
Calls applier.apply() recursively to in all super dictionary in left-right
order but with the constraint that no super dictionary is applied before
all of it's sub dictionaries are applied.
|