Uses of Class
kieker.analysis.generic.graph.EGraphGenerationMode
Package | Description |
---|---|
kieker.analysis.generic.graph |
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.
|
kieker.analysis.metrics.graph.entropy |
Copyright (C) 2023 OceanDSL (https://oceandsl.uni-kiel.de)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
-
Uses of EGraphGenerationMode in kieker.analysis.generic.graph
Methods in kieker.analysis.generic.graph that return EGraphGenerationMode Modifier and Type Method Description static EGraphGenerationMode
EGraphGenerationMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EGraphGenerationMode[]
EGraphGenerationMode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EGraphGenerationMode in kieker.analysis.metrics.graph.entropy
Constructors in kieker.analysis.metrics.graph.entropy with parameters of type EGraphGenerationMode Constructor Description AllenDeployedArchitectureGraphStage(IGraphElementSelector selector, EGraphGenerationMode graphGeneratioMode)