Uses of Enum Class
kieker.analysis.generic.sink.graph.dot.attributes.DotClusterAttribute
Packages that use DotClusterAttribute
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.
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 DotClusterAttribute in kieker.analysis.generic.sink.graph.dot
Fields in kieker.analysis.generic.sink.graph.dot with type parameters of type DotClusterAttributeModifier and TypeFieldDescriptionprotected final Map<DotClusterAttribute,Function<N, String>> DotExportMapper.clusterAttributesMethods in kieker.analysis.generic.sink.graph.dot that return types with arguments of type DotClusterAttributeMethods in kieker.analysis.generic.sink.graph.dot with parameters of type DotClusterAttributeModifier and TypeMethodDescriptionvoidDotExportBuilder.addClusterAttribute(DotClusterAttribute attribute, Function<N, String> function) -
Uses of DotClusterAttribute in kieker.analysis.generic.sink.graph.dot.attributes
Methods in kieker.analysis.generic.sink.graph.dot.attributes that return DotClusterAttributeModifier and TypeMethodDescriptionstatic DotClusterAttributeReturns the enum constant of this class with the specified name.static DotClusterAttribute[]DotClusterAttribute.values()Returns an array containing the constants of this enum class, in the order they are declared.