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

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

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

Methods in de.cau.cs.kieler.esterel.esterel that return TrapDeclList
 TrapDeclList EsterelFactory.createTrapDeclList()
          Returns a new object of class 'Trap Decl List'.
 TrapDeclList Trap.getTrapDeclList()
          Returns the value of the 'Trap Decl List' containment reference.
 

Methods in de.cau.cs.kieler.esterel.esterel with parameters of type TrapDeclList
 void Trap.setTrapDeclList(TrapDeclList value)
          Sets the value of the 'Trap Decl List' containment reference.
 

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

Classes in de.cau.cs.kieler.esterel.esterel.impl that implement TrapDeclList
 class TrapDeclListImpl
          An implementation of the model object 'Trap Decl List'.
 

Fields in de.cau.cs.kieler.esterel.esterel.impl declared as TrapDeclList
protected  TrapDeclList TrapImpl.trapDeclList
          The cached value of the 'Trap Decl List' containment reference.
 

Methods in de.cau.cs.kieler.esterel.esterel.impl that return TrapDeclList
 TrapDeclList EsterelFactoryImpl.createTrapDeclList()
           
 TrapDeclList TrapImpl.getTrapDeclList()
           
 

Methods in de.cau.cs.kieler.esterel.esterel.impl with parameters of type TrapDeclList
 NotificationChain TrapImpl.basicSetTrapDeclList(TrapDeclList newTrapDeclList, NotificationChain msgs)
           
 void TrapImpl.setTrapDeclList(TrapDeclList newTrapDeclList)
           
 

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

Methods in de.cau.cs.kieler.esterel.esterel.util with parameters of type TrapDeclList
 T EsterelSwitch.caseTrapDeclList(TrapDeclList object)
          Returns the result of interpreting the object as an instance of 'Trap Decl List'.