Package | Description |
---|---|
kb.hierarchy |
Classes for managing and manipulating type and relation hierarchies.
|
Modifier and Type | Field and Description |
---|---|
private ArrayList<TypeMatchRule> |
TypeMatchingRuleSet.rules |
Modifier and Type | Method and Description |
---|---|
ArrayList<TypeMatchRule> |
TypeMatchingRuleSet.getRules()
Get the list of rules currently in the set
|
Modifier and Type | Method and Description |
---|---|
void |
TypeMatchingRuleSet.addRule(TypeMatchRule rule)
Add a rule to this set.
|
boolean |
TypeMatchingRuleSet.contains(TypeMatchRule rule)
Determine whether a particular rule is in the set.
|
void |
TypeMatchingRuleSet.removeRule(TypeMatchRule rule)
Remove a particular rule from the set.
|