Package | Description |
---|---|
fr.inria.tea.ssme | |
fr.inria.tea.ssme.impl | |
fr.inria.tea.ssme.util |
Modifier and Type | Method and Description |
---|---|
ListExprSignal |
SsmeFactory.createListExprSignal()
Returns a new object of class 'List Expr Signal'
|
ListExprSignal |
ArrayType.getExprDimension()
Returns the value of the 'Expr Dimension' containment reference
|
ListExprSignal |
ElemDefinition.getExprDimension()
Returns the value of the 'Expr Dimension' containment reference
|
ListExprSignal |
CaseEnumeration.getListExprSignal()
Returns the value of the 'List Expr Signal' containment reference
|
ListExprSignal |
CartesianProduct.getListExprSignal()
Returns the value of the 'List Expr Signal' containment reference
|
ListExprSignal |
ArrayElem.getListExprSignal()
Returns the value of the 'List Expr Signal' containment reference
|
ListExprSignal |
ElemDefinitionEnumeration.getListExprSignal()
Returns the value of the 'List Expr Signal' containment reference
|
ListExprSignal |
Signals.getListExprSignal()
Returns the value of the 'List Expr Signal' containment reference
|
ListExprSignal |
ProcessCall.getListExprSignal()
Returns the value of the 'List Expr Signal' containment reference
|
Modifier and Type | Method and Description |
---|---|
void |
ArrayType.setExprDimension(ListExprSignal value)
Sets the value of the '
Expr Dimension ' containment reference |
void |
ElemDefinition.setExprDimension(ListExprSignal value)
Sets the value of the '
Expr Dimension ' containment reference |
void |
CaseEnumeration.setListExprSignal(ListExprSignal value)
Sets the value of the '
List Expr Signal ' containment reference |
void |
CartesianProduct.setListExprSignal(ListExprSignal value)
Sets the value of the '
List Expr Signal ' containment reference |
void |
ArrayElem.setListExprSignal(ListExprSignal value)
Sets the value of the '
List Expr Signal ' containment reference |
void |
ElemDefinitionEnumeration.setListExprSignal(ListExprSignal value)
Sets the value of the '
List Expr Signal ' containment reference |
void |
Signals.setListExprSignal(ListExprSignal value)
Sets the value of the '
List Expr Signal ' containment reference |
void |
ProcessCall.setListExprSignal(ListExprSignal value)
Sets the value of the '
List Expr Signal ' containment reference |
Modifier and Type | Class and Description |
---|---|
class |
ListExprSignalImpl
An implementation of the model object 'List Expr Signal'
|
Modifier and Type | Method and Description |
---|---|
ListExprSignal |
SsmeFactoryImpl.createListExprSignal() |
ListExprSignal |
ElemDefinitionImpl.getExprDimension() |
ListExprSignal |
ArrayTypeImpl.getExprDimension() |
ListExprSignal |
ProcessCallImpl.getListExprSignal() |
ListExprSignal |
CartesianProductImpl.getListExprSignal() |
ListExprSignal |
SignalsImpl.getListExprSignal() |
ListExprSignal |
ArrayElemImpl.getListExprSignal() |
ListExprSignal |
CaseEnumerationImpl.getListExprSignal() |
ListExprSignal |
ElemDefinitionEnumerationImpl.getListExprSignal() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ElemDefinitionImpl.basicSetExprDimension(ListExprSignal newExprDimension,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ArrayTypeImpl.basicSetExprDimension(ListExprSignal newExprDimension,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ProcessCallImpl.basicSetListExprSignal(ListExprSignal newListExprSignal,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
CartesianProductImpl.basicSetListExprSignal(ListExprSignal newListExprSignal,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
SignalsImpl.basicSetListExprSignal(ListExprSignal newListExprSignal,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ArrayElemImpl.basicSetListExprSignal(ListExprSignal newListExprSignal,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
CaseEnumerationImpl.basicSetListExprSignal(ListExprSignal newListExprSignal,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ElemDefinitionEnumerationImpl.basicSetListExprSignal(ListExprSignal newListExprSignal,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ElemDefinitionImpl.setExprDimension(ListExprSignal newExprDimension) |
void |
ArrayTypeImpl.setExprDimension(ListExprSignal newExprDimension) |
void |
ProcessCallImpl.setListExprSignal(ListExprSignal newListExprSignal) |
void |
CartesianProductImpl.setListExprSignal(ListExprSignal newListExprSignal) |
void |
SignalsImpl.setListExprSignal(ListExprSignal newListExprSignal) |
void |
ArrayElemImpl.setListExprSignal(ListExprSignal newListExprSignal) |
void |
CaseEnumerationImpl.setListExprSignal(ListExprSignal newListExprSignal) |
void |
ElemDefinitionEnumerationImpl.setListExprSignal(ListExprSignal newListExprSignal) |
Modifier and Type | Method and Description |
---|---|
T |
SsmeSwitch.caseListExprSignal(ListExprSignal object)
Returns the result of interpreting the object as an instance of 'List Expr Signal'
|