public class RowInspector extends Object implements IsRedundant, IsSubsuming, IsConflicting
Constructor and Description |
---|
RowInspector(int rowIndex,
org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52.TableFormat tableFormat,
RowInspectorCache cache) |
Modifier and Type | Method and Description |
---|---|
void |
addActionInspector(ActionInspector actionInspector) |
void |
addConditionInspector(ConditionInspector conditionInspector) |
boolean |
conflicts(Object other) |
Actions |
getActions() |
RowInspectorCache |
getCache() |
Conditions |
getConditions() |
int |
getRowIndex() |
org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52.TableFormat |
getTableFormat() |
boolean |
isRedundant(Object other) |
void |
setRowIndex(int rowIndex) |
boolean |
subsumes(Object other) |
public RowInspector(int rowIndex, org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52.TableFormat tableFormat, RowInspectorCache cache)
public int getRowIndex()
public RowInspectorCache getCache()
public org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52.TableFormat getTableFormat()
public void addConditionInspector(ConditionInspector conditionInspector)
public void addActionInspector(ActionInspector actionInspector)
public Actions getActions()
public Conditions getConditions()
public void setRowIndex(int rowIndex)
public boolean isRedundant(Object other)
isRedundant
in interface IsRedundant
public boolean subsumes(Object other)
subsumes
in interface IsSubsuming
public boolean conflicts(Object other)
conflicts
in interface IsConflicting
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.