de.cau.cs.kieler.esterel.esterel
Interface WeakAbort

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

public interface WeakAbort
extends Statement

A representation of the model object 'Weak Abort'.

The following features are supported:

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

Method Summary
 Statement getStatement()
          Returns the value of the 'Statement' containment reference.
 WeakAbortBody getWeakAbortBody()
          Returns the value of the 'Weak Abort Body' containment reference.
 void setStatement(Statement value)
          Sets the value of the 'Statement' containment reference.
 void setWeakAbortBody(WeakAbortBody value)
          Sets the value of the 'Weak Abort Body' 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

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.getWeakAbort_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.

getWeakAbortBody

WeakAbortBody getWeakAbortBody()
Returns the value of the 'Weak Abort Body' containment reference.

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

Returns:
the value of the 'Weak Abort Body' containment reference.
See Also:
setWeakAbortBody(WeakAbortBody), EsterelPackage.getWeakAbort_WeakAbortBody()
Generated:
This code was automatically generated.
Model element:
containment=true

setWeakAbortBody

void setWeakAbortBody(WeakAbortBody value)
Sets the value of the 'Weak Abort Body' containment reference.

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