public class GuidedDecisionTableDurationBuilder extends AbstractGuidedDecisionTableAttributeBuilder
actionType, conversionResult, definitions, headerCol, headerRow, values| Constructor and Description |
|---|
GuidedDecisionTableDurationBuilder(int row,
int column,
org.drools.workbench.models.guided.dtable.shared.conversion.ConversionResult conversionResult) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCellValue(int row,
int column,
String value) |
void |
populateDecisionTable(org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 dtable,
int maxRowCount)
Populate the given Decision Table with details of the parsed column.
|
addColumnData, addTemplate, clearValues, getActionTypeCode, getResult, getRowCount, hasValuespublic GuidedDecisionTableDurationBuilder(int row,
int column,
org.drools.workbench.models.guided.dtable.shared.conversion.ConversionResult conversionResult)
public void populateDecisionTable(org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 dtable,
int maxRowCount)
GuidedDecisionTableSourceBuilderdtable - The target Guided Decision Table to populatemaxRowCount - The maximum number of used rows detected in the XLSpublic void addCellValue(int row,
int column,
String value)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.