| 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 RuleSet |
SimuObjectFactory.createRuleSet(BranchActionRule rule,
int priority,
ActionRuleType rtype)
create a rule set object and add the branch rule object into the rule set
|
static RuleSet |
SimuObjectFactory.createRuleSet(BusActionRule rule,
int priority)
create a rule set object
|
static RuleSet |
SimuObjectFactory.createRuleSet(BusActionRule rule,
int priority,
ActionRuleType rtype)
create a rule set object and add the rule object into the rule set
|
static RuleSet |
SimuObjectFactory.createRuleSet(int priority,
ActionRuleType rtype)
create a rule set object
|
| Modifier and Type | Method and Description |
|---|---|
static RuleBase |
SimuObjectFactory.createRuleBase(RuleSet set,
SecAnalysisViolationType vtype)
create a rule base object and add the rule set object to the rule set
|
| Modifier and Type | Method and Description |
|---|---|
RuleSet |
MCaseRuleFactory.createRuleSet()
Returns a new object of class 'Rule Set'.
|
RuleSet |
BusActionRule.getParent()
Returns the value of the 'Parent' reference.
|
RuleSet |
BranchActionRule.getParent()
Returns the value of the 'Parent' reference.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<RuleSet> |
RuleBase.getRuleSets()
Returns the value of the 'Rule Sets' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleBase.add(RuleSet ruleSet)
add rule set to the rule base.
|
void |
BusActionRule.setParent(RuleSet value)
Sets the value of the '
Parent' reference. |
void |
BranchActionRule.setParent(RuleSet value)
Sets the value of the '
Parent' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
RuleSetImpl
An implementation of the model object 'Rule Set'.
|
| Modifier and Type | Method and Description |
|---|---|
RuleSet |
BusActionRuleImpl.basicGetParent() |
RuleSet |
BranchActionRuleImpl.basicGetParent() |
RuleSet |
MCaseRuleFactoryImpl.createRuleSet() |
RuleSet |
BusActionRuleImpl.getParent() |
RuleSet |
BranchActionRuleImpl.getParent() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<RuleSet> |
RuleBaseImpl.getRuleSets() |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleBaseImpl.add(RuleSet ruleSet) |
void |
BusActionRuleImpl.setParent(RuleSet newParent) |
void |
BranchActionRuleImpl.setParent(RuleSet newParent) |
| Modifier and Type | Method and Description |
|---|---|
T |
MCaseRuleSwitch.caseRuleSet(RuleSet object)
Returns the result of interpreting the object as an instance of 'Rule Set'.
|