public class StringConditionInspector extends ConditionInspector
key| Constructor and Description |
|---|
StringConditionInspector(org.drools.workbench.models.guided.dtable.shared.model.Pattern52 pattern,
String factField,
String value,
String operator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
conflicts(Object other) |
Operator |
getOperator() |
List<String> |
getValues() |
boolean |
hasValue() |
boolean |
isRedundant(Object other) |
boolean |
overlaps(Object other) |
boolean |
subsumes(Object other) |
String |
toHumanReadableString() |
getFactField, getKey, getPattern, nullSafeEqualspublic Operator getOperator()
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 ConditionInspectorpublic String toHumanReadableString()
toHumanReadableString in class ConditionInspectorCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.