de.cau.cs.kieler.esterel.esterel
Interface PresentCase

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

public interface PresentCase
extends EObject

A representation of the model object 'Present Case'.

The following features are supported:

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

Method Summary
 PresentEvent getEvent()
          Returns the value of the 'Event' containment reference.
 Statement getStatement()
          Returns the value of the 'Statement' containment reference.
 void setEvent(PresentEvent value)
          Sets the value of the 'Event' 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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getEvent

PresentEvent getEvent()
Returns the value of the 'Event' containment reference.

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

Returns:
the value of the 'Event' containment reference.
See Also:
setEvent(PresentEvent), EsterelPackage.getPresentCase_Event()
Generated:
This code was automatically generated.
Model element:
containment=true

setEvent

void setEvent(PresentEvent value)
Sets the value of the 'Event' containment reference.

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

getStatement

Statement getStatement()
Returns the value of the 'Statement' containment reference.

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

Returns:
the value of the 'Statement' containment reference.
See Also:
setStatement(Statement), EsterelPackage.getPresentCase_Statement()
Generated:
This code was automatically generated.
Model element:
containment=true

setStatement

void setStatement(Statement value)
Sets the value of the 'Statement' containment reference.

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