de.cau.cs.kieler.synccharts
Interface Emission

All Superinterfaces:
Effect, EObject, Notifier
All Known Implementing Classes:
EmissionImpl

public interface Emission
extends Effect

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:

See Also:
SyncchartsPackage.getEmission()
Rating red
Generated:
This code was automatically generated.
Model element

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

copyright

static final String copyright

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Method Detail

getSignal

Signal getSignal()
Returns the value of the 'Signal' reference.

If the meaning of the 'Signal' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Signal' reference.
See Also:
setSignal(Signal), SyncchartsPackage.getEmission_Signal()
Generated:
This code was automatically generated.
Model element:
required=true

setSignal

void setSignal(Signal value)
Sets the value of the 'Signal' reference.

Parameters:
value - the new value of the 'Signal' reference.
See Also:
getSignal()
Generated:
This code was automatically generated.

getNewValue

Expression getNewValue()
Returns the value of the 'New Value' containment reference.

If the meaning of the 'New Value' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'New Value' containment reference.
See Also:
setNewValue(Expression), SyncchartsPackage.getEmission_NewValue()
Generated:
This code was automatically generated.
Model element:
containment=true

setNewValue

void setNewValue(Expression value)
Sets the value of the 'New Value' containment reference.

Parameters:
value - the new value of the 'New Value' containment reference.
See Also:
getNewValue()
Generated:
This code was automatically generated.