org.drools.guvnor.client.decisiontable.analysis.condition
Class AbstractNumericConditionDetector<T extends Comparable<T>>

java.lang.Object
  extended by org.drools.guvnor.client.decisiontable.analysis.condition.ConditionDetector<AbstractNumericConditionDetector<T>>
      extended by org.drools.guvnor.client.decisiontable.analysis.condition.AbstractNumericConditionDetector<T>

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


Field Summary
 
Fields inherited from class org.drools.guvnor.client.decisiontable.analysis.condition.ConditionDetector
hasUnrecognizedConstraint, impossibleMatch, key
 
Constructor Summary
AbstractNumericConditionDetector(AbstractNumericConditionDetector<T> a, AbstractNumericConditionDetector<T> b)
           
AbstractNumericConditionDetector(Pattern52 pattern, String factField, T value, String operator)
           
 
Method Summary
abstract  AbstractNumericConditionDetector<T> merge(AbstractNumericConditionDetector<T> other)
           
 
Methods inherited from class org.drools.guvnor.client.decisiontable.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(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>>>


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