java.lang.Object
kieker.analysis.generic.sink.graph.dot.DotExportMapper<N,E>
- Type Parameters:
N- node typeE- edge type
- Direct Known Subclasses:
SimpleDotExportConfiguration
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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Map<DotClusterAttribute,Function<N, String>> protected final Map<DotEdgeAttribute,Function<E, String>> protected final Map<DotNodeAttribute,Function<N, String>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
graphAttributes
-
defaultNodeAttributes
-
defaultEdgeAttributes
-
nodeAttributes
-
edgeAttributes
-
clusterAttributes
-
-
Constructor Details
-
DotExportMapper
protected DotExportMapper()
-
-
Method Details
-
getGraphAttributes
-
getDefaultNodeAttributes
-
getDefaultEdgeAttributes
-
getNodeAttributes
-
getEdgeAttributes
-
getClusterAttributes
-