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 |
|---|---|
String |
getFactField() |
ConditionInspectorKey |
getKey() |
org.drools.workbench.models.guided.dtable.shared.model.Pattern52 |
getPattern() |
abstract boolean |
hasValue() |
protected boolean |
nullSafeEquals(Object a,
Object b) |
abstract String |
toHumanReadableString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisRedundantoverlapssubsumesconflictsprotected 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–2015 JBoss by Red Hat. All rights reserved.