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

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

public class NumericFloatConditionDetector
extends ConditionDetector<NumericFloatConditionDetector>


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

NumericFloatConditionDetector

public NumericFloatConditionDetector(Pattern52 pattern,
                                     String factField,
                                     Float value,
                                     String operator)

NumericFloatConditionDetector

public NumericFloatConditionDetector(NumericFloatConditionDetector a,
                                     NumericFloatConditionDetector b)
Method Detail

merge

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


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