Package | Description |
---|---|
fr.inria.tea.ssme | |
fr.inria.tea.ssme.impl |
Modifier and Type | Field and Description |
---|---|
static java.util.List<ModelKind> |
ModelKind.VALUES
A public read-only list of all the 'Model Kind' enumerators
|
Modifier and Type | Method and Description |
---|---|
static ModelKind |
ModelKind.get(int value)
Returns the 'Model Kind' literal with the specified integer value
|
static ModelKind |
ModelKind.get(java.lang.String literal)
Returns the 'Model Kind' literal with the specified literal value
|
static ModelKind |
ModelKind.getByName(java.lang.String name)
Returns the 'Model Kind' literal with the specified name
|
ModelKind |
FormalProcess.getModelKind()
Returns the value of the 'Model Kind' attribute.
|
ModelKind |
ProcessType.getModelKind()
Returns the value of the 'Model Kind' attribute.
|
ModelKind |
ProcessModel.getModelKind()
Returns the value of the 'Model Kind' attribute.
|
static ModelKind |
ModelKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModelKind[] |
ModelKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FormalProcess.setModelKind(ModelKind value)
Sets the value of the '
Model Kind ' attribute |
void |
ProcessType.setModelKind(ModelKind value)
Sets the value of the '
Model Kind ' attribute |
void |
ProcessModel.setModelKind(ModelKind value)
Sets the value of the '
Model Kind ' attribute |
Modifier and Type | Method and Description |
---|---|
ModelKind |
SsmeFactoryImpl.createModelKindFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
ModelKind |
ProcessTypeImpl.getModelKind() |
ModelKind |
ProcessModelImpl.getModelKind() |
ModelKind |
FormalProcessImpl.getModelKind() |
Modifier and Type | Method and Description |
---|---|
void |
ProcessTypeImpl.setModelKind(ModelKind newModelKind) |
void |
ProcessModelImpl.setModelKind(ModelKind newModelKind) |
void |
FormalProcessImpl.setModelKind(ModelKind newModelKind) |