public interface DecisionTable extends RulesheetView
The following features are supported:
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
ActionSection |
getActionSection()
Returns the value of the 'Action Section' containment reference
|
ConditionSection |
getConditionSection()
Returns the value of the 'Condition Section' containment reference
|
FilterSection |
getFilterSection()
Returns the value of the 'Filter Section' containment reference
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute
|
PRuleset |
getPRuleset()
Returns the value of the 'PRuleset' reference
|
RuleSection |
getRuleSection()
Returns the value of the 'Rule Section' containment reference
|
RuleStatementSection |
getRuleStatementSection()
Returns the value of the 'Rule Statement Section' containment reference
|
int |
getSashWeightAdvancedView()
Returns the value of the 'Sash Weight Advanced View' attribute
|
int |
getSashWeightConditionsActions()
Returns the value of the 'Sash Weight Conditions Actions' attribute
|
int |
getSashWeightConditionsIf()
Returns the value of the 'Sash Weight Conditions If' attribute
|
int |
getSashWeightScope()
Returns the value of the 'Sash Weight Scope' attribute
|
ScopeSection |
getScopeSection()
Returns the value of the 'Scope Section' containment reference
|
com.corticon.eclipse.core.util.Selection |
getSelection()
Returns the value of the 'Selection' attribute
|
boolean |
isAdvanced()
Returns the value of the 'Advanced' attribute
|
boolean |
isNaturalLanguageDisplay()
Returns the value of the 'Natural Language Display' attribute
|
void |
setActionSection(ActionSection value)
Sets the value of the '
Action Section' containment reference |
void |
setAdvanced(boolean value)
Sets the value of the '
Advanced' attribute |
void |
setConditionSection(ConditionSection value)
Sets the value of the '
Condition Section' containment reference |
void |
setFilterSection(FilterSection value)
Sets the value of the '
Filter Section' containment reference |
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute |
void |
setNaturalLanguageDisplay(boolean value)
Sets the value of the '
Natural Language Display' attribute |
void |
setPRuleset(PRuleset value)
Sets the value of the '
PRuleset' reference |
void |
setRuleSection(RuleSection value)
Sets the value of the '
Rule Section' containment reference |
void |
setRuleStatementSection(RuleStatementSection value)
Sets the value of the '
Rule Statement Section' containment reference |
void |
setSashWeightAdvancedView(int value)
Sets the value of the '
Sash Weight Advanced View' attribute |
void |
setSashWeightConditionsActions(int value)
Sets the value of the '
Sash Weight Conditions Actions' attribute |
void |
setSashWeightConditionsIf(int value)
Sets the value of the '
Sash Weight Conditions If' attribute |
void |
setSashWeightScope(int value)
Sets the value of the '
Sash Weight Scope' attribute |
void |
setScopeSection(ScopeSection value)
Sets the value of the '
Scope Section' containment reference |
void |
setSelection(com.corticon.eclipse.core.util.Selection value)
Sets the value of the '
Selection' attribute |
static final java.lang.String copyright
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
DecisiontablePackage.getDecisionTable_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()com.corticon.eclipse.core.util.Selection getSelection()
If the meaning of the 'Selection' attribute isn't clear, there really should be more of a description here...
setSelection(Selection),
DecisiontablePackage.getDecisionTable_Selection()void setSelection(com.corticon.eclipse.core.util.Selection value)
Selection' attribute.
value - the new value of the 'Selection' attribute.getSelection()boolean isAdvanced()
If the meaning of the 'Advanced' attribute isn't clear, there really should be more of a description here...
setAdvanced(boolean),
DecisiontablePackage.getDecisionTable_Advanced()void setAdvanced(boolean value)
Advanced' attribute.
value - the new value of the 'Advanced' attribute.isAdvanced()int getSashWeightAdvancedView()
If the meaning of the 'Sash Weight Advanced View' attribute isn't clear, there really should be more of a description here...
setSashWeightAdvancedView(int),
DecisiontablePackage.getDecisionTable_SashWeightAdvancedView()void setSashWeightAdvancedView(int value)
Sash Weight Advanced View' attribute.
value - the new value of the 'Sash Weight Advanced View' attribute.getSashWeightAdvancedView()int getSashWeightScope()
If the meaning of the 'Sash Weight Scope' attribute isn't clear, there really should be more of a description here...
setSashWeightScope(int),
DecisiontablePackage.getDecisionTable_SashWeightScope()void setSashWeightScope(int value)
Sash Weight Scope' attribute.
value - the new value of the 'Sash Weight Scope' attribute.getSashWeightScope()int getSashWeightConditionsActions()
If the meaning of the 'Sash Weight Conditions Actions' attribute isn't clear, there really should be more of a description here...
setSashWeightConditionsActions(int),
DecisiontablePackage.getDecisionTable_SashWeightConditionsActions()void setSashWeightConditionsActions(int value)
Sash Weight Conditions Actions' attribute.
value - the new value of the 'Sash Weight Conditions Actions' attribute.getSashWeightConditionsActions()int getSashWeightConditionsIf()
If the meaning of the 'Sash Weight Conditions If' attribute isn't clear, there really should be more of a description here...
setSashWeightConditionsIf(int),
DecisiontablePackage.getDecisionTable_SashWeightConditionsIf()void setSashWeightConditionsIf(int value)
Sash Weight Conditions If' attribute.
value - the new value of the 'Sash Weight Conditions If' attribute.getSashWeightConditionsIf()boolean isNaturalLanguageDisplay()
If the meaning of the 'Natural Language Display' attribute isn't clear, there really should be more of a description here...
setNaturalLanguageDisplay(boolean),
DecisiontablePackage.getDecisionTable_NaturalLanguageDisplay()void setNaturalLanguageDisplay(boolean value)
Natural Language Display' attribute.
value - the new value of the 'Natural Language Display' attribute.isNaturalLanguageDisplay()ActionSection getActionSection()
If the meaning of the 'Action Section' containment reference isn't clear, there really should be more of a description here...
setActionSection(ActionSection),
DecisiontablePackage.getDecisionTable_ActionSection()void setActionSection(ActionSection value)
Action Section' containment reference.
value - the new value of the 'Action Section' containment reference.getActionSection()ScopeSection getScopeSection()
If the meaning of the 'Scope Section' containment reference isn't clear, there really should be more of a description here...
setScopeSection(ScopeSection),
DecisiontablePackage.getDecisionTable_ScopeSection()void setScopeSection(ScopeSection value)
Scope Section' containment reference.
value - the new value of the 'Scope Section' containment reference.getScopeSection()FilterSection getFilterSection()
If the meaning of the 'Filter Section' containment reference isn't clear, there really should be more of a description here...
setFilterSection(FilterSection),
DecisiontablePackage.getDecisionTable_FilterSection()void setFilterSection(FilterSection value)
Filter Section' containment reference.
value - the new value of the 'Filter Section' containment reference.getFilterSection()RuleStatementSection getRuleStatementSection()
If the meaning of the 'Rule Statement Section' containment reference isn't clear, there really should be more of a description here...
setRuleStatementSection(RuleStatementSection),
DecisiontablePackage.getDecisionTable_RuleStatementSection()void setRuleStatementSection(RuleStatementSection value)
Rule Statement Section' containment reference.
value - the new value of the 'Rule Statement Section' containment reference.getRuleStatementSection()ConditionSection getConditionSection()
If the meaning of the 'Condition Section' containment reference isn't clear, there really should be more of a description here...
setConditionSection(ConditionSection),
DecisiontablePackage.getDecisionTable_ConditionSection()void setConditionSection(ConditionSection value)
Condition Section' containment reference.
value - the new value of the 'Condition Section' containment reference.getConditionSection()RuleSection getRuleSection()
If the meaning of the 'Rule Section' containment reference isn't clear, there really should be more of a description here...
setRuleSection(RuleSection),
DecisiontablePackage.getDecisionTable_RuleSection()void setRuleSection(RuleSection value)
Rule Section' containment reference.
value - the new value of the 'Rule Section' containment reference.getRuleSection()PRuleset getPRuleset()
If the meaning of the 'PRuleset' reference isn't clear, there really should be more of a description here...
setPRuleset(PRuleset),
DecisiontablePackage.getDecisionTable_PRuleset()void setPRuleset(PRuleset value)
PRuleset' reference.
value - the new value of the 'PRuleset' reference.getPRuleset()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.