Uses of Class
kieker.analysis.generic.sink.graph.dot.DotExportMapper
Packages that use DotExportMapper
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.
This package contains all processing filters bundled with kieker.
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 DotExportMapper in kieker.analysis.architecture.dependency.export.dot
Methods in kieker.analysis.architecture.dependency.export.dot that return DotExportMapperModifier and TypeMethodDescriptionDotExportDependencyGraphFactory.createForAssemblyLevelComponentDependencyGraph()DotExportDependencyGraphFactory.createForAssemblyLevelOperationDependencyGraph()DotExportDependencyGraphFactory.createForDeploymentLevelComponentDependencyGraph()DotExportDependencyGraphFactory.createForDeploymentLevelContextDependencyGraph()DotExportDependencyGraphFactory.createForDeploymentLevelOperationDependencyGraph()DotExportDependencyGraphFactory.createForTypeLevelComponentDependencyGraph()DotExportDependencyGraphFactory.createForTypeLevelOperationDependencyGraph() -
Uses of DotExportMapper in kieker.analysis.architecture.trace.graph.dot
Constructors in kieker.analysis.architecture.trace.graph.dot with parameters of type DotExportMapperModifierConstructorDescriptionDotTraceGraphFileWriterStage(Path outputDirectory, DotExportMapper<INode, IEdge> exportConfiguration) -
Uses of DotExportMapper in kieker.analysis.generic.sink.graph.dot
Subclasses of DotExportMapper in kieker.analysis.generic.sink.graph.dotModifier and TypeClassDescriptionclassSimpleDotExportConfiguration<N extends INode,E extends IEdge> ADotExportMapperthat maps the property label of edges and vertices to the label attribute of the corresponding nodes and edges of the dot graph.Fields in kieker.analysis.generic.sink.graph.dot declared as DotExportMapperModifier and TypeFieldDescriptionprotected final DotExportMapper<N,E> DotElementTransformer.configurationprotected final DotExportMapper<N,E> DotWriterStage.exportConfigurationMethods in kieker.analysis.generic.sink.graph.dot that return DotExportMapperConstructors in kieker.analysis.generic.sink.graph.dot with parameters of type DotExportMapperModifierConstructorDescriptionDotFileWriterStage(Path outputDirectory, DotExportMapper<N, E> exportConfiguration) DotFileWriterStage(Function<IGraph<N, E>, Path> fileNameMapper, DotExportMapper<N, E> exportConfiguration) DotTransformer(IGraph<N, E> graph, Writer writer, DotExportMapper<N, E> configuration) DotWriterStage(Function<IGraph<N, E>, Writer> writerMapper, DotExportMapper<N, E> exportConfiguration)