de.cau.cs.kieler.esterel.esterel
Interface Emit

All Superinterfaces:
EObject, Notifier, Statement
All Known Implementing Classes:
EmitImpl

public interface Emit
extends Statement

A representation of the model object 'Emit'.

The following features are supported:

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

Method Summary
 DataExpr getExpr()
          Returns the value of the 'Expr' containment reference.
 Signal getSignal()
          Returns the value of the 'Signal' reference.
 String getTick()
          Returns the value of the 'Tick' attribute.
 void setExpr(DataExpr value)
          Sets the value of the 'Expr' containment reference.
 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.getEmit_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.getEmit_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.

getExpr

DataExpr getExpr()
Returns the value of the 'Expr' containment reference.

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

Returns:
the value of the 'Expr' containment reference.
See Also:
setExpr(DataExpr), EsterelPackage.getEmit_Expr()
Generated:
This code was automatically generated.
Model element:
containment=true

setExpr

void setExpr(DataExpr value)
Sets the value of the 'Expr' containment reference.

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