|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Emission
A representation of the model object 'Emission'.
An Emission represents setting an Signal
from "absent" to "present" in a tick.
An Emission has a reference to the Signal
that it emits.
For valued Signals, an Emission may carry an
Expression
that represents the new
value for that signal.
The following features are supported:
SyncchartsPackage.getEmission()
Field Summary | |
---|---|
static String |
copyright
|
Method Summary | |
---|---|
Expression |
getNewValue()
Returns the value of the 'New Value' containment reference. |
Signal |
getSignal()
Returns the value of the 'Signal' reference. |
void |
setNewValue(Expression value)
Sets the value of the ' New Value ' containment reference. |
void |
setSignal(Signal value)
Sets the value of the ' Signal ' reference. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final String copyright
Method Detail |
---|
Signal getSignal()
If the meaning of the 'Signal' reference isn't clear, there really should be more of a description here...
setSignal(Signal)
,
SyncchartsPackage.getEmission_Signal()
required | = | true |
void setSignal(Signal value)
Signal
' reference.
value
- the new value of the 'Signal' reference.getSignal()
Expression getNewValue()
If the meaning of the 'New Value' containment reference isn't clear, there really should be more of a description here...
setNewValue(Expression)
,
SyncchartsPackage.getEmission_NewValue()
containment | = | true |
void setNewValue(Expression value)
New Value
' containment reference.
value
- the new value of the 'New Value' containment reference.getNewValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |