|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DelayExpr
A representation of the model object 'Delay Expr'.
The following features are supported:
EsterelPackage.getDelayExpr()
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 |
---|
Statement getStatement()
If the meaning of the 'Statement' containment reference isn't clear, there really should be more of a description here...
setStatement(Statement)
,
EsterelPackage.getDelayExpr_Statement()
containment | = | true |
void setStatement(Statement value)
Statement
' containment reference.
value
- the new value of the 'Statement' containment reference.getStatement()
String getEnd()
If the meaning of the 'End' attribute isn't clear, there really should be more of a description here...
setEnd(String)
,
EsterelPackage.getDelayExpr_End()
void setEnd(String value)
End
' attribute.
value
- the new value of the 'End' attribute.getEnd()
DelayEvent getEvent()
If the meaning of the 'Event' containment reference isn't clear, there really should be more of a description here...
setEvent(DelayEvent)
,
EsterelPackage.getDelayExpr_Event()
containment | = | true |
void setEvent(DelayEvent value)
Event
' containment reference.
value
- the new value of the 'Event' containment reference.getEvent()
DataExpr getExpr()
If the meaning of the 'Expr' containment reference isn't clear, there really should be more of a description here...
setExpr(DataExpr)
,
EsterelPackage.getDelayExpr_Expr()
containment | = | true |
void setExpr(DataExpr value)
Expr
' containment reference.
value
- the new value of the 'Expr' containment reference.getExpr()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |