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

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

java.lang.Object
  extended by org.drools.workbench.screens.guided.dtable.client.widget.analysis.condition.ConditionDetector<AbstractNumericConditionDetector<T>>
      extended by org.drools.workbench.screens.guided.dtable.client.widget.analysis.condition.AbstractNumericConditionDetector<T>

public abstract class AbstractNumericConditionDetector<T extends Comparable<T>>
extends ConditionDetector<AbstractNumericConditionDetector<T>>


Field Summary
 
Fields inherited from class org.drools.workbench.screens.guided.dtable.client.widget.analysis.condition.ConditionDetector
hasUnrecognizedConstraint, impossibleMatch, key
 
Constructor Summary
AbstractNumericConditionDetector(AbstractNumericConditionDetector<T> a, AbstractNumericConditionDetector<T> b)
           
AbstractNumericConditionDetector(org.drools.workbench.models.guided.dtable.shared.model.Pattern52 pattern, String factField, T value, String operator)
           
 
Method Summary
abstract  AbstractNumericConditionDetector<T> merge(AbstractNumericConditionDetector<T> other)
           
 
Methods inherited from class org.drools.workbench.screens.guided.dtable.client.widget.analysis.condition.ConditionDetector
getFactField, getKey, getPattern, hasUnrecognizedConstraint, isImpossibleMatch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractNumericConditionDetector

public AbstractNumericConditionDetector(org.drools.workbench.models.guided.dtable.shared.model.Pattern52 pattern,
                                        String factField,
                                        T value,
                                        String operator)

AbstractNumericConditionDetector

public AbstractNumericConditionDetector(AbstractNumericConditionDetector<T> a,
                                        AbstractNumericConditionDetector<T> b)
Method Detail

merge

public abstract AbstractNumericConditionDetector<T> merge(AbstractNumericConditionDetector<T> other)
Specified by:
merge in class ConditionDetector<AbstractNumericConditionDetector<T extends Comparable<T>>>

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

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