Drools Workbench - Guided Decision Table Editor - Client 6.1.0-SNAPSHOT

org.drools.workbench.screens.guided.dtable.client.widget.analysis.condition
Class ConditionDetector<T extends ConditionDetector>

java.lang.Object
  extended by 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


Field Summary
protected  boolean hasUnrecognizedConstraint
           
protected  boolean impossibleMatch
           
protected  ConditionDetectorKey key
           
 
Constructor Summary
protected ConditionDetector(org.drools.workbench.models.guided.dtable.shared.model.Pattern52 pattern, String factField)
           
protected ConditionDetector(T a, T b)
           
 
Method Summary
 String getFactField()
           
 ConditionDetectorKey getKey()
           
 org.drools.workbench.models.guided.dtable.shared.model.Pattern52 getPattern()
           
 boolean hasUnrecognizedConstraint()
           
 boolean isImpossibleMatch()
           
abstract  T merge(T other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

protected ConditionDetectorKey key

hasUnrecognizedConstraint

protected boolean hasUnrecognizedConstraint

impossibleMatch

protected boolean impossibleMatch
Constructor Detail

ConditionDetector

protected ConditionDetector(org.drools.workbench.models.guided.dtable.shared.model.Pattern52 pattern,
                            String factField)

ConditionDetector

protected ConditionDetector(T a,
                            T b)
Method Detail

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)

Drools Workbench - Guided Decision Table Editor - Client 6.1.0-SNAPSHOT

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.