Uses of Interface
de.cau.cs.kieler.esterel.esterel.DataExpr

Packages that use DataExpr
de.cau.cs.kieler.esterel.esterel   
de.cau.cs.kieler.esterel.esterel.impl   
de.cau.cs.kieler.esterel.esterel.util   
 

Uses of DataExpr in de.cau.cs.kieler.esterel.esterel
 

Subinterfaces of DataExpr in de.cau.cs.kieler.esterel.esterel
 interface DataEquation
          A representation of the model object 'Data Equation'.
 interface DataMinus
          A representation of the model object 'Data Minus'.
 interface DataMult
          A representation of the model object 'Data Mult'.
 

Methods in de.cau.cs.kieler.esterel.esterel that return DataExpr
 DataExpr EsterelFactory.createDataExpr()
          Returns a new object of class 'Data Expr'.
 DataExpr ChannelDescription.getDataExpr()
          Returns the value of the 'Data Expr' containment reference.
 DataExpr DataBlock.getDataExpr()
          Returns the value of the 'Data Expr' containment reference.
 DataExpr Exit.getDataExpr()
          Returns the value of the 'Data Expr' containment reference.
 DataExpr Repeat.getDataExpr()
          Returns the value of the 'Data Expr' containment reference.
 DataExpr Sustain.getDataExpr()
          Returns the value of the 'Data Expr' containment reference.
 DataExpr Assignment.getExpr()
          Returns the value of the 'Expr' containment reference.
 DataExpr DelayExpr.getExpr()
          Returns the value of the 'Expr' containment reference.
 DataExpr ElsIf.getExpr()
          Returns the value of the 'Expr' containment reference.
 DataExpr Emit.getExpr()
          Returns the value of the 'Expr' containment reference.
 DataExpr IfTest.getExpr()
          Returns the value of the 'Expr' containment reference.
 DataExpr VariableSingle.getExpression()
          Returns the value of the 'Expression' containment reference.
 

Methods in de.cau.cs.kieler.esterel.esterel that return types with arguments of type DataExpr
 EList<DataExpr> DataFunction.getDataExpr()
          Returns the value of the 'Data Expr' containment reference list.
 EList<DataExpr> ProcCall.getExpr()
          Returns the value of the 'Expr' containment reference list.
 

Methods in de.cau.cs.kieler.esterel.esterel with parameters of type DataExpr
 void ChannelDescription.setDataExpr(DataExpr value)
          Sets the value of the 'Data Expr' containment reference.
 void DataBlock.setDataExpr(DataExpr value)
          Sets the value of the 'Data Expr' containment reference.
 void Exit.setDataExpr(DataExpr value)
          Sets the value of the 'Data Expr' containment reference.
 void Repeat.setDataExpr(DataExpr value)
          Sets the value of the 'Data Expr' containment reference.
 void Sustain.setDataExpr(DataExpr value)
          Sets the value of the 'Data Expr' containment reference.
 void Assignment.setExpr(DataExpr value)
          Sets the value of the 'Expr' containment reference.
 void DelayExpr.setExpr(DataExpr value)
          Sets the value of the 'Expr' containment reference.
 void ElsIf.setExpr(DataExpr value)
          Sets the value of the 'Expr' containment reference.
 void Emit.setExpr(DataExpr value)
          Sets the value of the 'Expr' containment reference.
 void IfTest.setExpr(DataExpr value)
          Sets the value of the 'Expr' containment reference.
 void VariableSingle.setExpression(DataExpr value)
          Sets the value of the 'Expression' containment reference.
 

Uses of DataExpr in de.cau.cs.kieler.esterel.esterel.impl
 

Classes in de.cau.cs.kieler.esterel.esterel.impl that implement DataExpr
 class DataEquationImpl
          An implementation of the model object 'Data Equation'.
 class DataExprImpl
          An implementation of the model object 'Data Expr'.
 class DataMinusImpl
          An implementation of the model object 'Data Minus'.
 class DataMultImpl
          An implementation of the model object 'Data Mult'.
 

Fields in de.cau.cs.kieler.esterel.esterel.impl declared as DataExpr
protected  DataExpr ChannelDescriptionImpl.dataExpr
          The cached value of the 'Data Expr' containment reference.
protected  DataExpr DataBlockImpl.dataExpr
          The cached value of the 'Data Expr' containment reference.
protected  DataExpr ExitImpl.dataExpr
          The cached value of the 'Data Expr' containment reference.
protected  DataExpr RepeatImpl.dataExpr
          The cached value of the 'Data Expr' containment reference.
protected  DataExpr SustainImpl.dataExpr
          The cached value of the 'Data Expr' containment reference.
protected  DataExpr AssignmentImpl.expr
          The cached value of the 'Expr' containment reference.
protected  DataExpr DelayExprImpl.expr
          The cached value of the 'Expr' containment reference.
protected  DataExpr ElsIfImpl.expr
          The cached value of the 'Expr' containment reference.
protected  DataExpr EmitImpl.expr
          The cached value of the 'Expr' containment reference.
protected  DataExpr IfTestImpl.expr
          The cached value of the 'Expr' containment reference.
protected  DataExpr VariableSingleImpl.expression
          The cached value of the 'Expression' containment reference.
 

Fields in de.cau.cs.kieler.esterel.esterel.impl with type parameters of type DataExpr
protected  EList<DataExpr> DataFunctionImpl.dataExpr
          The cached value of the 'Data Expr' containment reference list.
protected  EList<DataExpr> ProcCallImpl.expr
          The cached value of the 'Expr' containment reference list.
 

Methods in de.cau.cs.kieler.esterel.esterel.impl that return DataExpr
 DataExpr EsterelFactoryImpl.createDataExpr()
           
 DataExpr ChannelDescriptionImpl.getDataExpr()
           
 DataExpr DataBlockImpl.getDataExpr()
           
 DataExpr ExitImpl.getDataExpr()
           
 DataExpr RepeatImpl.getDataExpr()
           
 DataExpr SustainImpl.getDataExpr()
           
 DataExpr AssignmentImpl.getExpr()
           
 DataExpr DelayExprImpl.getExpr()
           
 DataExpr ElsIfImpl.getExpr()
           
 DataExpr EmitImpl.getExpr()
           
 DataExpr IfTestImpl.getExpr()
           
 DataExpr VariableSingleImpl.getExpression()
           
 

Methods in de.cau.cs.kieler.esterel.esterel.impl that return types with arguments of type DataExpr
 EList<DataExpr> DataFunctionImpl.getDataExpr()
           
 EList<DataExpr> ProcCallImpl.getExpr()
           
 

Methods in de.cau.cs.kieler.esterel.esterel.impl with parameters of type DataExpr
 NotificationChain ChannelDescriptionImpl.basicSetDataExpr(DataExpr newDataExpr, NotificationChain msgs)
           
 NotificationChain DataBlockImpl.basicSetDataExpr(DataExpr newDataExpr, NotificationChain msgs)
           
 NotificationChain ExitImpl.basicSetDataExpr(DataExpr newDataExpr, NotificationChain msgs)
           
 NotificationChain RepeatImpl.basicSetDataExpr(DataExpr newDataExpr, NotificationChain msgs)
           
 NotificationChain SustainImpl.basicSetDataExpr(DataExpr newDataExpr, NotificationChain msgs)
           
 NotificationChain AssignmentImpl.basicSetExpr(DataExpr newExpr, NotificationChain msgs)
           
 NotificationChain DelayExprImpl.basicSetExpr(DataExpr newExpr, NotificationChain msgs)
           
 NotificationChain ElsIfImpl.basicSetExpr(DataExpr newExpr, NotificationChain msgs)
           
 NotificationChain EmitImpl.basicSetExpr(DataExpr newExpr, NotificationChain msgs)
           
 NotificationChain IfTestImpl.basicSetExpr(DataExpr newExpr, NotificationChain msgs)
           
 NotificationChain VariableSingleImpl.basicSetExpression(DataExpr newExpression, NotificationChain msgs)
           
 void ChannelDescriptionImpl.setDataExpr(DataExpr newDataExpr)
           
 void DataBlockImpl.setDataExpr(DataExpr newDataExpr)
           
 void ExitImpl.setDataExpr(DataExpr newDataExpr)
           
 void RepeatImpl.setDataExpr(DataExpr newDataExpr)
           
 void SustainImpl.setDataExpr(DataExpr newDataExpr)
           
 void AssignmentImpl.setExpr(DataExpr newExpr)
           
 void DelayExprImpl.setExpr(DataExpr newExpr)
           
 void ElsIfImpl.setExpr(DataExpr newExpr)
           
 void EmitImpl.setExpr(DataExpr newExpr)
           
 void IfTestImpl.setExpr(DataExpr newExpr)
           
 void VariableSingleImpl.setExpression(DataExpr newExpression)
           
 

Uses of DataExpr in de.cau.cs.kieler.esterel.esterel.util
 

Methods in de.cau.cs.kieler.esterel.esterel.util with parameters of type DataExpr
 T EsterelSwitch.caseDataExpr(DataExpr object)
          Returns the result of interpreting the object as an instance of 'Data Expr'.