|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ic.doc.automed.matching.BidirectionalMap
public class BidirectionalMap
The BidirectionalMap class represents the map that defines the areas for each semantic relationship.
SemanticRelationship
,
BidirectionalDegree
Constructor Summary | |
---|---|
BidirectionalMap(double eqThreshold,
double overThreshold,
double disThreshold)
Constructs a BidirectionalMap object based on the specified thresholds. |
Method Summary | |
---|---|
SemanticRelationship |
getRelationship(BidirectionalDegree degree)
Returns the SemanticRelationship object based on the specified bidirectional degree. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BidirectionalMap(double eqThreshold, double overThreshold, double disThreshold)
BidirectionalMap
object based on the specified thresholds.
eqThreshold
- the equivalence thresholdoverThreshold
- the overlapness thresholddisThreshold
- the disjointness thresholdMethod Detail |
---|
public SemanticRelationship getRelationship(BidirectionalDegree degree)
SemanticRelationship
object based on the specified bidirectional degree.
The bidirectional degree degree
falls in a specific area of the map
which based on the thresholds defines a specific semantic relationship.
degree
- the bidirectional degree
SemanticRelationship
object for the specified degree
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |