Class HintReviewContra
- java.lang.Object
-
- com.tibco.patterns.learn.api.hint.HintReviewPairs
-
- com.tibco.patterns.learn.api.hint.HintReviewContra
-
- All Implemented Interfaces:
Hint
public final class HintReviewContra extends HintReviewPairs
A hint to review pairs that have contradicting pairs.
-
-
Field Summary
-
Fields inherited from class com.tibco.patterns.learn.api.hint.HintReviewPairs
recPairs
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HintReviewContracreate(RecPairMap recPairMap)Creates a hint that holds pairs that have contradicting pairs.-
Methods inherited from class com.tibco.patterns.learn.api.hint.HintReviewPairs
getRecPairs, getScoreDist, size, toString
-
-
-
-
Method Detail
-
create
public static HintReviewContra create(RecPairMap recPairMap)
Creates a hint that holds pairs that have contradicting pairs.- Returns:
- a new hint with pairs that have contradicting pairs, or null if no such pairs found.
-
-