org.drools.guvnor.client.decisiontable.analysis.condition
Class AbstractNumericConditionDetector<T extends Comparable<T>>
java.lang.Object
org.drools.guvnor.client.decisiontable.analysis.condition.ConditionDetector<AbstractNumericConditionDetector<T>>
org.drools.guvnor.client.decisiontable.analysis.condition.AbstractNumericConditionDetector<T>
public abstract class AbstractNumericConditionDetector<T extends Comparable<T>>
- extends ConditionDetector<AbstractNumericConditionDetector<T>>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractNumericConditionDetector
public AbstractNumericConditionDetector(Pattern52 pattern,
String factField,
T value,
String operator)
AbstractNumericConditionDetector
public AbstractNumericConditionDetector(AbstractNumericConditionDetector<T> a,
AbstractNumericConditionDetector<T> b)
merge
public abstract AbstractNumericConditionDetector<T> merge(AbstractNumericConditionDetector<T> other)
- Specified by:
merge
in class ConditionDetector<AbstractNumericConditionDetector<T extends Comparable<T>>>
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.