Package | Description |
---|---|
kb |
Classes for managing CharGer or CRAFT elements as knowledge sources.
|
kb.matching |
Classes to support various matching purposes.
|
Modifier and Type | Method and Description |
---|---|
AbstractTupleMatcher |
KnowledgeManager.createCurrentTupleMatcher()
Uses Hub.matchingStrategy to determine which class to use for an instance
of a tuple matcher.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicTupleMatcher
Basic concept/referent matcher, matches two tuples, one of which is considered the "master"
If relation names of tuples don't match, then give up.
|
class |
CustomExpt1TupleMatcher
For use in custom experiments.
|
Modifier and Type | Field and Description |
---|---|
private AbstractTupleMatcher |
BinaryRelationMatch._tupleMatcher |
Modifier and Type | Method and Description |
---|---|
AbstractTupleMatcher |
BinaryRelationMatch.getTupleMatcher() |
Modifier and Type | Method and Description |
---|---|
void |
BinaryRelationMatch.setTupleMatcher(AbstractTupleMatcher m)
Tell the relation matcher which specific tuple matcher objects to use.
|