Package | Description |
---|---|
fr.inria.tea.ssme | |
fr.inria.tea.ssme.impl | |
fr.inria.tea.ssme.util |
Modifier and Type | Interface and Description |
---|---|
interface |
ConstantCharacter
A representation of the model object 'Constant Character'
|
interface |
ConstantDoubleReal
A representation of the model object 'Constant Double Real'
|
interface |
ConstantInteger
A representation of the model object 'Constant Integer'
|
interface |
ConstantLogical
A representation of the model object 'Constant Logical'
|
interface |
ConstantReal
A representation of the model object 'Constant Real'
|
interface |
StringValue
A representation of the model object 'String Value'
|
Modifier and Type | Class and Description |
---|---|
class |
ConstantCharacterImpl
An implementation of the model object 'Constant Character'
|
class |
ConstantDoubleRealImpl
An implementation of the model object 'Constant Double Real'
|
class |
ConstantIntegerImpl
An implementation of the model object 'Constant Integer'
|
class |
ConstantLogicalImpl
An implementation of the model object 'Constant Logical'
|
class |
ConstantRealImpl
An implementation of the model object 'Constant Real'
|
class |
StringValueImpl
An implementation of the model object 'String Value'
|
Modifier and Type | Method and Description |
---|---|
T |
SsmeSwitch.caseConstant(Constant object)
Returns the result of interpreting the object as an instance of 'Constant'
|