Class | 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".
|
BasicConceptMatcher | |
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.
|
BinaryRelationMatchGroupMetrics |
Calculates.
|
CustomExpt1TupleMatcher |
For use in custom experiments.
|
MasterBinaryTuple |
A tuple for a master graph that contains additional information about how it's been matched.
|
MatchedBinaryTuple |
A tuple that contains additional information about how it's been matched, e.g., within a matching process.
|
SimilarityMeasure |
A class to represent the abstraction of similarity between two CG concepts.
|
Enum | Description |
---|---|
MatchDegree |
An indication of the degree to which the concepts matched.
|