Class Incompatibility
- java.lang.Object
-
- org.drools.verifier.report.components.Incompatibility
-
- All Implemented Interfaces:
Cause
- Direct Known Subclasses:
Opposites
public class Incompatibility extends Object implements Cause
Object type that indicates an incompatibility between two objects. Incompatibility happens when there is no value that would satisfy both objects. Example: A: x > 10 B: x == 100
-
-
Constructor Summary
Constructors Constructor Description Incompatibility(Cause left, Cause right)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Cause>getCauses()CausegetLeft()CausegetRight()StringtoString()
-