| Package | Description |
|---|---|
| com.interpss | |
| com.interpss.simu.multicase.rule | |
| com.interpss.simu.multicase.rule.impl |
| Modifier and Type | Method and Description |
|---|---|
static BranchActionRule |
SimuObjectFactory.createBranchActionRule(ConditionOptType optType)
create BranchActionRule for the OptType
|
static BusActionRule |
SimuObjectFactory.createBusActionRule(ConditionOptType optType)
create BusActionRule for the OptType
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<ConditionOptType> |
ConditionOptType.VALUES
A public read-only list of all the 'Condition Opt Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static ConditionOptType |
ConditionOptType.get(int value)
Returns the 'Condition Opt Type' literal with the specified integer value.
|
static ConditionOptType |
ConditionOptType.get(java.lang.String literal)
Returns the 'Condition Opt Type' literal with the specified literal value.
|
static ConditionOptType |
ConditionOptType.getByName(java.lang.String name)
Returns the 'Condition Opt Type' literal with the specified name.
|
ConditionOptType |
BusActionRule.getOptType()
Returns the value of the 'Opt Type' attribute.
|
ConditionOptType |
BranchActionRule.getOptType()
Returns the value of the 'Opt Type' attribute.
|
static ConditionOptType |
ConditionOptType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConditionOptType[] |
ConditionOptType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BusActionRule.setOptType(ConditionOptType value)
Sets the value of the '
Opt Type' attribute. |
void |
BranchActionRule.setOptType(ConditionOptType value)
Sets the value of the '
Opt Type' attribute. |
| Modifier and Type | Method and Description |
|---|---|
ConditionOptType |
MCaseRuleFactoryImpl.createConditionOptTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
ConditionOptType |
BusActionRuleImpl.getOptType() |
ConditionOptType |
BranchActionRuleImpl.getOptType() |
| Modifier and Type | Method and Description |
|---|---|
void |
BusActionRuleImpl.setOptType(ConditionOptType newOptType) |
void |
BranchActionRuleImpl.setOptType(ConditionOptType newOptType) |