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

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

public class NumericLongConditionDetector
extends ConditionDetector<NumericLongConditionDetector>


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

NumericLongConditionDetector

public NumericLongConditionDetector(Pattern52 pattern,
                                    String factField,
                                    Long value,
                                    String operator)

NumericLongConditionDetector

public NumericLongConditionDetector(NumericLongConditionDetector a,
                                    NumericLongConditionDetector b)
Method Detail

merge

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


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