org.drools.guvnor.client.decisiontable.analysis
Class NumericFieldDetector

java.lang.Object
  extended by org.drools.guvnor.client.decisiontable.analysis.FieldDetector<NumericFieldDetector>
      extended by org.drools.guvnor.client.decisiontable.analysis.NumericFieldDetector

public class NumericFieldDetector
extends FieldDetector<NumericFieldDetector>


Field Summary
 
Fields inherited from class org.drools.guvnor.client.decisiontable.analysis.FieldDetector
hasUnrecognizedConstraint, impossibleMatch
 
Constructor Summary
NumericFieldDetector(BigDecimal value, String operator)
           
NumericFieldDetector(NumericFieldDetector a, NumericFieldDetector b)
           
 
Method Summary
 NumericFieldDetector merge(NumericFieldDetector other)
           
 
Methods inherited from class org.drools.guvnor.client.decisiontable.analysis.FieldDetector
hasUnrecognizedConstraint, isImpossibleMatch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumericFieldDetector

public NumericFieldDetector(BigDecimal value,
                            String operator)

NumericFieldDetector

public NumericFieldDetector(NumericFieldDetector a,
                            NumericFieldDetector b)
Method Detail

merge

public NumericFieldDetector merge(NumericFieldDetector other)
Specified by:
merge in class FieldDetector<NumericFieldDetector>


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