Package | Description |
---|---|
fr.inria.tea.ssme | |
fr.inria.tea.ssme.impl | |
fr.inria.tea.ssme.util |
Modifier and Type | Interface and Description |
---|---|
interface |
Clock
A representation of the model object 'Clock'
|
interface |
Not
A representation of the model object 'Not'
|
interface |
PreviousIterationRef
A representation of the model object 'Previous Iteration Ref'
|
interface |
Transposition
A representation of the model object 'Transposition'
|
interface |
UnaryMinus
A representation of the model object 'Unary Minus'
|
interface |
UnaryPlus
A representation of the model object 'Unary Plus'
|
interface |
UnaryWhen
A representation of the model object 'Unary When'
|
Modifier and Type | Class and Description |
---|---|
class |
ClockImpl
An implementation of the model object 'Clock'
|
class |
NotImpl
An implementation of the model object 'Not'
|
class |
PreviousIterationRefImpl
An implementation of the model object 'Previous Iteration Ref'
|
class |
TranspositionImpl
An implementation of the model object 'Transposition'
|
class |
UnaryMinusImpl
An implementation of the model object 'Unary Minus'
|
class |
UnaryPlusImpl
An implementation of the model object 'Unary Plus'
|
class |
UnaryWhenImpl
An implementation of the model object 'Unary When'
|
Modifier and Type | Method and Description |
---|---|
T |
SsmeSwitch.caseUnaryOperators(UnaryOperators object)
Returns the result of interpreting the object as an instance of 'Unary Operators'
|