Uses of Interface
de.cau.cs.kieler.core.expressions.Variable

Packages that use Variable
de.cau.cs.kieler.core.expressions   
de.cau.cs.kieler.core.expressions.impl   
de.cau.cs.kieler.core.expressions.util Utility code for the Expressions model. 
de.cau.cs.kieler.synccharts   
de.cau.cs.kieler.synccharts.diagram.edit.commands   
de.cau.cs.kieler.synccharts.impl   
de.cau.cs.kieler.synccharts.text.interfaces.bridge   
de.cau.cs.kieler.synccharts.text.interfaces.interfaces   
de.cau.cs.kieler.synccharts.text.interfaces.interfaces.impl   
 

Uses of Variable in de.cau.cs.kieler.core.expressions
 

Methods in de.cau.cs.kieler.core.expressions that return Variable
 Variable ExpressionsFactory.createVariable()
          Returns a new object of class 'Variable'.
 

Uses of Variable in de.cau.cs.kieler.core.expressions.impl
 

Classes in de.cau.cs.kieler.core.expressions.impl that implement Variable
 class VariableImpl
          An implementation of the model object 'Variable'.
 

Methods in de.cau.cs.kieler.core.expressions.impl that return Variable
 Variable ExpressionsFactoryImpl.createVariable()
           
 

Uses of Variable in de.cau.cs.kieler.core.expressions.util
 

Methods in de.cau.cs.kieler.core.expressions.util with parameters of type Variable
 T ExpressionsSwitch.caseVariable(Variable object)
          Returns the result of interpreting the object as an instance of 'Variable'.
 

Uses of Variable in de.cau.cs.kieler.synccharts
 

Methods in de.cau.cs.kieler.synccharts that return Variable
 Variable Assignment.getVariable()
          Returns the value of the 'Variable' reference.
 

Methods in de.cau.cs.kieler.synccharts that return types with arguments of type Variable
 EList<Variable> Scope.getVariables()
          Returns the value of the 'Variables' containment reference list.
 

Methods in de.cau.cs.kieler.synccharts with parameters of type Variable
 void Assignment.setVariable(Variable value)
          Sets the value of the 'Variable' reference.
 

Uses of Variable in de.cau.cs.kieler.synccharts.diagram.edit.commands
 

Methods in de.cau.cs.kieler.synccharts.diagram.edit.commands with parameters of type Variable
protected  void VariableCreateCommand.doConfigure(Variable newElement, IProgressMonitor monitor, IAdaptable info)
           
 

Uses of Variable in de.cau.cs.kieler.synccharts.impl
 

Fields in de.cau.cs.kieler.synccharts.impl declared as Variable
protected  Variable AssignmentImpl.variable
          The cached value of the 'Variable' reference.
 

Fields in de.cau.cs.kieler.synccharts.impl with type parameters of type Variable
protected  EList<Variable> ScopeImpl.variables
          The cached value of the 'Variables' containment reference list.
 

Methods in de.cau.cs.kieler.synccharts.impl that return Variable
 Variable AssignmentImpl.basicGetVariable()
           
 Variable AssignmentImpl.getVariable()
           
 

Methods in de.cau.cs.kieler.synccharts.impl that return types with arguments of type Variable
 EList<Variable> ScopeImpl.getVariables()
           
 

Methods in de.cau.cs.kieler.synccharts.impl with parameters of type Variable
 void AssignmentImpl.setVariable(Variable newVariable)
           
 

Uses of Variable in de.cau.cs.kieler.synccharts.text.interfaces.bridge
 

Methods in de.cau.cs.kieler.synccharts.text.interfaces.bridge with parameters of type Variable
protected  void InterfaceDeclSerializerLogic.handleRegionNewVariable(StateExtend se, Region reg, Variable var)
           
protected  void InterfaceDeclSerializerLogic.handleRegionVariableModify(StateExtend se, String regId, Variable changedVar, String varName)
           
 

Uses of Variable in de.cau.cs.kieler.synccharts.text.interfaces.interfaces
 

Methods in de.cau.cs.kieler.synccharts.text.interfaces.interfaces that return types with arguments of type Variable
 EList<Variable> RegionSignalDec.getVars()
          Returns the value of the 'Vars' containment reference list.
 EList<Variable> Variables.getVars()
          Returns the value of the 'Vars' containment reference list.
 

Uses of Variable in de.cau.cs.kieler.synccharts.text.interfaces.interfaces.impl
 

Fields in de.cau.cs.kieler.synccharts.text.interfaces.interfaces.impl with type parameters of type Variable
protected  EList<Variable> RegionSignalDecImpl.vars
          The cached value of the 'Vars' containment reference list.
protected  EList<Variable> VariablesImpl.vars
          The cached value of the 'Vars' containment reference list.
 

Methods in de.cau.cs.kieler.synccharts.text.interfaces.interfaces.impl that return types with arguments of type Variable
 EList<Variable> RegionSignalDecImpl.getVars()
           
 EList<Variable> VariablesImpl.getVars()