Package org.openl.rules.dt
Interface IBaseCondition
-
- All Superinterfaces:
IBaseDecisionRow
- All Known Subinterfaces:
ICondition
- All Known Implementing Classes:
Condition
public interface IBaseCondition extends IBaseDecisionRow
-
-
Field Summary
Fields Modifier and Type Field Description static IBaseCondition[]EMPTY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IBaseConditionEvaluatorgetConditionEvaluator()IMethodCallergetEvaluator()-
Methods inherited from interface org.openl.rules.dt.IBaseDecisionRow
getDecisionTable, getExprValue, getMethod, getName, getNumberOfParams, getNumberOfRules, getParams, getParamValue, getSourceCodeModule, getValueCell, hasFormula, isEmpty, removeDebugInformation
-
-
-
-
Field Detail
-
EMPTY
static final IBaseCondition[] EMPTY
-
-
Method Detail
-
getConditionEvaluator
IBaseConditionEvaluator getConditionEvaluator()
-
getEvaluator
IMethodCaller getEvaluator()
-
-