Uses of Interface
org.openl.rules.dt.IBaseAction
-
Packages that use IBaseAction Package Description org.openl.rules.dt org.openl.rules.dt.element org.openl.rules.lang.xls.binding.wrapper.base -
-
Uses of IBaseAction in org.openl.rules.dt
Fields in org.openl.rules.dt declared as IBaseAction Modifier and Type Field Description static IBaseAction[]IBaseAction. EMPTYMethods in org.openl.rules.dt that return IBaseAction Modifier and Type Method Description IBaseAction[]DecisionTable. getActionRows()IBaseAction[]IDecisionTable. getActionRows()Methods in org.openl.rules.dt with parameters of type IBaseAction Modifier and Type Method Description voidDecisionTable. bindTable(IBaseCondition[] conditionRows, IBaseAction[] actionRows, RuleRow ruleRow, OpenL openl, ModuleOpenClass module, IBindingContext bindingContext, int columns) -
Uses of IBaseAction in org.openl.rules.dt.element
Subinterfaces of IBaseAction in org.openl.rules.dt.element Modifier and Type Interface Description interfaceIActionClasses in org.openl.rules.dt.element that implement IBaseAction Modifier and Type Class Description classAction -
Uses of IBaseAction in org.openl.rules.lang.xls.binding.wrapper.base
Methods in org.openl.rules.lang.xls.binding.wrapper.base that return IBaseAction Modifier and Type Method Description IBaseAction[]AbstractDecisionTableWrapper. getActionRows()Methods in org.openl.rules.lang.xls.binding.wrapper.base with parameters of type IBaseAction Modifier and Type Method Description voidAbstractDecisionTableWrapper. bindTable(IBaseCondition[] conditionRows, IBaseAction[] actionRows, RuleRow ruleRow, OpenL openl, ModuleOpenClass module, IBindingContext bindingContext, int columns)
-