Class GuidedDecisionTableLockonActiveBuilder

    • Constructor Detail

      • GuidedDecisionTableLockonActiveBuilder

        public GuidedDecisionTableLockonActiveBuilder​(int row,
                                                      int column,
                                                      org.drools.workbench.models.guided.dtable.shared.conversion.ConversionResult conversionResult)
    • Method Detail

      • populateDecisionTable

        public void populateDecisionTable​(org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 dtable,
                                          int maxRowCount)
        Description copied from interface: GuidedDecisionTableSourceBuilderDirect
        Populate the given Decision Table with details of the parsed column.
        Parameters:
        dtable - The target Guided Decision Table to populate
        maxRowCount - The maximum number of used rows detected in the XLS
      • addCellValue

        public void addCellValue​(int row,
                                 int column,
                                 String value)