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