Uses of Interface
org.openl.rules.dt.element.IAction
-
Packages that use IAction Package Description org.openl.rules.dt org.openl.rules.dt.element org.openl.rules.lang.xls.binding.wrapper.base -
-
Uses of IAction in org.openl.rules.dt
Methods in org.openl.rules.dt that return IAction Modifier and Type Method Description IActionDecisionTable. getAction(int n)Methods in org.openl.rules.dt with parameters of type IAction Modifier and Type Method Description voidDecisionTable. setActionRows(IAction[] actionRows) -
Uses of IAction in org.openl.rules.dt.element
Classes in org.openl.rules.dt.element that implement IAction Modifier and Type Class Description classAction -
Uses of IAction in org.openl.rules.lang.xls.binding.wrapper.base
Methods in org.openl.rules.lang.xls.binding.wrapper.base that return IAction Modifier and Type Method Description IActionAbstractDecisionTableWrapper. getAction(int n)Methods in org.openl.rules.lang.xls.binding.wrapper.base with parameters of type IAction Modifier and Type Method Description voidAbstractDecisionTableWrapper. setActionRows(IAction[] actionRows)
-