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

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

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

Methods in de.cau.cs.kieler.esterel.esterel that return TrapDecl
 TrapDecl EsterelFactory.createTrapDecl()
          Returns a new object of class 'Trap Decl'.
 TrapDecl DataTrap.getTrap()
          Returns the value of the 'Trap' reference.
 TrapDecl Exit.getTrap()
          Returns the value of the 'Trap' reference.
 

Methods in de.cau.cs.kieler.esterel.esterel that return types with arguments of type TrapDecl
 EList<TrapDecl> TrapDeclList.getTrapDecl()
          Returns the value of the 'Trap Decl' containment reference list.
 

Methods in de.cau.cs.kieler.esterel.esterel with parameters of type TrapDecl
 void DataTrap.setTrap(TrapDecl value)
          Sets the value of the 'Trap' reference.
 void Exit.setTrap(TrapDecl value)
          Sets the value of the 'Trap' reference.
 

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

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

Fields in de.cau.cs.kieler.esterel.esterel.impl declared as TrapDecl
protected  TrapDecl DataTrapImpl.trap
          The cached value of the 'Trap' reference.
protected  TrapDecl ExitImpl.trap
          The cached value of the 'Trap' reference.
 

Fields in de.cau.cs.kieler.esterel.esterel.impl with type parameters of type TrapDecl
protected  EList<TrapDecl> TrapDeclListImpl.trapDecl
          The cached value of the 'Trap Decl' containment reference list.
 

Methods in de.cau.cs.kieler.esterel.esterel.impl that return TrapDecl
 TrapDecl DataTrapImpl.basicGetTrap()
           
 TrapDecl ExitImpl.basicGetTrap()
           
 TrapDecl EsterelFactoryImpl.createTrapDecl()
           
 TrapDecl DataTrapImpl.getTrap()
           
 TrapDecl ExitImpl.getTrap()
           
 

Methods in de.cau.cs.kieler.esterel.esterel.impl that return types with arguments of type TrapDecl
 EList<TrapDecl> TrapDeclListImpl.getTrapDecl()
           
 

Methods in de.cau.cs.kieler.esterel.esterel.impl with parameters of type TrapDecl
 void DataTrapImpl.setTrap(TrapDecl newTrap)
           
 void ExitImpl.setTrap(TrapDecl newTrap)
           
 

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

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