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

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

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

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

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

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

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

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

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

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