Uses of Class
kieker.analysis.generic.sink.graph.dot.DotExportMapper
Package | Description |
---|---|
kieker.analysis.architecture.dependency.export.dot |
Copyright 2022 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.
|
kieker.analysis.architecture.trace.graph.dot |
This package contains all processing filters bundled with kieker.
|
kieker.analysis.generic.sink.graph.dot |
Copyright 2022 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 DotExportMapper Modifier and Type Method Description DotExportMapper<INode,IEdge>
DotExportDependencyGraphFactory. createForAssemblyLevelComponentDependencyGraph()
DotExportMapper<INode,IEdge>
DotExportDependencyGraphFactory. createForAssemblyLevelOperationDependencyGraph()
DotExportMapper<INode,IEdge>
DotExportDependencyGraphFactory. createForDeploymentLevelComponentDependencyGraph()
DotExportMapper<INode,IEdge>
DotExportDependencyGraphFactory. createForDeploymentLevelContextDependencyGraph()
DotExportMapper<INode,IEdge>
DotExportDependencyGraphFactory. createForDeploymentLevelOperationDependencyGraph()
DotExportMapper<INode,IEdge>
DotExportDependencyGraphFactory. createForTypeLevelComponentDependencyGraph()
DotExportMapper<INode,IEdge>
DotExportDependencyGraphFactory. createForTypeLevelOperationDependencyGraph()
-
Uses of DotExportMapper in kieker.analysis.architecture.trace.graph.dot
Constructors in kieker.analysis.architecture.trace.graph.dot with parameters of type DotExportMapper Constructor Description DotTraceGraphFileWriterStage(java.nio.file.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.dot Modifier and Type Class Description class
SimpleDotExportConfiguration<N extends INode,E extends IEdge>
ADotExportMapper
that 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 DotExportMapper Modifier and Type Field Description protected DotExportMapper<N,E>
DotElementTransformer. configuration
protected DotExportMapper<N,E>
DotWriterStage. exportConfiguration
Methods in kieker.analysis.generic.sink.graph.dot that return DotExportMapper Modifier and Type Method Description DotExportMapper<N,E>
DotExportBuilder. build()
Constructors in kieker.analysis.generic.sink.graph.dot with parameters of type DotExportMapper Constructor Description DotFileWriterStage(java.nio.file.Path outputDirectory, DotExportMapper<N,E> exportConfiguration)
DotFileWriterStage(java.util.function.Function<IGraph<N,E>,java.nio.file.Path> fileNameMapper, DotExportMapper<N,E> exportConfiguration)
DotTransformer(IGraph<N,E> graph, java.io.Writer writer, DotExportMapper<N,E> configuration)
DotWriterStage(java.util.function.Function<IGraph<N,E>,java.io.Writer> writerMapper, DotExportMapper<N,E> exportConfiguration)