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

Packages that use Signals
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 Signals in de.cau.cs.kieler.synccharts.text.interfaces.interfaces
 

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

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

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

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

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

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

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

Uses of Signals 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 Signals
 T InterfacesSwitch.caseSignals(Signals object)
          Returns the result of interpreting the object as an instance of 'Signals'.