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

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

public class NumericByteConditionDetector
extends ConditionDetector<NumericByteConditionDetector>


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

NumericByteConditionDetector

public NumericByteConditionDetector(Pattern52 pattern,
                                    String factField,
                                    Byte value,
                                    String operator)

NumericByteConditionDetector

public NumericByteConditionDetector(NumericByteConditionDetector a,
                                    NumericByteConditionDetector b)
Method Detail

merge

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


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