Uses of Interface
de.cau.cs.kieler.esterel.esterel.ElsIf

Packages that use ElsIf
de.cau.cs.kieler.esterel.esterel   
de.cau.cs.kieler.esterel.esterel.impl   
de.cau.cs.kieler.esterel.esterel.util   
 

Uses of ElsIf in de.cau.cs.kieler.esterel.esterel
 

Methods in de.cau.cs.kieler.esterel.esterel that return ElsIf
 ElsIf EsterelFactory.createElsIf()
          Returns a new object of class 'Els If'.
 

Methods in de.cau.cs.kieler.esterel.esterel that return types with arguments of type ElsIf
 EList<ElsIf> ElsIfPart.getElsif()
          Returns the value of the 'Elsif' containment reference list.
 

Uses of ElsIf in de.cau.cs.kieler.esterel.esterel.impl
 

Classes in de.cau.cs.kieler.esterel.esterel.impl that implement ElsIf
 class ElsIfImpl
          An implementation of the model object 'Els If'.
 

Fields in de.cau.cs.kieler.esterel.esterel.impl with type parameters of type ElsIf
protected  EList<ElsIf> ElsIfPartImpl.elsif
          The cached value of the 'Elsif' containment reference list.
 

Methods in de.cau.cs.kieler.esterel.esterel.impl that return ElsIf
 ElsIf EsterelFactoryImpl.createElsIf()
           
 

Methods in de.cau.cs.kieler.esterel.esterel.impl that return types with arguments of type ElsIf
 EList<ElsIf> ElsIfPartImpl.getElsif()
           
 

Uses of ElsIf in de.cau.cs.kieler.esterel.esterel.util
 

Methods in de.cau.cs.kieler.esterel.esterel.util with parameters of type ElsIf
 T EsterelSwitch.caseElsIf(ElsIf object)
          Returns the result of interpreting the object as an instance of 'Els If'.