public interface RuleSet
extends org.eclipse.emf.ecore.EObject
The following features are supported:
MCaseRulePackage.getRuleSet()| Modifier and Type | Method and Description |
|---|---|
void |
add(BranchActionRule branchRule)
Add branch action rule
|
void |
add(BusActionRule busRule)
Add bus action rule
|
org.eclipse.emf.common.util.EList<BranchActionRule> |
getBranchActionRules()
Returns the value of the 'Branch Action Rules' containment reference list.
|
org.eclipse.emf.common.util.EList<BusActionRule> |
getBusActionRules()
Returns the value of the 'Bus Action Rules' containment reference list.
|
int |
getPriority()
Returns the value of the 'Priority' attribute.
|
ActionRuleType |
getRuleType()
Returns the value of the 'Rule Type' attribute.
|
void |
setPriority(int value)
Sets the value of the '
Priority' attribute. |
void |
setRuleType(ActionRuleType value)
Sets the value of the '
Rule Type' attribute. |
int getPriority()
If the meaning of the 'Priority' attribute isn't clear, there really should be more of a description here...
rule set prioritysetPriority(int),
MCaseRulePackage.getRuleSet_Priority()void setPriority(int value)
Priority' attribute.
value - the new value of the 'Priority' attribute.getPriority()ActionRuleType getRuleType()
ActionRuleType.
If the meaning of the 'Rule Type' attribute isn't clear, there really should be more of a description here...
rule type - preventive or correctiveActionRuleType,
setRuleType(ActionRuleType),
MCaseRulePackage.getRuleSet_RuleType()void setRuleType(ActionRuleType value)
Rule Type' attribute.
value - the new value of the 'Rule Type' attribute.ActionRuleType,
getRuleType()org.eclipse.emf.common.util.EList<BusActionRule> getBusActionRules()
BusActionRule.
If the meaning of the 'Bus Action Rules' containment reference list isn't clear, there really should be more of a description here...
bus action rule listMCaseRulePackage.getRuleSet_BusActionRules()org.eclipse.emf.common.util.EList<BranchActionRule> getBranchActionRules()
BranchActionRule.
If the meaning of the 'Branch Action Rules' containment reference list isn't clear, there really should be more of a description here...
branch action rule listMCaseRulePackage.getRuleSet_BranchActionRules()void add(BusActionRule busRule)
void add(BranchActionRule branchRule)