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

Packages that use Variable
de.cau.cs.kieler.core.kexpressions   
de.cau.cs.kieler.core.kexpressions.impl   
de.cau.cs.kieler.core.kexpressions.util   
de.cau.cs.kieler.synccharts   
de.cau.cs.kieler.synccharts.diagram.edit.commands   
de.cau.cs.kieler.synccharts.impl   
 

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

Subinterfaces of Variable in de.cau.cs.kieler.core.kexpressions
 interface IVariable
          A representation of the model object 'IVariable'.
 

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

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

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

Methods in de.cau.cs.kieler.core.kexpressions.impl that return Variable
 Variable KExpressionsFactoryImpl.createVariable()
           
 

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

Methods in de.cau.cs.kieler.core.kexpressions.util with parameters of type Variable
 T KExpressionsSwitch.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)