Package | Description |
---|---|
kb.matching |
Classes to support various matching purposes.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicConceptMatcher |
Modifier and Type | Field and Description |
---|---|
AbstractConceptMatcher |
AbstractTupleMatcher.conceptMatcher |
Modifier and Type | Method and Description |
---|---|
AbstractConceptMatcher |
AbstractTupleMatcher.getConceptMatcher() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTupleMatcher.setConceptMatcher(AbstractConceptMatcher conceptMatcher) |
Constructor and Description |
---|
AbstractTupleMatcher(AbstractConceptMatcher matcher)
Creates a new instance of a tuple matcher where the concepts will be matched using the given concept matcher.
|
BasicTupleMatcher(AbstractConceptMatcher matcher)
Instantiate a new tuple matcher with the given concept matcher.
|