java.lang.Object
kieker.analysis.generic.sink.graph.dot.DotExportMapper<N,E>
kieker.analysis.generic.sink.graph.dot.SimpleDotExportConfiguration<N,E>
- Type Parameters:
N
- node typeE
- edge type
public class SimpleDotExportConfiguration<N extends INode,E extends IEdge> extends DotExportMapper<N,E>
A
DotExportMapper
that maps the property label of edges
and vertices to the label attribute of the corresponding nodes and
edges of the dot graph.- Since:
- 1.14
- Author:
- Sören Henning
-
Field Summary
Fields inherited from class kieker.analysis.generic.sink.graph.dot.DotExportMapper
clusterAttributes, defaultEdgeAttributes, defaultNodeAttributes, edgeAttributes, graphAttributes, nodeAttributes
-
Constructor Summary
Constructors Constructor Description SimpleDotExportConfiguration()
-
Method Summary
Methods inherited from class kieker.analysis.generic.sink.graph.dot.DotExportMapper
getClusterAttributes, getDefaultEdgeAttributes, getDefaultNodeAttributes, getEdgeAttributes, getGraphAttributes, getNodeAttributes
-
Constructor Details
-
SimpleDotExportConfiguration
public SimpleDotExportConfiguration()
-