Uses of Interface
de.cau.cs.kieler.synccharts.Substitution

Packages that use Substitution
de.cau.cs.kieler.synccharts   
de.cau.cs.kieler.synccharts.impl   
de.cau.cs.kieler.synccharts.util   
 

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

Methods in de.cau.cs.kieler.synccharts that return Substitution
 Substitution SyncchartsFactory.createSubstitution()
          Returns a new object of class 'Substitution'.
 

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

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

Classes in de.cau.cs.kieler.synccharts.impl that implement Substitution
 class SubstitutionImpl
          An implementation of the model object 'Substitution'.
 

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

Methods in de.cau.cs.kieler.synccharts.impl that return Substitution
 Substitution SyncchartsFactoryImpl.createSubstitution()
           
 

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

Uses of Substitution in de.cau.cs.kieler.synccharts.util
 

Methods in de.cau.cs.kieler.synccharts.util with parameters of type Substitution
 T SyncchartsSwitch.caseSubstitution(Substitution object)
          Returns the result of interpreting the object as an instance of 'Substitution'.