public class ActionBuilder extends Object
Constructor and Description |
---|
ActionBuilder(BuilderFactory builderFactory,
Index index,
AnalyzerConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
Action |
build() |
static Comparable |
getValue(org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52 dtCellValue52) |
ActionBuilder |
with(org.drools.workbench.models.guided.dtable.shared.model.ActionCol52 actionCol) |
ActionBuilder |
with(int columnIndex) |
ActionBuilder |
with(List<org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52> row) |
ActionBuilder |
with(Rule rule) |
public ActionBuilder(BuilderFactory builderFactory, Index index, AnalyzerConfiguration configuration)
public static Comparable getValue(org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52 dtCellValue52)
public Action build() throws BuildException
BuildException
public ActionBuilder with(Rule rule)
public ActionBuilder with(List<org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52> row)
public ActionBuilder with(org.drools.workbench.models.guided.dtable.shared.model.ActionCol52 actionCol)
public ActionBuilder with(int columnIndex)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.