Uses of Interface
de.cau.cs.kieler.synccharts.text.interfaces.interfaces.Variables

Packages that use Variables
de.cau.cs.kieler.synccharts.text.interfaces.interfaces   
de.cau.cs.kieler.synccharts.text.interfaces.interfaces.impl   
de.cau.cs.kieler.synccharts.text.interfaces.interfaces.util   
 

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

Methods in de.cau.cs.kieler.synccharts.text.interfaces.interfaces that return Variables
 Variables InterfacesFactory.createVariables()
          Returns a new object of class 'Variables'.
 

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

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

Classes in de.cau.cs.kieler.synccharts.text.interfaces.interfaces.impl that implement Variables
 class VariablesImpl
          An implementation of the model object 'Variables'.
 

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

Methods in de.cau.cs.kieler.synccharts.text.interfaces.interfaces.impl that return Variables
 Variables InterfacesFactoryImpl.createVariables()
           
 

Methods in de.cau.cs.kieler.synccharts.text.interfaces.interfaces.impl that return types with arguments of type Variables
 EList<Variables> StateExtendImpl.getVariable()
           
 

Uses of Variables in de.cau.cs.kieler.synccharts.text.interfaces.interfaces.util
 

Methods in de.cau.cs.kieler.synccharts.text.interfaces.interfaces.util with parameters of type Variables
 T InterfacesSwitch.caseVariables(Variables object)
          Returns the result of interpreting the object as an instance of 'Variables'.