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