Uses of Interface
de.cau.cs.kieler.sim.esi.esi.signal

Packages that use signal
de.cau.cs.kieler.sim.esi.esi   
de.cau.cs.kieler.sim.esi.esi.impl   
de.cau.cs.kieler.sim.esi.esi.util   
 

Uses of signal in de.cau.cs.kieler.sim.esi.esi
 

Methods in de.cau.cs.kieler.sim.esi.esi that return signal
 signal EsiFactory.createsignal()
          Returns a new object of class 'signal'.
 

Methods in de.cau.cs.kieler.sim.esi.esi that return types with arguments of type signal
 EList<signal> tick.getInput()
          Returns the value of the 'Input' containment reference list.
 EList<signal> tick.getOutput()
          Returns the value of the 'Output' containment reference list.
 

Uses of signal in de.cau.cs.kieler.sim.esi.esi.impl
 

Classes in de.cau.cs.kieler.sim.esi.esi.impl that implement signal
 class signalImpl
          An implementation of the model object 'signal'.
 

Fields in de.cau.cs.kieler.sim.esi.esi.impl with type parameters of type signal
protected  EList<signal> tickImpl.input
          The cached value of the 'Input' containment reference list.
protected  EList<signal> tickImpl.output
          The cached value of the 'Output' containment reference list.
 

Methods in de.cau.cs.kieler.sim.esi.esi.impl that return signal
 signal EsiFactoryImpl.createsignal()
           
 

Methods in de.cau.cs.kieler.sim.esi.esi.impl that return types with arguments of type signal
 EList<signal> tickImpl.getInput()
           
 EList<signal> tickImpl.getOutput()
           
 

Uses of signal in de.cau.cs.kieler.sim.esi.esi.util
 

Methods in de.cau.cs.kieler.sim.esi.esi.util with parameters of type signal
 T EsiSwitch.casesignal(signal object)
          Returns the result of interpreting the object as an instance of 'signal'.