public abstract class ADispatcherTableColumn extends Object implements IDecisionTableColumn
| Modifier and Type | Field and Description |
|---|---|
static String |
LOCAL_PARAM_SUFFIX |
| Modifier and Type | Method and Description |
|---|---|
String |
getColumnType()
Gets the type of the column.
|
int |
getNumberOfLocalParameters()
Condition may has several local parameters.
|
protected TablePropertyDefinition |
getProperty() |
protected org.openl.rules.validation.properties.dimentional.DispatcherTableRules |
getRules() |
String |
getRuleValue(int ruleIndex)
Gets the first value for given rule index.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCodeExpression, getParameterDeclaration, getRuleValue, getTitlepublic static final String LOCAL_PARAM_SUFFIX
public int getNumberOfLocalParameters()
IDecisionTableColumn| C1 | |||||||
| paramLocal1 == paramIncome || paramLocal2 == paramIncome | |||||||
| String paramLocal1 | String paramLocal2 |
| Local Parameter number one | Local Parameter number two |
| value11 | value21 |
| value12 | value22 |
getNumberOfLocalParameters in interface IDecisionTableColumnpublic String getRuleValue(int ruleIndex)
IDecisionTableColumnIDecisionTableColumn.getNumberOfLocalParameters() is more than 1. Use
IDecisionTableColumn.getRuleValue(int, int) to get all values.getRuleValue in interface IDecisionTableColumnpublic String getColumnType()
IDecisionTableColumnDecisionTableColumnHeadersgetColumnType in interface IDecisionTableColumnprotected org.openl.rules.validation.properties.dimentional.DispatcherTableRules getRules()
protected TablePropertyDefinition getProperty()
Copyright © 2004–2019 OpenL Tablets. All rights reserved.