de.cau.cs.kieler.esterel.esterel
Interface ElsIf

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
ElsIfImpl

public interface ElsIf
extends EObject

A representation of the model object 'Els If'.

The following features are supported:

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

Method Summary
 DataExpr getExpr()
          Returns the value of the 'Expr' containment reference.
 ThenPart getThen()
          Returns the value of the 'Then' containment reference.
 void setExpr(DataExpr value)
          Sets the value of the 'Expr' containment reference.
 void setThen(ThenPart value)
          Sets the value of the 'Then' 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

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.getElsIf_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.

getThen

ThenPart getThen()
Returns the value of the 'Then' containment reference.

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

Returns:
the value of the 'Then' containment reference.
See Also:
setThen(ThenPart), EsterelPackage.getElsIf_Then()
Generated:
This code was automatically generated.
Model element:
containment=true

setThen

void setThen(ThenPart value)
Sets the value of the 'Then' containment reference.

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