Package | Description |
---|---|
charger |
The top level package for the editor.
|
kb |
Classes for managing CharGer or CRAFT elements as knowledge sources.
|
kb.matching |
Classes to support various matching purposes.
|
Class and Description |
---|
BinaryRelationMatchGroupMetrics
Calculates.
|
Class and Description |
---|
AbstractTupleMatcher
Abstraction of the operations for matching two tuples, where one is considered the "master".
|
Class and Description |
---|
AbstractConceptMatcher
Abstraction of the operations for matching two concepts, where one is considered the "master".
|
AbstractMatcher
Abstraction of any matcher of CG constructs.
|
AbstractMatchGroupMetrics
Metrics for of a group of matches.
|
AbstractTupleMatcher
Abstraction of the operations for matching two tuples, where one is considered the "master".
|
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.
|
BinaryRelationMatch
Represents the abstraction of a match between all binary relations in two graphs.
|
MatchDegree
An indication of the degree to which the concepts matched.
|
MatchedBinaryTuple
A tuple that contains additional information about how it's been matched, e.g., within a matching process.
|