public interface IBaseDecisionRow
| Modifier and Type | Method and Description |
|---|---|
ILogicalTable |
getDecisionTable() |
IOpenMethod |
getMethod() |
String |
getName() |
int |
getNumberOfParams() |
int |
getNumberOfRules() |
IParameterDeclaration[] |
getParams() |
Object |
getParamValue(int paramIdx,
int ruleN) |
IOpenSourceCodeModule |
getSourceCodeModule() |
ILogicalTable |
getValueCell(int column) |
boolean |
hasFormula(int ruleN) |
boolean |
isEmpty(int ruleN) |
String getName()
int getNumberOfParams()
IParameterDeclaration[] getParams()
int getNumberOfRules()
boolean isEmpty(int ruleN)
boolean hasFormula(int ruleN)
Object getParamValue(int paramIdx, int ruleN)
ILogicalTable getValueCell(int column)
IOpenMethod getMethod()
ILogicalTable getDecisionTable()
IOpenSourceCodeModule getSourceCodeModule()
Copyright © 2004–2019 OpenL Tablets. All rights reserved.