Kieker 1.10

Uses of Class
kieker.tools.traceAnalysis.systemModel.AbstractTrace

Packages that use AbstractTrace
kieker.tools.traceAnalysis.systemModel   
kieker.tools.traceAnalysis.systemModel.util   
 

Uses of AbstractTrace in kieker.tools.traceAnalysis.systemModel
 

Classes in kieker.tools.traceAnalysis.systemModel with type parameters of type AbstractTrace
 class AbstractSession<T extends AbstractTrace>
          Sessions group traces which belong to the same high-level user interaction.
 

Subclasses of AbstractTrace in kieker.tools.traceAnalysis.systemModel
 class ExecutionTrace
          This class is a container for a whole trace of executions (represented as instances of Execution).
 class MessageTrace
          This class is a container for a whole trace of messages (represented as actual instances of AbstractMessage).
 

Uses of AbstractTrace in kieker.tools.traceAnalysis.systemModel.util
 

Methods in kieker.tools.traceAnalysis.systemModel.util with parameters of type AbstractTrace
 int TraceEndTimestampComparator.compare(AbstractTrace o1, AbstractTrace o2)
           
 int TraceStartTimestampComparator.compare(AbstractTrace o1, AbstractTrace o2)
           
 


Kieker 1.10

Copyright 2014 Kieker Project, http://kieker-monitoring.net