public class BooleanConditionInspector extends ConditionInspector
Modifier and Type | Field and Description |
---|---|
Boolean |
value |
key
Constructor and Description |
---|
BooleanConditionInspector(org.drools.workbench.models.guided.dtable.shared.model.Pattern52 pattern,
String factField,
Boolean value,
String operator) |
Modifier and Type | Method and Description |
---|---|
boolean |
conflicts(Object other) |
boolean |
hasValue() |
boolean |
isRedundant(Object other) |
boolean |
overlaps(Object other) |
boolean |
subsumes(Object other) |
String |
toHumanReadableString() |
equals, getFactField, getKey, getPattern, hashCode, nullSafeEquals
public final Boolean value
public boolean isRedundant(Object other)
public boolean conflicts(Object other)
public boolean overlaps(Object other)
public boolean subsumes(Object other)
public boolean hasValue()
hasValue
in class ConditionInspector
public String toHumanReadableString()
toHumanReadableString
in class ConditionInspector
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.