de.cau.cs.kieler.esterel.esterel
Interface Run

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

public interface Run
extends Statement

A representation of the model object 'Run'.

The following features are supported:

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

Method Summary
 RenamingList getList()
          Returns the value of the 'List' containment reference.
 ModuleRenaming getModule()
          Returns the value of the 'Module' containment reference.
 void setList(RenamingList value)
          Sets the value of the 'List' containment reference.
 void setModule(ModuleRenaming value)
          Sets the value of the 'Module' 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

getModule

ModuleRenaming getModule()
Returns the value of the 'Module' containment reference.

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

Returns:
the value of the 'Module' containment reference.
See Also:
setModule(ModuleRenaming), EsterelPackage.getRun_Module()
Generated:
This code was automatically generated.
Model element:
containment=true

setModule

void setModule(ModuleRenaming value)
Sets the value of the 'Module' containment reference.

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

getList

RenamingList getList()
Returns the value of the 'List' containment reference.

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

Returns:
the value of the 'List' containment reference.
See Also:
setList(RenamingList), EsterelPackage.getRun_List()
Generated:
This code was automatically generated.
Model element:
containment=true

setList

void setList(RenamingList value)
Sets the value of the 'List' containment reference.

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