Uses of Class
kieker.analysis.AnalysisController.STATE
Package | Description |
---|---|
kieker.analysis |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
-
Uses of AnalysisController.STATE in kieker.analysis
Methods in kieker.analysis that return AnalysisController.STATE Modifier and Type Method Description AnalysisController.STATE
AnalysisController. getState()
Deprecated.Delivers the current state of the analysis controller.AnalysisController.STATE
IProjectContext. getState()
Deprecated.Delivers the current state of the analysis controller.static AnalysisController.STATE
AnalysisController.STATE. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AnalysisController.STATE[]
AnalysisController.STATE. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in kieker.analysis with parameters of type AnalysisController.STATE Modifier and Type Method Description void
AnalysisController.IStateObserver. update(AnalysisController controller, AnalysisController.STATE state)
This method will be called for every update of the state.