| Package | Description |
|---|---|
| kb.hierarchy |
Classes for managing and manipulating type and relation hierarchies.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) TypeMatchingRuleSet.CharacterRule |
TypeMatchRule.rule |
| Modifier and Type | Method and Description |
|---|---|
TypeMatchingRuleSet.CharacterRule |
TypeMatchRule.getCharacterRule() |
static TypeMatchingRuleSet.CharacterRule |
TypeMatchingRuleSet.CharacterRule.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeMatchingRuleSet.CharacterRule[] |
TypeMatchingRuleSet.CharacterRule.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypeMatchRule.setRule(TypeMatchingRuleSet.CharacterRule rule) |
| Constructor and Description |
|---|
TypeMatchingRuleSet(TypeMatchingRuleSet.CharacterRule... ruleList)
Create a set of rules according to the rules in the list.
|
TypeMatchRule(TypeMatchingRuleSet.CharacterRule rule) |