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