| Package | Description |
|---|---|
| com.interpss | |
| com.interpss.simu.multicase.rule | |
| com.interpss.simu.multicase.rule.impl |
| 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,
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 | Field and Description |
|---|---|
static java.util.List<ActionRuleType> |
ActionRuleType.VALUES
A public read-only list of all the 'Action Rule Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static ActionRuleType |
ActionRuleType.get(int value)
Returns the 'Action Rule Type' literal with the specified integer value.
|
static ActionRuleType |
ActionRuleType.get(java.lang.String literal)
Returns the 'Action Rule Type' literal with the specified literal value.
|
static ActionRuleType |
ActionRuleType.getByName(java.lang.String name)
Returns the 'Action Rule Type' literal with the specified name.
|
ActionRuleType |
RuleSet.getRuleType()
Returns the value of the 'Rule Type' attribute.
|
static ActionRuleType |
ActionRuleType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ActionRuleType[] |
ActionRuleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleSet.setRuleType(ActionRuleType value)
Sets the value of the '
Rule Type' attribute. |
| Modifier and Type | Method and Description |
|---|---|
ActionRuleType |
MCaseRuleFactoryImpl.createActionRuleTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
ActionRuleType |
RuleSetImpl.getRuleType() |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleSetImpl.setRuleType(ActionRuleType newRuleType) |