de.cau.cs.kieler.esterel.esterel
Interface ProcCall

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

public interface ProcCall
extends Statement

A representation of the model object 'Proc Call'.

The following features are supported:

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

Method Summary
 EList<DataExpr> getExpr()
          Returns the value of the 'Expr' containment reference list.
 Procedure getProc()
          Returns the value of the 'Proc' reference.
 EList<VariableSingle> getVarList()
          Returns the value of the 'Var List' reference list.
 void setProc(Procedure value)
          Sets the value of the 'Proc' 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

getProc

Procedure getProc()
Returns the value of the 'Proc' reference.

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

Returns:
the value of the 'Proc' reference.
See Also:
setProc(Procedure), EsterelPackage.getProcCall_Proc()
Generated:
This code was automatically generated.
Model element

setProc

void setProc(Procedure value)
Sets the value of the 'Proc' reference.

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

getVarList

EList<VariableSingle> getVarList()
Returns the value of the 'Var List' reference list. The list contents are of type VariableSingle.

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

Returns:
the value of the 'Var List' reference list.
See Also:
EsterelPackage.getProcCall_VarList()
Generated:
This code was automatically generated.
Model element

getExpr

EList<DataExpr> getExpr()
Returns the value of the 'Expr' containment reference list. The list contents are of type DataExpr.

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

Returns:
the value of the 'Expr' containment reference list.
See Also:
EsterelPackage.getProcCall_Expr()
Generated:
This code was automatically generated.
Model element:
containment=true