Class RegularCellUpdateManager
- java.lang.Object
-
- org.drools.workbench.services.verifier.plugin.client.CellUpdateManagerBase
-
- org.drools.workbench.services.verifier.plugin.client.RegularCellUpdateManager
-
public class RegularCellUpdateManager extends CellUpdateManagerBase
-
-
Field Summary
-
Fields inherited from class org.drools.workbench.services.verifier.plugin.client.CellUpdateManagerBase
actions, column, conditions, coordinate, model, ruleAttributes
-
-
Constructor Summary
Constructors Constructor Description RegularCellUpdateManager(org.drools.verifier.core.index.Index index, org.drools.verifier.core.configuration.AnalyzerConfiguration configuration, org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 model, Coordinate coordinate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanupdateAction(org.drools.verifier.core.index.model.Action action)protected booleanupdateCondition(org.drools.verifier.core.index.model.Condition condition)-
Methods inherited from class org.drools.workbench.services.verifier.plugin.client.CellUpdateManagerBase
update
-
-
-
-
Constructor Detail
-
RegularCellUpdateManager
public RegularCellUpdateManager(org.drools.verifier.core.index.Index index, org.drools.verifier.core.configuration.AnalyzerConfiguration configuration, org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 model, Coordinate coordinate)
-
-
Method Detail
-
updateAction
protected boolean updateAction(org.drools.verifier.core.index.model.Action action)
- Specified by:
updateActionin classCellUpdateManagerBase
-
updateCondition
protected boolean updateCondition(org.drools.verifier.core.index.model.Condition condition)
- Specified by:
updateConditionin classCellUpdateManagerBase
-
-