public interface GuidedDecisionTableSourceBuilder
extends org.drools.decisiontable.parser.SourceBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getRowCount()
Get the number of rows processed by the SourceBuilder.
|
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.
|
void populateDecisionTable(org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 dtable,
int maxRowCount)
dtable - The target Guided Decision Table to populatemaxRowCount - The maximum number of used rows detected in the XLSint getRowCount()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.