de.cau.cs.kieler.esterel.esterel
Interface Present

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

public interface Present
extends Statement

A representation of the model object 'Present'.

The following features are supported:

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

Method Summary
 PresentBody getBody()
          Returns the value of the 'Body' containment reference.
 ElsePart getElsePart()
          Returns the value of the 'Else Part' containment reference.
 void setBody(PresentBody value)
          Sets the value of the 'Body' containment reference.
 void setElsePart(ElsePart value)
          Sets the value of the 'Else Part' 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

PresentBody 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(PresentBody), EsterelPackage.getPresent_Body()
Generated:
This code was automatically generated.
Model element:
containment=true

setBody

void setBody(PresentBody 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.

getElsePart

ElsePart getElsePart()
Returns the value of the 'Else Part' containment reference.

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

Returns:
the value of the 'Else Part' containment reference.
See Also:
setElsePart(ElsePart), EsterelPackage.getPresent_ElsePart()
Generated:
This code was automatically generated.
Model element:
containment=true

setElsePart

void setElsePart(ElsePart value)
Sets the value of the 'Else Part' containment reference.

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