public class RuleInspectorCache extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
RuleInspectorCache.Filter |
| Constructor and Description |
|---|
RuleInspectorCache(ColumnUtilities utils,
org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 model,
Index index) |
| Modifier and Type | Method and Description |
|---|---|
RuleInspector |
addRow(int index) |
Collection<RuleInspector> |
all() |
Collection<RuleInspector> |
all(RuleInspectorCache.Filter filter) |
Collection<RuleInspector> |
allRuleInspectors() |
void |
deleteColumns(int firstColumnIndex,
int numberOfColumns) |
RuleInspector |
getRuleInspector(int row) |
void |
newColumn(int columnIndex) |
RuleInspector |
removeRow(int rowNumber) |
void |
reset() |
public RuleInspectorCache(ColumnUtilities utils, org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 model, Index index)
public void newColumn(int columnIndex)
public void deleteColumns(int firstColumnIndex,
int numberOfColumns)
public void reset()
public Collection<RuleInspector> all()
public Collection<RuleInspector> all(RuleInspectorCache.Filter filter)
public RuleInspector removeRow(int rowNumber)
public RuleInspector addRow(int index)
public RuleInspector getRuleInspector(int row)
public Collection<RuleInspector> allRuleInspectors()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.