Interface IDecisionTableColumnBuilder
-
- All Known Implementing Classes:
AConditionBuilder,ArrayConditionBuilder,SimpleConditionBuilder
public interface IDecisionTableColumnBuilderInterface for decision table column builder with POI.- Author:
- DLiauchuk
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intbuild(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.
-
-
-
Method Detail
-
build
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.- Parameters:
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 writing- Returns:
- the index of the column that is next to the written condition and is free for further writing.
-
-