Class DotGraphWriter
java.lang.Object
kieker.analysis.generic.sink.graph.dot.DotGraphWriter
Class to build and write a DOT Graph to a writer.
- Since:
- 1.14
- Author:
- Sören Henning
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddClusterStart(String name) voidvoidaddDefaultEdgeAttributes(Map<String, String> attributes) voidaddDefaultNodeAttributes(Map<String, String> attributes) voidvoidvoidaddGraphAttribute(String key, String value) voidvoidvoidaddSubgraphStart(String name) voidvoidfinish()voidvoidstart(DotGraphType newGraphType, String name)
-
Constructor Details
-
DotGraphWriter
-
-
Method Details
-
start
- Throws:
IOException
-
start
- Throws:
IOException
-
finish
- Throws:
IOException
-
addDefaultNodeAttributes
- Throws:
IOException
-
addDefaultEdgeAttributes
- Throws:
IOException
-
addGraphAttribute
- Throws:
IOException
-
addNode
- Throws:
IOException
-
addNode
- Throws:
IOException
-
addEdge
- Throws:
IOException
-
addEdge
public void addEdge(String sourceId, String targetId, Map<String, String> attributes) throws IOException- Throws:
IOException
-
addSubgraphStart
- Throws:
IOException
-
addSubgraphStop
- Throws:
IOException
-
addClusterStart
- Throws:
IOException
-
addClusterStop
- Throws:
IOException
-