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'.

The following features are supported:

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

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 de.cau.cs.kieler.synccharts.Effect
getParentEAction, setParentEAction
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

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. It is bidirectional and its opposite is 'Parent Emisson'.

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(), Expression.getParentEmisson()
Generated:
This code was automatically generated.
Model element:
opposite=parentEmisson
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.