Package | Description |
---|---|
fr.inria.tea.ssme | |
fr.inria.tea.ssme.impl | |
fr.inria.tea.ssme.util |
Modifier and Type | Method and Description |
---|---|
IfThenElse |
SsmeFactory.createIfThenElse()
Returns a new object of class 'If Then Else'
|
Modifier and Type | Class and Description |
---|---|
class |
IfThenElseImpl
An implementation of the model object 'If Then Else'
|
Modifier and Type | Method and Description |
---|---|
IfThenElse |
SsmeFactoryImpl.createIfThenElse() |
Modifier and Type | Method and Description |
---|---|
T |
SsmeSwitch.caseIfThenElse(IfThenElse object)
Returns the result of interpreting the object as an instance of 'If Then Else'
|