de.cau.cs.kieler.synccharts
Interface SignalReference

All Superinterfaces:
EObject, Expression, Notifier
All Known Implementing Classes:
SignalReferenceImpl

public interface SignalReference
extends Expression

A representation of the model object 'Signal Reference'.

The following features are supported:

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

Method Summary
 Signal getSignal()
          Returns the value of the 'Signal' reference.
 void setSignal(Signal value)
          Sets the value of the 'Signal' reference.
 
Methods inherited from interface de.cau.cs.kieler.synccharts.Expression
getParentAction, getParentAssignment, getParentEmisson, getParentExpression, setParentAction, setParentAssignment, setParentEmisson, setParentExpression
 
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.getSignalReference_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.