de.cau.cs.kieler.esterel.esterel
Interface Repeat

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

public interface Repeat
extends Statement

A representation of the model object 'Repeat'.

The following features are supported:

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

Method Summary
 DataExpr getDataExpr()
          Returns the value of the 'Data Expr' containment reference.
 Statement getStatement()
          Returns the value of the 'Statement' containment reference.
 boolean isPositive()
          Returns the value of the 'Positive' attribute.
 void setDataExpr(DataExpr value)
          Sets the value of the 'Data Expr' containment reference.
 void setPositive(boolean value)
          Sets the value of the 'Positive' attribute.
 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

isPositive

boolean isPositive()
Returns the value of the 'Positive' attribute.

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

Returns:
the value of the 'Positive' attribute.
See Also:
setPositive(boolean), EsterelPackage.getRepeat_Positive()
Generated:
This code was automatically generated.
Model element

setPositive

void setPositive(boolean value)
Sets the value of the 'Positive' attribute.

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

getDataExpr

DataExpr getDataExpr()
Returns the value of the 'Data Expr' containment reference.

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

Returns:
the value of the 'Data Expr' containment reference.
See Also:
setDataExpr(DataExpr), EsterelPackage.getRepeat_DataExpr()
Generated:
This code was automatically generated.
Model element:
containment=true

setDataExpr

void setDataExpr(DataExpr value)
Sets the value of the 'Data Expr' containment reference.

Parameters:
value - the new value of the 'Data Expr' containment reference.
See Also:
getDataExpr()
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.getRepeat_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.