| Package | Description | 
|---|---|
| kb.hierarchy | 
 Classes for managing and manipulating type and relation hierarchies. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static TypeMatchingRuleSet | 
TypeMatchingRuleSet.ignoreCaseSpacesSpecial
A convenience set that ignores case, spaces and special characters. 
 | 
(package private) TypeMatchingRuleSet | 
TypeHierarchy.matchRules  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
TypeHierarchy.matchByRules(TypeMatchingRuleSet rules,
            TypeHierarchyNode node,
            String value)
Determine whether a node's value matches a given value after applying the
 rules. 
 | 
boolean | 
TypeHierarchy.matchByRules(TypeMatchingRuleSet rules,
            TypeHierarchyNode node1,
            TypeHierarchyNode node2)
Determine whether two nodes match values after applying the rules. 
 |