Package | Description |
---|---|
fr.inria.tea.ssme | |
fr.inria.tea.ssme.impl | |
fr.inria.tea.ssme.util |
Modifier and Type | Interface and Description |
---|---|
interface |
Cell
A representation of the model object 'Cell'
|
interface |
Delay
A representation of the model object 'Delay'
|
interface |
IfThenElse
A representation of the model object 'If Then Else'
|
interface |
Index
A representation of the model object 'Index'
|
interface |
Window
A representation of the model object 'Window'
|
Modifier and Type | Class and Description |
---|---|
class |
CellImpl
An implementation of the model object 'Cell'
|
class |
DelayImpl
An implementation of the model object 'Delay'
|
class |
IfThenElseImpl
An implementation of the model object 'If Then Else'
|
class |
IndexImpl
An implementation of the model object 'Index'
|
class |
WindowImpl
An implementation of the model object 'Window'
|
Modifier and Type | Method and Description |
---|---|
T |
SsmeSwitch.caseTernaryOperators(TernaryOperators object)
Returns the result of interpreting the object as an instance of 'Ternary Operators'
|