org.drools.guvnor.client.decisiontable.analysis.condition
Class NumericConditionDetector

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

public class NumericConditionDetector
extends ConditionDetector<NumericConditionDetector>


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

NumericConditionDetector

public NumericConditionDetector(Pattern52 pattern,
                                String factField,
                                BigDecimal value,
                                String operator)

NumericConditionDetector

public NumericConditionDetector(NumericConditionDetector a,
                                NumericConditionDetector b)
Method Detail

merge

public NumericConditionDetector merge(NumericConditionDetector other)
Specified by:
merge in class ConditionDetector<NumericConditionDetector>


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