de.cau.cs.kieler.esterel.esterel
Interface DataCurrent

All Superinterfaces:
DataUnaryExpr, EObject, Notifier
All Known Implementing Classes:
DataCurrentImpl

public interface DataCurrent
extends DataUnaryExpr

A representation of the model object 'Data Current'.

The following features are supported:

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

Method Summary
 Signal getSignal()
          Returns the value of the 'Signal' reference.
 String getTick()
          Returns the value of the 'Tick' attribute.
 void setSignal(Signal value)
          Sets the value of the 'Signal' reference.
 void setTick(String value)
          Sets the value of the 'Tick' attribute.
 
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
 

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), EsterelPackage.getDataCurrent_Signal()
Generated:
This code was automatically generated.
Model element

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.

getTick

String getTick()
Returns the value of the 'Tick' attribute.

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

Returns:
the value of the 'Tick' attribute.
See Also:
setTick(String), EsterelPackage.getDataCurrent_Tick()
Generated:
This code was automatically generated.
Model element

setTick

void setTick(String value)
Sets the value of the 'Tick' attribute.

Parameters:
value - the new value of the 'Tick' attribute.
See Also:
getTick()
Generated:
This code was automatically generated.