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, getOperatorequals, getCondition, getUuidKey, getValue, getValues, hashCode, hasValue, keys, toString, valueIsEqualTo, valueIsGreaterThan, valueIsGreaterThanOrEqualTo, valueIsLessThan, valueIsLessThanOrEqualToclone, finalize, getClass, notify, notifyAll, wait, wait, waittoHumanReadableStringpublic BooleanConditionInspector(FieldCondition<Boolean> fieldCondition, AnalyzerConfiguration configuration)
public boolean isRedundant(Object other)
isRedundant in interface IsRedundantisRedundant in class ConditionInspectorpublic boolean conflicts(Object other)
conflicts in interface IsConflictingconflicts in class ComparableConditionInspectorpublic boolean overlaps(Object other)
overlaps in interface IsOverlappingoverlaps in class ComparableConditionInspectorpublic boolean subsumes(Object other)
subsumes in interface IsSubsumingsubsumes in class ComparableConditionInspectorpublic String toHumanReadableString()
toHumanReadableString in interface HumanReadabletoHumanReadableString in class ComparableConditionInspectorCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.