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

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

public class NumericBigIntegerConditionDetector
extends ConditionDetector<NumericBigIntegerConditionDetector>


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

NumericBigIntegerConditionDetector

public NumericBigIntegerConditionDetector(org.drools.ide.common.client.modeldriven.dt52.Pattern52 pattern,
                                          String factField,
                                          BigInteger value,
                                          String operator)

NumericBigIntegerConditionDetector

public NumericBigIntegerConditionDetector(NumericBigIntegerConditionDetector a,
                                          NumericBigIntegerConditionDetector b)
Method Detail

merge

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


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