Package | Description |
---|---|
casa.ontology.v3 |
Modifier and Type | Field and Description |
---|---|
protected Name |
ConcreteRelation.name |
private Name |
BaseType.name
Name of the type.
|
Modifier and Type | Method and Description |
---|---|
int |
Name.compareTo(Name o) |
protected boolean |
HierarchicalDictionary.consistencyCheck(Name key,
T value)
Subclasses should override this method to specify a consistency check between keys and values
|
boolean |
HierarchicalDictionary.containsKey(Name key)
Determines if the key associated with this key in the dictionary.
|
T |
HierarchicalDictionary.get(Name key)
Finds the object associated with this key in the dictionary.
|
T |
HierarchicalDictionary.put(Name key,
T value)
Adds the specified key and value to the dictionary.
|