Uses of Enum Class
kieker.analysis.generic.sink.graph.dot.attributes.DotGraphAttribute
Packages that use DotGraphAttribute
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 DotGraphAttribute in kieker.analysis.generic.sink.graph.dot
Fields in kieker.analysis.generic.sink.graph.dot with type parameters of type DotGraphAttributeMethods in kieker.analysis.generic.sink.graph.dot that return types with arguments of type DotGraphAttributeMethods in kieker.analysis.generic.sink.graph.dot with parameters of type DotGraphAttributeModifier and TypeMethodDescriptionvoidDotExportBuilder.addGraphAttribute(DotGraphAttribute attribute, Function<com.google.common.graph.MutableNetwork<N, E>, String> function) -
Uses of DotGraphAttribute in kieker.analysis.generic.sink.graph.dot.attributes
Methods in kieker.analysis.generic.sink.graph.dot.attributes that return DotGraphAttributeModifier and TypeMethodDescriptionstatic DotGraphAttributeReturns the enum constant of this class with the specified name.static DotGraphAttribute[]DotGraphAttribute.values()Returns an array containing the constants of this enum class, in the order they are declared.