| 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 BusActionRule |
SimuObjectFactory.createBusActionRule(BusCondition cond)
create BusActionType for only one BbusCondition
|
static BusActionRule |
SimuObjectFactory.createBusActionRule(ConditionOptType optType)
create BusActionRule for the OptType
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
BusActionRule |
MCaseRuleFactory.createBusActionRule()
Returns a new object of class 'Bus Action Rule'.
|
BusActionRule |
BusCondition.getParent()
Returns the value of the 'Parent' container reference.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<BusActionRule> |
RuleSet.getBusActionRules()
Returns the value of the 'Bus Action Rules' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleSet.add(BusActionRule busRule)
Add bus action rule
|
void |
BusCondition.setParent(BusActionRule value)
Sets the value of the '
Parent' container reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
BusActionRuleImpl
An implementation of the model object 'Bus Action Rule'.
|
| Modifier and Type | Method and Description |
|---|---|
BusActionRule |
MCaseRuleFactoryImpl.createBusActionRule() |
BusActionRule |
BusConditionImpl.getParent() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<BusActionRule> |
RuleSetImpl.getBusActionRules() |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleSetImpl.add(BusActionRule busRule) |
org.eclipse.emf.common.notify.NotificationChain |
BusConditionImpl.basicSetParent(BusActionRule newParent,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
BusConditionImpl.setParent(BusActionRule newParent) |
| Modifier and Type | Method and Description |
|---|---|
T |
MCaseRuleSwitch.caseBusActionRule(BusActionRule object)
Returns the result of interpreting the object as an instance of 'Bus Action Rule'.
|