Uses of Enum Class
kieker.analysis.generic.sink.graph.dot.attributes.DotNodeAttribute
Packages that use DotNodeAttribute
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 DotNodeAttribute in kieker.analysis.generic.sink.graph.dot
Fields in kieker.analysis.generic.sink.graph.dot with type parameters of type DotNodeAttributeModifier and TypeFieldDescriptionDotExportMapper.defaultNodeAttributesprotected final Map<DotNodeAttribute,Function<N, String>> DotExportMapper.nodeAttributesMethods in kieker.analysis.generic.sink.graph.dot that return types with arguments of type DotNodeAttributeModifier and TypeMethodDescriptionDotExportMapper.getDefaultNodeAttributes()DotExportMapper.getNodeAttributes()Methods in kieker.analysis.generic.sink.graph.dot with parameters of type DotNodeAttributeModifier and TypeMethodDescriptionvoidDotExportBuilder.addDefaultNodeAttribute(DotNodeAttribute attribute, Function<com.google.common.graph.MutableNetwork<N, E>, String> function) voidDotExportBuilder.addNodeAttribute(DotNodeAttribute attribute, Function<N, String> function) -
Uses of DotNodeAttribute in kieker.analysis.generic.sink.graph.dot.attributes
Methods in kieker.analysis.generic.sink.graph.dot.attributes that return DotNodeAttributeModifier and TypeMethodDescriptionstatic DotNodeAttributeReturns the enum constant of this class with the specified name.static DotNodeAttribute[]DotNodeAttribute.values()Returns an array containing the constants of this enum class, in the order they are declared.