de.cau.cs.kieler.esterel.esterel
Interface PresentEvent

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

public interface PresentEvent
extends EObject

A representation of the model object 'Present Event'.

The following features are supported:

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

Method Summary
 SigExpr getExpression()
          Returns the value of the 'Expression' containment reference.
 void setExpression(SigExpr value)
          Sets the value of the 'Expression' 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

getExpression

SigExpr getExpression()
Returns the value of the 'Expression' containment reference.

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

Returns:
the value of the 'Expression' containment reference.
See Also:
setExpression(SigExpr), EsterelPackage.getPresentEvent_Expression()
Generated:
This code was automatically generated.
Model element:
containment=true

setExpression

void setExpression(SigExpr value)
Sets the value of the 'Expression' containment reference.

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