Package | Description |
---|---|
kieker.analysis |
Copyright 2020 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.
|
Modifier and Type | Method and Description |
---|---|
AnalysisController.STATE |
IProjectContext.getState()
Delivers the current state of the analysis controller.
|
AnalysisController.STATE |
AnalysisController.getState()
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AnalysisController.IStateObserver.update(AnalysisController controller,
AnalysisController.STATE state)
This method will be called for every update of the state.
|
Copyright 2020 Kieker Project, http://kieker-monitoring.net