de.cau.cs.kieler.esterel.esterel
Interface Loop

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

public interface Loop
extends Statement

A representation of the model object 'Loop'.

The following features are supported:

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

Method Summary
 LoopBody getBody()
          Returns the value of the 'Body' containment reference.
 LoopEach getEnd()
          Returns the value of the 'End' containment reference.
 void setBody(LoopBody value)
          Sets the value of the 'Body' containment reference.
 void setEnd(LoopEach value)
          Sets the value of the 'End' 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

getBody

LoopBody getBody()
Returns the value of the 'Body' containment reference.

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

Returns:
the value of the 'Body' containment reference.
See Also:
setBody(LoopBody), EsterelPackage.getLoop_Body()
Generated:
This code was automatically generated.
Model element:
containment=true

setBody

void setBody(LoopBody value)
Sets the value of the 'Body' containment reference.

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

getEnd

LoopEach getEnd()
Returns the value of the 'End' containment reference.

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

Returns:
the value of the 'End' containment reference.
See Also:
setEnd(LoopEach), EsterelPackage.getLoop_End()
Generated:
This code was automatically generated.
Model element:
containment=true

setEnd

void setEnd(LoopEach value)
Sets the value of the 'End' containment reference.

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