| Package | Description |
|---|---|
| kieker.analysisteetime.dependencygraphs.dot | |
| kieker.analysisteetime.trace.graph.dot | |
| kieker.analysisteetime.util.graph.export.dot |
| Modifier and Type | Method and Description |
|---|---|
DotExportConfiguration |
DotExportConfigurationFactory.createForAssemblyLevelComponentDependencyGraph() |
DotExportConfiguration |
DotExportConfigurationFactory.createForAssemblyLevelOperationDependencyGraph() |
DotExportConfiguration |
DotExportConfigurationFactory.createForDeploymentLevelComponentDependencyGraph() |
DotExportConfiguration |
DotExportConfigurationFactory.createForDeploymentLevelContextDependencyGraph() |
DotExportConfiguration |
DotExportConfigurationFactory.createForDeploymentLevelOperationDependencyGraph() |
DotExportConfiguration |
DotExportConfigurationFactory.createForTypeLevelComponentDependencyGraph() |
DotExportConfiguration |
DotExportConfigurationFactory.createForTypeLevelOperationDependencyGraph() |
| Constructor and Description |
|---|
DotTraceGraphFileWriterStage(java.io.File outputDirectory,
DotExportConfiguration exportConfiguration) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleDotExportConfiguration
A
DotExportConfiguration that maps the property label of edges
and vertices to the label attribute of the corresponding nodes and
edges of the dot graph. |
| Modifier and Type | Field and Description |
|---|---|
protected DotExportConfiguration |
DotWriterStage.exportConfiguration |
| Modifier and Type | Method and Description |
|---|---|
DotExportConfiguration |
DotExportConfiguration.Builder.build() |
| Constructor and Description |
|---|
DotExporter(IGraph graph,
java.io.Writer writer,
DotExportConfiguration configuration) |
DotFileWriterStage(java.util.function.Function<IGraph,java.lang.String> fileNameMapper,
DotExportConfiguration exportConfiguration) |
DotFileWriterStage(java.lang.String outputDirectory,
DotExportConfiguration exportConfiguration) |
DotWriterStage(java.util.function.Function<IGraph,java.io.Writer> writerMapper,
DotExportConfiguration exportConfiguration) |
Copyright 2020 Kieker Project, http://kieker-monitoring.net