Kieker 1.10

Uses of Package
kieker.analysis

Packages that use kieker.analysis
kieker.analysis   
kieker.analysis.analysisComponent   
kieker.analysis.model   
kieker.analysis.plugin   
kieker.analysis.plugin.filter   
kieker.analysis.plugin.filter.flow   
kieker.analysis.plugin.filter.forward   
kieker.analysis.plugin.filter.record   
kieker.analysis.plugin.filter.select   
kieker.analysis.plugin.filter.sink   
kieker.analysis.plugin.filter.visualization   
kieker.analysis.plugin.reader   
kieker.analysis.plugin.reader.database   
kieker.analysis.plugin.reader.filesystem   
kieker.analysis.plugin.reader.jms   
kieker.analysis.plugin.reader.jmx   
kieker.analysis.plugin.reader.list   
kieker.analysis.plugin.reader.namedRecordPipe   
kieker.analysis.plugin.reader.tcp   
kieker.analysis.plugin.reader.timer   
kieker.analysis.repository   
kieker.tools.currentTimeEventGenerator   
kieker.tools.logReplayer.filter   
kieker.tools.opad.filter   
kieker.tools.traceAnalysis.filter   
kieker.tools.traceAnalysis.filter.executionRecordTransformation   
kieker.tools.traceAnalysis.filter.flow   
kieker.tools.traceAnalysis.filter.sessionReconstruction   
kieker.tools.traceAnalysis.filter.systemModel   
kieker.tools.traceAnalysis.filter.traceFilter   
kieker.tools.traceAnalysis.filter.traceReconstruction   
kieker.tools.traceAnalysis.filter.traceWriter   
kieker.tools.traceAnalysis.filter.visualization   
kieker.tools.traceAnalysis.filter.visualization.callTree   
kieker.tools.traceAnalysis.filter.visualization.dependencyGraph   
kieker.tools.traceAnalysis.filter.visualization.descriptions   
kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram   
kieker.tools.traceAnalysis.filter.visualization.traceColoring   
kieker.tools.traceAnalysis.repository   
kieker.tools.traceAnalysis.systemModel.repository   
 

Classes in kieker.analysis used by kieker.analysis
AnalysisController
          The AnalysisController can be used to configure, control, save and load an analysis instance.
AnalysisController.AnalysisControllerWithMapping
          This is a wrapper for the AnalysisController which contains a mapping between the model instances and the actual objects as well.
AnalysisController.IStateObserver
          This interface can be used for observers which want to get notified about state changes of an analysis controller.
AnalysisController.STATE
          An enumeration used to describe the state of an AnalysisController.
IAnalysisController
          This is the interface to AnalysisController, allowing not only to access read-methods but also to modify the analysis itself.
IProjectContext
          This is the interface which allows the analysis components a slimmed-down access to an instance of the AnalysisController.
 

Classes in kieker.analysis used by kieker.analysis.analysisComponent
IProjectContext
          This is the interface which allows the analysis components a slimmed-down access to an instance of the AnalysisController.
 

Classes in kieker.analysis used by kieker.analysis.model
AnalysisController
          The AnalysisController can be used to configure, control, save and load an analysis instance.
 

Classes in kieker.analysis used by kieker.analysis.plugin
IProjectContext
          This is the interface which allows the analysis components a slimmed-down access to an instance of the AnalysisController.
 

Classes in kieker.analysis used by kieker.analysis.plugin.filter
IProjectContext
          This is the interface which allows the analysis components a slimmed-down access to an instance of the AnalysisController.
 

Classes in kieker.analysis used by kieker.analysis.plugin.filter.flow
IProjectContext
          This is the interface which allows the analysis components a slimmed-down access to an instance of the AnalysisController.
 

Classes in kieker.analysis used by kieker.analysis.plugin.filter.forward
IProjectContext
          This is the interface which allows the analysis components a slimmed-down access to an instance of the AnalysisController.
 

Classes in kieker.analysis used by kieker.analysis.plugin.filter.record
IProjectContext
          This is the interface which allows the analysis components a slimmed-down access to an instance of the AnalysisController.
 

Classes in kieker.analysis used by kieker.analysis.plugin.filter.select
IProjectContext
          This is the interface which allows the analysis components a slimmed-down access to an instance of the AnalysisController.
 

Classes in kieker.analysis used by kieker.analysis.plugin.filter.sink
IProjectContext
          This is the interface which allows the analysis components a slimmed-down access to an instance of the AnalysisController.
 

Classes in kieker.analysis used by kieker.analysis.plugin.filter.visualization
IProjectContext
          This is the interface which allows the analysis components a slimmed-down access to an instance of the AnalysisController.
 

Classes in kieker.analysis used by kieker.analysis.plugin.reader
IProjectContext
          This is the interface which allows the analysis components a slimmed-down access to an instance of the AnalysisController.
 

Classes in kieker.analysis used by kieker.analysis.plugin.reader.database
IProjectContext
          This is the interface which allows the analysis components a slimmed-down access to an instance of the AnalysisController.
 

Classes in kieker.analysis used by kieker.analysis.plugin.reader.filesystem
IProjectContext
          This is the interface which allows the analysis components a slimmed-down access to an instance of the AnalysisController.
 

Classes in kieker.analysis used by kieker.analysis.plugin.reader.jms
IProjectContext
          This is the interface which allows the analysis components a slimmed-down access to an instance of the AnalysisController.
 

Classes in kieker.analysis used by kieker.analysis.plugin.reader.jmx
IProjectContext
          This is the interface which allows the analysis components a slimmed-down access to an instance of the AnalysisController.
 

Classes in kieker.analysis used by kieker.analysis.plugin.reader.list
IProjectContext
          This is the interface which allows the analysis components a slimmed-down access to an instance of the AnalysisController.
 

Classes in kieker.analysis used by kieker.analysis.plugin.reader.namedRecordPipe
IProjectContext
          This is the interface which allows the analysis components a slimmed-down access to an instance of the AnalysisController.
 

Classes in kieker.analysis used by kieker.analysis.plugin.reader.tcp
IProjectContext
          This is the interface which allows the analysis components a slimmed-down access to an instance of the AnalysisController.
 

Classes in kieker.analysis used by kieker.analysis.plugin.reader.timer
IProjectContext
          This is the interface which allows the analysis components a slimmed-down access to an instance of the AnalysisController.
 

Classes in kieker.analysis used by kieker.analysis.repository
IProjectContext
          This is the interface which allows the analysis components a slimmed-down access to an instance of the AnalysisController.
 

Classes in kieker.analysis used by kieker.tools.currentTimeEventGenerator
IProjectContext
          This is the interface which allows the analysis components a slimmed-down access to an instance of the AnalysisController.
 

Classes in kieker.analysis used by kieker.tools.logReplayer.filter
IProjectContext
          This is the interface which allows the analysis components a slimmed-down access to an instance of the AnalysisController.
 

Classes in kieker.analysis used by kieker.tools.opad.filter
IProjectContext
          This is the interface which allows the analysis components a slimmed-down access to an instance of the AnalysisController.
 

Classes in kieker.analysis used by kieker.tools.traceAnalysis.filter
IProjectContext
          This is the interface which allows the analysis components a slimmed-down access to an instance of the AnalysisController.
 

Classes in kieker.analysis used by kieker.tools.traceAnalysis.filter.executionRecordTransformation
IProjectContext
          This is the interface which allows the analysis components a slimmed-down access to an instance of the AnalysisController.
 

Classes in kieker.analysis used by kieker.tools.traceAnalysis.filter.flow
IProjectContext
          This is the interface which allows the analysis components a slimmed-down access to an instance of the AnalysisController.
 

Classes in kieker.analysis used by kieker.tools.traceAnalysis.filter.sessionReconstruction
IProjectContext
          This is the interface which allows the analysis components a slimmed-down access to an instance of the AnalysisController.
 

Classes in kieker.analysis used by kieker.tools.traceAnalysis.filter.systemModel
IProjectContext
          This is the interface which allows the analysis components a slimmed-down access to an instance of the AnalysisController.
 

Classes in kieker.analysis used by kieker.tools.traceAnalysis.filter.traceFilter
IProjectContext
          This is the interface which allows the analysis components a slimmed-down access to an instance of the AnalysisController.
 

Classes in kieker.analysis used by kieker.tools.traceAnalysis.filter.traceReconstruction
IProjectContext
          This is the interface which allows the analysis components a slimmed-down access to an instance of the AnalysisController.
 

Classes in kieker.analysis used by kieker.tools.traceAnalysis.filter.traceWriter
IProjectContext
          This is the interface which allows the analysis components a slimmed-down access to an instance of the AnalysisController.
 

Classes in kieker.analysis used by kieker.tools.traceAnalysis.filter.visualization
IProjectContext
          This is the interface which allows the analysis components a slimmed-down access to an instance of the AnalysisController.
 

Classes in kieker.analysis used by kieker.tools.traceAnalysis.filter.visualization.callTree
IProjectContext
          This is the interface which allows the analysis components a slimmed-down access to an instance of the AnalysisController.
 

Classes in kieker.analysis used by kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
IProjectContext
          This is the interface which allows the analysis components a slimmed-down access to an instance of the AnalysisController.
 

Classes in kieker.analysis used by kieker.tools.traceAnalysis.filter.visualization.descriptions
IProjectContext
          This is the interface which allows the analysis components a slimmed-down access to an instance of the AnalysisController.
 

Classes in kieker.analysis used by kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram
IProjectContext
          This is the interface which allows the analysis components a slimmed-down access to an instance of the AnalysisController.
 

Classes in kieker.analysis used by kieker.tools.traceAnalysis.filter.visualization.traceColoring
IProjectContext
          This is the interface which allows the analysis components a slimmed-down access to an instance of the AnalysisController.
 

Classes in kieker.analysis used by kieker.tools.traceAnalysis.repository
IProjectContext
          This is the interface which allows the analysis components a slimmed-down access to an instance of the AnalysisController.
 

Classes in kieker.analysis used by kieker.tools.traceAnalysis.systemModel.repository
IProjectContext
          This is the interface which allows the analysis components a slimmed-down access to an instance of the AnalysisController.
 


Kieker 1.10

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