Class BRLConditionInspector
- java.lang.Object
-
- org.drools.verifier.core.cache.inspectors.condition.ConditionInspector
-
- org.drools.verifier.core.cache.inspectors.condition.BRLConditionInspector
-
- All Implemented Interfaces:
HasKeys,HasUUID,HumanReadable,IsConflicting,IsOverlapping,IsRedundant,IsSubsuming
public class BRLConditionInspector extends ConditionInspector
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.drools.verifier.core.relations.IsConflicting
IsConflicting.Covers<T>
-
-
Constructor Summary
Constructors Constructor Description BRLConditionInspector(BRLCondition brlCondition, AnalyzerConfiguration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanconflicts(java.lang.Object other)booleanoverlaps(java.lang.Object other)booleansubsumes(java.lang.Object other)java.lang.StringtoHumanReadableString()-
Methods inherited from class org.drools.verifier.core.cache.inspectors.condition.ConditionInspector
equals, getCondition, getUuidKey, getValue, getValues, hashCode, hasValue, isRedundant, keys, toString, valueIsEqualTo, valueIsGreaterThan, valueIsGreaterThanOrEqualTo, valueIsLessThan, valueIsLessThanOrEqualTo
-
-
-
-
Constructor Detail
-
BRLConditionInspector
public BRLConditionInspector(BRLCondition brlCondition, AnalyzerConfiguration configuration)
-
-
Method Detail
-
toHumanReadableString
public java.lang.String toHumanReadableString()
- Specified by:
toHumanReadableStringin interfaceHumanReadable- Specified by:
toHumanReadableStringin classConditionInspector
-
conflicts
public boolean conflicts(java.lang.Object other)
-
overlaps
public boolean overlaps(java.lang.Object other)
-
subsumes
public boolean subsumes(java.lang.Object other)
-
-