Package | Description |
---|---|
fr.inria.tea.ssme | |
fr.inria.tea.ssme.impl | |
fr.inria.tea.ssme.util |
Modifier and Type | Interface and Description |
---|---|
interface |
After
A representation of the model object 'After'
|
interface |
And
A representation of the model object 'And'
|
interface |
ArrayProduct
A representation of the model object 'Array Product'
|
interface |
ArrayRestructuration
A representation of the model object 'Array Restructuration'
|
interface |
ClockDifference
A representation of the model object 'Clock Difference'
|
interface |
ClockProduct
A representation of the model object 'Clock Product'
|
interface |
ClockUnion
A representation of the model object 'Clock Union'
|
interface |
ComplexConstructor
A representation of the model object 'Complex Constructor'
|
interface |
Concatenation
A representation of the model object 'Concatenation'
|
interface |
Count
A representation of the model object 'Count'
|
interface |
Default
A representation of the model object 'Default'
|
interface |
Div
A representation of the model object 'Div'
|
interface |
Equal
A representation of the model object 'Equal'
|
interface |
EqualEqual
A representation of the model object 'Equal Equal'
|
interface |
From
A representation of the model object 'From'
|
interface |
Greater
A representation of the model object 'Greater'
|
interface |
GreaterOrEqual
A representation of the model object 'Greater Or Equal'
|
interface |
Less
A representation of the model object 'Less'
|
interface |
LessLessEqual
A representation of the model object 'Less Less Equal'
|
interface |
LessOrEqual
A representation of the model object 'Less Or Equal'
|
interface |
Minus
A representation of the model object 'Minus'
|
interface |
Modulo
A representation of the model object 'Modulo'
|
interface |
NotEqual
A representation of the model object 'Not Equal'
|
interface |
Or
A representation of the model object 'Or'
|
interface |
Plus
A representation of the model object 'Plus'
|
interface |
Power
A representation of the model object 'Power'
|
interface |
Product
A representation of the model object 'Product'
|
interface |
Recover
A representation of the model object 'Recover'
|
interface |
Repetition
A representation of the model object 'Repetition'
|
interface |
SequentialDefinition
A representation of the model object 'Sequential Definition'
|
interface |
Var
A representation of the model object 'Var'
|
interface |
When
A representation of the model object 'When'
|
interface |
Xor
A representation of the model object 'Xor'
|
Modifier and Type | Class and Description |
---|---|
class |
AfterImpl
An implementation of the model object 'After'
|
class |
AndImpl
An implementation of the model object 'And'
|
class |
ArrayProductImpl
An implementation of the model object 'Array Product'
|
class |
ArrayRestructurationImpl
An implementation of the model object 'Array Restructuration'
|
class |
ClockDifferenceImpl
An implementation of the model object 'Clock Difference'
|
class |
ClockProductImpl
An implementation of the model object 'Clock Product'
|
class |
ClockUnionImpl
An implementation of the model object 'Clock Union'
|
class |
ComplexConstructorImpl
An implementation of the model object 'Complex Constructor'
|
class |
ConcatenationImpl
An implementation of the model object 'Concatenation'
|
class |
CountImpl
An implementation of the model object 'Count'
|
class |
DefaultImpl
An implementation of the model object 'Default'
|
class |
DivImpl
An implementation of the model object 'Div'
|
class |
EqualEqualImpl
An implementation of the model object 'Equal Equal'
|
class |
EqualImpl
An implementation of the model object 'Equal'
|
class |
FromImpl
An implementation of the model object 'From'
|
class |
GreaterImpl
An implementation of the model object 'Greater'
|
class |
GreaterOrEqualImpl
An implementation of the model object 'Greater Or Equal'
|
class |
LessImpl
An implementation of the model object 'Less'
|
class |
LessLessEqualImpl
An implementation of the model object 'Less Less Equal'
|
class |
LessOrEqualImpl
An implementation of the model object 'Less Or Equal'
|
class |
MinusImpl
An implementation of the model object 'Minus'
|
class |
ModuloImpl
An implementation of the model object 'Modulo'
|
class |
NotEqualImpl
An implementation of the model object 'Not Equal'
|
class |
OrImpl
An implementation of the model object 'Or'
|
class |
PlusImpl
An implementation of the model object 'Plus'
|
class |
PowerImpl
An implementation of the model object 'Power'
|
class |
ProductImpl
An implementation of the model object 'Product'
|
class |
RecoverImpl
An implementation of the model object 'Recover'
|
class |
RepetitionImpl
An implementation of the model object 'Repetition'
|
class |
SequentialDefinitionImpl
An implementation of the model object 'Sequential Definition'
|
class |
VarImpl
An implementation of the model object 'Var'
|
class |
WhenImpl
An implementation of the model object 'When'
|
class |
XorImpl
An implementation of the model object 'Xor'
|
Modifier and Type | Method and Description |
---|---|
T |
SsmeSwitch.caseBinaryOperators(BinaryOperators object)
Returns the result of interpreting the object as an instance of 'Binary Operators'
|