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 DataBlock
          A representation of the model object 'Data Block'.
 interface DataCurrent
          A representation of the model object 'Data Current'.
 interface DataFunction
          A representation of the model object 'Data Function'.
 interface DataPre
          A representation of the model object 'Data Pre'.
 interface DataTrap
          A representation of the model object 'Data Trap'.
 interface DataUnaryExpr
          A representation of the model object 'Data Unary Expr'.
 interface DataValueBoolean
          A representation of the model object 'Data Value Boolean'.
 interface DataValueFloat
          A representation of the model object 'Data Value Float'.
 interface DataValueID
          A representation of the model object 'Data Value ID'.
 interface DataValueInt
          A representation of the model object 'Data Value Int'.
 interface DataValueString
          A representation of the model object 'Data Value String'.
 

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 DataExpr.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 VariableList.getExpression()
          Returns the value of the 'Expression' containment reference.
 DataExpr DataExpr.getRight()
          Returns the value of the 'Right' 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.
 

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 DataExpr.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 VariableList.setExpression(DataExpr value)
          Sets the value of the 'Expression' containment reference.
 void DataExpr.setRight(DataExpr value)
          Sets the value of the 'Right' 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 DataBlockImpl
          An implementation of the model object 'Data Block'.
 class DataCurrentImpl
          An implementation of the model object 'Data Current'.
 class DataExprImpl
          An implementation of the model object 'Data Expr'.
 class DataFunctionImpl
          An implementation of the model object 'Data Function'.
 class DataPreImpl
          An implementation of the model object 'Data Pre'.
 class DataTrapImpl
          An implementation of the model object 'Data Trap'.
 class DataUnaryExprImpl
          An implementation of the model object 'Data Unary Expr'.
 class DataValueBooleanImpl
          An implementation of the model object 'Data Value Boolean'.
 class DataValueFloatImpl
          An implementation of the model object 'Data Value Float'.
 class DataValueIDImpl
          An implementation of the model object 'Data Value ID'.
 class DataValueIntImpl
          An implementation of the model object 'Data Value Int'.
 class DataValueStringImpl
          An implementation of the model object 'Data Value String'.
 

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 DataExprImpl.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 VariableListImpl.expression
          The cached value of the 'Expression' containment reference.
protected  DataExpr DataExprImpl.right
          The cached value of the 'Right' 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.
 

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 DataExprImpl.getExpr()
           
 DataExpr DelayExprImpl.getExpr()
           
 DataExpr ElsIfImpl.getExpr()
           
 DataExpr EmitImpl.getExpr()
           
 DataExpr IfTestImpl.getExpr()
           
 DataExpr VariableListImpl.getExpression()
           
 DataExpr DataExprImpl.getRight()
           
 

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

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 DataExprImpl.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 VariableListImpl.basicSetExpression(DataExpr newExpression, NotificationChain msgs)
           
 NotificationChain DataExprImpl.basicSetRight(DataExpr newRight, 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 DataExprImpl.setExpr(DataExpr newExpr)
           
 void DelayExprImpl.setExpr(DataExpr newExpr)
           
 void ElsIfImpl.setExpr(DataExpr newExpr)
           
 void EmitImpl.setExpr(DataExpr newExpr)
           
 void IfTestImpl.setExpr(DataExpr newExpr)
           
 void VariableListImpl.setExpression(DataExpr newExpression)
           
 void DataExprImpl.setRight(DataExpr newRight)
           
 

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