org.drools.guvnor.server.converters.decisiontable.builders
Class GuidedDecisionTableNoLoopBuilder
java.lang.Object
org.drools.guvnor.server.converters.decisiontable.builders.AbstractGuidedDecisionTableAttributeBuilder
org.drools.guvnor.server.converters.decisiontable.builders.GuidedDecisionTableNoLoopBuilder
- All Implemented Interfaces:
- org.drools.decisiontable.parser.SourceBuilder, GuidedDecisionTableSourceBuilder
public class GuidedDecisionTableNoLoopBuilder
- extends AbstractGuidedDecisionTableAttributeBuilder
Builder for NoLoop Attribute columns
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GuidedDecisionTableNoLoopBuilder
public GuidedDecisionTableNoLoopBuilder(int row,
int column,
ConversionResult conversionResult)
populateDecisionTable
public void populateDecisionTable(GuidedDecisionTable52 dtable)
- Description copied from interface:
GuidedDecisionTableSourceBuilder
- Populate the given Decision Table with details of the parsed column.
Actions should include adding applicable columns and data to the
underlying model.
addCellValue
public void addCellValue(int row,
int column,
String value)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.