Package pascal.taie.util.graph
Class DotDumper<N>
java.lang.Object
pascal.taie.util.graph.DotDumper<N>
- Type Parameters:
N
- type of graph nodes
Configurable dot dumper.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setEdgeAttributer
(Function<Edge<N>, DotAttributes> edgeAttributer) setEdgeLabeler
(Function<Edge<N>, String> edgeLabeler) setNodeAttributer
(Function<N, DotAttributes> nodeAttributer) setNodeLabeler
(Function<N, String> nodeLabeler) setNodeToString
(Function<N, String> nodeToString)
-
Constructor Details
-
DotDumper
public DotDumper()
-
-
Method Details
-
setNodeToString
-
setGlobalNodeAttributes
-
setNodeLabeler
-
setNodeAttributer
-
setEdgeLabeler
-
setGlobalEdgeAttributes
-
setEdgeAttributer
-
dump
-