| Package | Description |
|---|---|
| com.interpss | |
| com.interpss.simu.multicase.rule | |
| com.interpss.simu.multicase.rule.impl | |
| com.interpss.simu.multicase.rule.util |
| Modifier and Type | Method and Description |
|---|---|
static BranchActionRule |
SimuObjectFactory.createBranchActionRule(BranchCondition cond)
create BranchActionType for only one BranchCondition
|
static BranchActionRule |
SimuObjectFactory.createBranchActionRule(ConditionOptType optType)
create BranchActionRule for the OptType
|
| Modifier and Type | Method and Description |
|---|---|
static RuleSet |
SimuObjectFactory.createRuleSet(BranchActionRule rule,
int priority,
ActionRuleType rtype)
create a rule set object and add the branch rule object into the rule set
|
| Modifier and Type | Method and Description |
|---|---|
BranchActionRule |
MCaseRuleFactory.createBranchActionRule()
Returns a new object of class 'Branch Action Rule'.
|
BranchActionRule |
BranchCondition.getParent()
Returns the value of the 'Parent' container reference.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<BranchActionRule> |
RuleSet.getBranchActionRules()
Returns the value of the 'Branch Action Rules' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleSet.add(BranchActionRule branchRule)
Add branch action rule
|
void |
BranchCondition.setParent(BranchActionRule value)
Sets the value of the '
Parent' container reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
BranchActionRuleImpl
An implementation of the model object 'Branch Action Rule'.
|
| Modifier and Type | Method and Description |
|---|---|
BranchActionRule |
MCaseRuleFactoryImpl.createBranchActionRule() |
BranchActionRule |
BranchConditionImpl.getParent() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<BranchActionRule> |
RuleSetImpl.getBranchActionRules() |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleSetImpl.add(BranchActionRule branchRule) |
org.eclipse.emf.common.notify.NotificationChain |
BranchConditionImpl.basicSetParent(BranchActionRule newParent,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
BranchConditionImpl.setParent(BranchActionRule newParent) |
| Modifier and Type | Method and Description |
|---|---|
T |
MCaseRuleSwitch.caseBranchActionRule(BranchActionRule object)
Returns the result of interpreting the object as an instance of 'Branch Action Rule'.
|