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

Packages that use trace
de.cau.cs.kieler.sim.esi   
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 trace in de.cau.cs.kieler.sim.esi
 

Constructors in de.cau.cs.kieler.sim.esi with parameters of type trace
EsiTrace(trace t)
           
 

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

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

Methods in de.cau.cs.kieler.sim.esi.esi that return types with arguments of type trace
 EList<trace> tracelist.getTraces()
          Returns the value of the 'Traces' containment reference list.
 

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

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

Fields in de.cau.cs.kieler.sim.esi.esi.impl with type parameters of type trace
protected  EList<trace> tracelistImpl.traces
          The cached value of the 'Traces' containment reference list.
 

Methods in de.cau.cs.kieler.sim.esi.esi.impl that return trace
 trace EsiFactoryImpl.createtrace()
           
 

Methods in de.cau.cs.kieler.sim.esi.esi.impl that return types with arguments of type trace
 EList<trace> tracelistImpl.getTraces()
           
 

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

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