public interface IDecisionTableColumnBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
build(IWritableGrid gridModel,
int numberOfRules,
int columnStartIndex,
int rowStartIndex)
Build the condition to the sheet with the given number of rules and start writing from the given column and row
indexes.
|
int build(IWritableGrid gridModel, int numberOfRules, int columnStartIndex, int rowStartIndex)
gridModel - the place for writing conditionsnumberOfRules - number of rules that will be writtencolumnStartIndex - the index of the column on the sheet to start writingrowStartIndex - the index of the row on the sheet to start writingCopyright © 2004–2019 OpenL Tablets. All rights reserved.