Class SimpleDotExportConfiguration<N extends INode,​E extends IEdge>

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 type
E - 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