de.cau.cs.kieler.esterel.esterel
Interface DelayExpr

All Superinterfaces:
AwaitBody, AwaitInstance, EObject, Notifier
All Known Implementing Classes:
DelayExprImpl

public interface DelayExpr
extends AwaitInstance

A representation of the model object 'Delay Expr'.

The following features are supported:

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

Method Summary
 String getEnd()
          Returns the value of the 'End' attribute.
 DelayEvent getEvent()
          Returns the value of the 'Event' containment reference.
 DataExpr getExpr()
          Returns the value of the 'Expr' containment reference.
 Statement getStatement()
          Returns the value of the 'Statement' containment reference.
 void setEnd(String value)
          Sets the value of the 'End' attribute.
 void setEvent(DelayEvent value)
          Sets the value of the 'Event' containment reference.
 void setExpr(DataExpr value)
          Sets the value of the 'Expr' containment reference.
 void setStatement(Statement value)
          Sets the value of the 'Statement' containment reference.
 
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

getStatement

Statement getStatement()
Returns the value of the 'Statement' containment reference.

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

Returns:
the value of the 'Statement' containment reference.
See Also:
setStatement(Statement), EsterelPackage.getDelayExpr_Statement()
Generated:
This code was automatically generated.
Model element:
containment=true

setStatement

void setStatement(Statement value)
Sets the value of the 'Statement' containment reference.

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

getEnd

String getEnd()
Returns the value of the 'End' attribute.

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

Returns:
the value of the 'End' attribute.
See Also:
setEnd(String), EsterelPackage.getDelayExpr_End()
Generated:
This code was automatically generated.
Model element

setEnd

void setEnd(String value)
Sets the value of the 'End' attribute.

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

getEvent

DelayEvent getEvent()
Returns the value of the 'Event' containment reference.

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

Returns:
the value of the 'Event' containment reference.
See Also:
setEvent(DelayEvent), EsterelPackage.getDelayExpr_Event()
Generated:
This code was automatically generated.
Model element:
containment=true

setEvent

void setEvent(DelayEvent value)
Sets the value of the 'Event' containment reference.

Parameters:
value - the new value of the 'Event' containment reference.
See Also:
getEvent()
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.getDelayExpr_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.