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

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

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

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

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

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

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

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

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

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