org.drools.guvnor.server.converters.decisiontable.builders
Class GuidedDecisionTableAutoFocusBuilder
java.lang.Object
org.drools.guvnor.server.converters.decisiontable.builders.AbstractGuidedDecisionTableAttributeBuilder
org.drools.guvnor.server.converters.decisiontable.builders.GuidedDecisionTableAutoFocusBuilder
- All Implemented Interfaces:
- org.drools.decisiontable.parser.SourceBuilder, GuidedDecisionTableSourceBuilder
public class GuidedDecisionTableAutoFocusBuilder
- extends AbstractGuidedDecisionTableAttributeBuilder
Builder for AutoFocus Attribute columns
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GuidedDecisionTableAutoFocusBuilder
public GuidedDecisionTableAutoFocusBuilder(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-2013 JBoss by Red Hat. All Rights Reserved.