Uses of Enum Class
kieker.analysis.AnalysisController.STATE
Packages that use AnalysisController.STATE
Package
Description
Copyright 2026 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.STATEModifier and TypeMethodDescriptionfinal AnalysisController.STATEAnalysisController.getState()Deprecated.Delivers the current state of the analysis controller.IProjectContext.getState()Deprecated.Delivers the current state of the analysis controller.static AnalysisController.STATEReturns the enum constant of this class with the specified name.static AnalysisController.STATE[]AnalysisController.STATE.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in kieker.analysis with parameters of type AnalysisController.STATEModifier and TypeMethodDescriptionvoidAnalysisController.IStateObserver.update(AnalysisController controller, AnalysisController.STATE state) This method will be called for every update of the state.