org.drools.workbench.screens.guided.dtable.client.widget.analysis.condition
Class ConditionDetector<T extends ConditionDetector>
java.lang.Object
org.drools.workbench.screens.guided.dtable.client.widget.analysis.condition.ConditionDetector<T>
- Direct Known Subclasses:
- AbstractNumericConditionDetector, BooleanConditionDetector, DateConditionDetector, EnumConditionDetector, NumericBigDecimalConditionDetector, NumericBigIntegerConditionDetector, NumericByteConditionDetector, NumericConditionDetector, NumericDoubleConditionDetector, NumericFloatConditionDetector, NumericIntegerConditionDetector, NumericLongConditionDetector, NumericShortConditionDetector, StringConditionDetector, UnrecognizedConditionDetector
public abstract class ConditionDetector<T extends ConditionDetector>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
protected ConditionDetectorKey key
hasUnrecognizedConstraint
protected boolean hasUnrecognizedConstraint
impossibleMatch
protected boolean impossibleMatch
ConditionDetector
protected ConditionDetector(org.drools.workbench.models.guided.dtable.shared.model.Pattern52 pattern,
String factField)
ConditionDetector
protected ConditionDetector(T a,
T b)
getKey
public ConditionDetectorKey getKey()
getPattern
public org.drools.workbench.models.guided.dtable.shared.model.Pattern52 getPattern()
getFactField
public String getFactField()
hasUnrecognizedConstraint
public boolean hasUnrecognizedConstraint()
isImpossibleMatch
public boolean isImpossibleMatch()
merge
public abstract T merge(T other)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.