Uses of Interface
de.cau.cs.kieler.krep.editors.rif.rif.Trace

Packages that use Trace
de.cau.cs.kieler.krep.editors.rif   
de.cau.cs.kieler.krep.editors.rif.rif   
de.cau.cs.kieler.krep.editors.rif.rif.impl   
de.cau.cs.kieler.krep.editors.rif.rif.util   
 

Uses of Trace in de.cau.cs.kieler.krep.editors.rif
 

Constructors in de.cau.cs.kieler.krep.editors.rif with parameters of type Trace
RifTrace(Trace t)
           
 

Uses of Trace in de.cau.cs.kieler.krep.editors.rif.rif
 

Methods in de.cau.cs.kieler.krep.editors.rif.rif that return Trace
 Trace RifFactory.createTrace()
          Returns a new object of class 'Trace'.
 

Uses of Trace in de.cau.cs.kieler.krep.editors.rif.rif.impl
 

Classes in de.cau.cs.kieler.krep.editors.rif.rif.impl that implement Trace
 class TraceImpl
          An implementation of the model object 'Trace'.
 

Methods in de.cau.cs.kieler.krep.editors.rif.rif.impl that return Trace
 Trace RifFactoryImpl.createTrace()
           
 

Uses of Trace in de.cau.cs.kieler.krep.editors.rif.rif.util
 

Methods in de.cau.cs.kieler.krep.editors.rif.rif.util with parameters of type Trace
 T RifSwitch.caseTrace(Trace object)
          Returns the result of interpreting the object as an instance of 'Trace'.