Interface GuidedDecisionTableSourceBuilderIndirect

    • Method Detail

      • getVariableColumns

        List<org.drools.workbench.models.guided.dtable.shared.model.BRLVariableColumn> getVariableColumns()
        Get the BRL Variable Columns required to represent the XLS Column. The mapping between XLS column and Guided Decision Table column may not be 1-to-1 and hence we gather the BRL Variable Columns and match against RuleModel after all columns have been handled.
        Returns:
      • getValueBuilders

        Map<Integer,​ParameterizedValueBuilder> getValueBuilders()
        Get the ParameterizedValueBuilder for the BRL Fragment. The map is keyed on source XLS column index.
        Returns: