public abstract class ConditionInspector extends Object implements IsRedundant, IsOverlapping, IsSubsuming, IsConflicting
Modifier and Type | Field and Description |
---|---|
protected ConditionInspectorKey |
key |
Modifier | Constructor and Description |
---|---|
protected |
ConditionInspector(org.drools.workbench.models.guided.dtable.shared.model.Pattern52 pattern,
String factField) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getFactField() |
ConditionInspectorKey |
getKey() |
org.drools.workbench.models.guided.dtable.shared.model.Pattern52 |
getPattern() |
int |
hashCode() |
abstract boolean |
hasValue() |
protected boolean |
nullSafeEquals(Object a,
Object b) |
abstract String |
toHumanReadableString() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
isRedundant
overlaps
subsumes
conflicts
protected final ConditionInspectorKey key
protected ConditionInspector(org.drools.workbench.models.guided.dtable.shared.model.Pattern52 pattern, String factField)
public ConditionInspectorKey getKey()
public org.drools.workbench.models.guided.dtable.shared.model.Pattern52 getPattern()
public abstract boolean hasValue()
public String getFactField()
public abstract String toHumanReadableString()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.