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

java.lang.Object
kieker.analysis.generic.sink.graph.dot.DotExportMapper<N,​E>
Type Parameters:
N - node type
E - edge type
Direct Known Subclasses:
SimpleDotExportConfiguration

public class DotExportMapper<N extends INode,​E extends IEdge>
extends java.lang.Object
This class specifies how attributes (for graphs, vertices and edges) are mapped to a dot graph. To create a DotExportMapper use the DotExportMapper.Builder.
Since:
1.14
Author:
Sören Henning