Package | Description |
---|---|
kb.matching |
Classes to support various matching purposes.
|
Modifier and Type | Method and Description |
---|---|
MatchDegree |
AbstractConceptMatcher.levelOfConceptMatch(Concept masterConcept,
Concept conceptToMatch)
Perform a possible comparison between two concepts.
|
static MatchDegree |
MatchDegree.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchDegree[] |
MatchDegree.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|