Interface GuidedDecisionTableSourceBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getRowCount()
      Get the number of rows processed by the SourceBuilder.
      • Methods inherited from interface org.drools.decisiontable.parser.SourceBuilder

        addCellValue, addCellValue, addTemplate, clearValues, getActionTypeCode, getColumn, getResult, hasValues
    • Method Detail

      • getRowCount

        int getRowCount()
        Get the number of rows processed by the SourceBuilder. POI returns cells that contain empty values (if the User has set the value to, for example, an empty String). This can mean not all columns contain the same number of rows.
        Returns: