de.cau.cs.kieler.esterel.esterel
Interface Trap

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

public interface Trap
extends Statement

A representation of the model object 'Trap'.

The following features are supported:

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

Method Summary
 Statement getStatement()
          Returns the value of the 'Statement' containment reference.
 TrapDeclList getTrapDeclList()
          Returns the value of the 'Trap Decl List' containment reference.
 TrapHandlerList getTrapHandlerList()
          Returns the value of the 'Trap Handler List' containment reference.
 void setStatement(Statement value)
          Sets the value of the 'Statement' containment reference.
 void setTrapDeclList(TrapDeclList value)
          Sets the value of the 'Trap Decl List' containment reference.
 void setTrapHandlerList(TrapHandlerList value)
          Sets the value of the 'Trap Handler List' 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

getTrapDeclList

TrapDeclList getTrapDeclList()
Returns the value of the 'Trap Decl List' containment reference.

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

Returns:
the value of the 'Trap Decl List' containment reference.
See Also:
setTrapDeclList(TrapDeclList), EsterelPackage.getTrap_TrapDeclList()
Generated:
This code was automatically generated.
Model element:
containment=true

setTrapDeclList

void setTrapDeclList(TrapDeclList value)
Sets the value of the 'Trap Decl List' containment reference.

Parameters:
value - the new value of the 'Trap Decl List' containment reference.
See Also:
getTrapDeclList()
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.getTrap_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.

getTrapHandlerList

TrapHandlerList getTrapHandlerList()
Returns the value of the 'Trap Handler List' containment reference.

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

Returns:
the value of the 'Trap Handler List' containment reference.
See Also:
setTrapHandlerList(TrapHandlerList), EsterelPackage.getTrap_TrapHandlerList()
Generated:
This code was automatically generated.
Model element:
containment=true

setTrapHandlerList

void setTrapHandlerList(TrapHandlerList value)
Sets the value of the 'Trap Handler List' containment reference.

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