Class Opposites
- java.lang.Object
-
- org.drools.verifier.report.components.Incompatibility
-
- org.drools.verifier.report.components.Opposites
-
- All Implemented Interfaces:
Cause
public class Opposites extends Incompatibility implements Cause
Object type that indicates an opposity between two objects. Opposity happens when only the values that would satisfy object A can not satisfy object B. Example: A: a == 10 B: a != 10
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class org.drools.verifier.report.components.Incompatibility
getCauses, getLeft, getRight
-
-
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classIncompatibility
-
-