| Package | Description |
|---|---|
| kb.hierarchy |
Classes for managing and manipulating type and relation hierarchies.
|
| Modifier and Type | Field and Description |
|---|---|
protected TypeHierarchy.KindOfHierarchy |
TypeHierarchy.kind |
| Modifier and Type | Method and Description |
|---|---|
static TypeHierarchy.KindOfHierarchy |
TypeHierarchy.KindOfHierarchy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeHierarchy.KindOfHierarchy[] |
TypeHierarchy.KindOfHierarchy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TypeHierarchy(String newname,
TypeHierarchy.KindOfHierarchy kind)
Creates a new hierarchy, but it is not empty.
|