Package | Description |
---|---|
casa.ontology | |
casa.ontology.v3 |
Modifier and Type | Interface and Description |
---|---|
interface |
Relation
Relations may be stacked, decorator pattern fashion, with a "primitive relation" (which is one that actually contains maplets) at the bottom of the stack.
|
interface |
Type |
Modifier and Type | Class and Description |
---|---|
(package private) class |
HierarchicalDictionary<T extends OntologyEntity>
A dictionary that uses it container class as an owner and uses the
owner to access objects from dictionaries or its parents' dictionaries.
|
(package private) class |
HierarchicalDictionary.Applier<T extends OntologyEntity,aRet,aParam>
A class used by
HierarchicalDictionary.applyAllCachedSupers(Applier)
and HierarchicalDictionary.applyAllSupers(Applier) to run
an algorithm on every dictionary in the "upward" part of the lattice
from this one. |
Modifier and Type | Class and Description |
---|---|
class |
AsymmetricRelation |
class |
BasedRelation
Describes are relation based (or backed by) another relation.
|
(package private) class |
BaseType
Helper class for Ontology; not to be used by any other class other than Ontology.
|
class |
ConcreteRelation |
class |
InverseRelation |
class |
MirrorRelation |
class |
PrimitiveRelation |
class |
ReflexiveRelation |
class |
SimpleType
Helper class for Ontology; not to be used by any other class other than Ontolgy.
|
class |
SymmetricRelation |
class |
TransitiveRelation |
class |
TypeListType |
class |
UsesRelation |
Modifier and Type | Method and Description |
---|---|
int |
ConcreteRelation.compareTo(OntologyEntity o) |
int |
BaseType.compareTo(OntologyEntity x)
Used by TreeMap as a sorting comparitor.
|