public class BooleanConditionInspector extends ComparableConditionInspector
IsConflicting.Covers<T>
field, operator
Constructor and Description |
---|
BooleanConditionInspector(FieldCondition<Boolean> fieldCondition,
AnalyzerConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
boolean |
conflicts(Object other) |
boolean |
isRedundant(Object other) |
boolean |
overlaps(Object other) |
boolean |
subsumes(Object other) |
String |
toHumanReadableString() |
covers, getField, getOperator
equals, getCondition, getUuidKey, getValue, getValues, hashCode, hasValue, keys, toString, valueIsEqualTo, valueIsGreaterThan, valueIsGreaterThanOrEqualTo, valueIsLessThan, valueIsLessThanOrEqualTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
toHumanReadableString
public BooleanConditionInspector(FieldCondition<Boolean> fieldCondition, AnalyzerConfiguration configuration)
public boolean isRedundant(Object other)
isRedundant
in interface IsRedundant
isRedundant
in class ConditionInspector
public boolean conflicts(Object other)
conflicts
in interface IsConflicting
conflicts
in class ComparableConditionInspector
public boolean overlaps(Object other)
overlaps
in interface IsOverlapping
overlaps
in class ComparableConditionInspector
public boolean subsumes(Object other)
subsumes
in interface IsSubsuming
subsumes
in class ComparableConditionInspector
public String toHumanReadableString()
toHumanReadableString
in interface HumanReadable
toHumanReadableString
in class ComparableConditionInspector
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.