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

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

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

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

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

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

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

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

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

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