Package | Description |
---|---|
fr.inria.tea.ssme | |
fr.inria.tea.ssme.impl | |
fr.inria.tea.ssme.util |
Modifier and Type | Method and Description |
---|---|
Signals |
SsmeFactory.createSignals()
Returns a new object of class 'Signals'
|
Signals |
UnconditionedDependences.getSignals()
Returns the value of the 'Signals' containment reference
|
Signals |
ConditionedDependence.getSignalsFrom()
Returns the value of the 'Signals From' containment reference
|
Signals |
ConditionedDependence.getSignalsTo()
Returns the value of the 'Signals To' containment reference
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Signals> |
UnconditionedDependences.getDependenceElementsList()
Returns the value of the 'Dependence Elements List' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
UnconditionedDependences.setSignals(Signals value)
Sets the value of the '
Signals ' containment reference |
void |
ConditionedDependence.setSignalsFrom(Signals value)
Sets the value of the '
Signals From ' containment reference |
void |
ConditionedDependence.setSignalsTo(Signals value)
Sets the value of the '
Signals To ' containment reference |
Modifier and Type | Class and Description |
---|---|
class |
SignalsImpl
An implementation of the model object 'Signals'
|
Modifier and Type | Method and Description |
---|---|
Signals |
SsmeFactoryImpl.createSignals() |
Signals |
UnconditionedDependencesImpl.getSignals() |
Signals |
ConditionedDependenceImpl.getSignalsFrom() |
Signals |
ConditionedDependenceImpl.getSignalsTo() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Signals> |
UnconditionedDependencesImpl.getDependenceElementsList() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
UnconditionedDependencesImpl.basicSetSignals(Signals newSignals,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ConditionedDependenceImpl.basicSetSignalsFrom(Signals newSignalsFrom,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ConditionedDependenceImpl.basicSetSignalsTo(Signals newSignalsTo,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
UnconditionedDependencesImpl.setSignals(Signals newSignals) |
void |
ConditionedDependenceImpl.setSignalsFrom(Signals newSignalsFrom) |
void |
ConditionedDependenceImpl.setSignalsTo(Signals newSignalsTo) |
Modifier and Type | Method and Description |
---|---|
T |
SsmeSwitch.caseSignals(Signals object)
Returns the result of interpreting the object as an instance of 'Signals'
|