Interface IDecisionTableColumnBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
    • 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 conditions
        numberOfRules - number of rules that will be written
        columnStartIndex - the index of the column on the sheet to start writing
        rowStartIndex - 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.