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

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

public class NumericBigDecimalConditionDetector
extends ConditionDetector<NumericBigDecimalConditionDetector>


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

NumericBigDecimalConditionDetector

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

NumericBigDecimalConditionDetector

public NumericBigDecimalConditionDetector(NumericBigDecimalConditionDetector a,
                                          NumericBigDecimalConditionDetector b)
Method Detail

merge

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


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