de.cau.cs.kieler.esterel.esterel
Interface Module

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

public interface Module
extends EObject

A representation of the model object 'Module'.

The following features are supported:

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

Method Summary
 ModuleBody getModBody()
          Returns the value of the 'Mod Body' containment reference.
 ModuleInterface getModInt()
          Returns the value of the 'Mod Int' containment reference.
 String getName()
          Returns the value of the 'Name' attribute.
 void setModBody(ModuleBody value)
          Sets the value of the 'Mod Body' containment reference.
 void setModInt(ModuleInterface value)
          Sets the value of the 'Mod Int' containment reference.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 
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

getName

String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), EsterelPackage.getModule_Name()
Generated:
This code was automatically generated.
Model element

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated:
This code was automatically generated.

getModInt

ModuleInterface getModInt()
Returns the value of the 'Mod Int' containment reference.

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

Returns:
the value of the 'Mod Int' containment reference.
See Also:
setModInt(ModuleInterface), EsterelPackage.getModule_ModInt()
Generated:
This code was automatically generated.
Model element:
containment=true

setModInt

void setModInt(ModuleInterface value)
Sets the value of the 'Mod Int' containment reference.

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

getModBody

ModuleBody getModBody()
Returns the value of the 'Mod Body' containment reference.

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

Returns:
the value of the 'Mod Body' containment reference.
See Also:
setModBody(ModuleBody), EsterelPackage.getModule_ModBody()
Generated:
This code was automatically generated.
Model element:
containment=true

setModBody

void setModBody(ModuleBody value)
Sets the value of the 'Mod Body' containment reference.

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