Package com.tonic.analysis.graph.export
Class DOTExporter<T>
- java.lang.Object
-
- com.tonic.analysis.graph.export.DOTExporter<T>
-
- Type Parameters:
T- the graph type this exporter renders
- Direct Known Subclasses:
CPGDOTExporter,PDGDOTExporter,SDGDOTExporter
public abstract class DOTExporter<T> extends Object
Base for graph-to-DOT exporters, supplying the shared node, edge, cluster and label-escaping emitters driven by aDOTExporterConfig.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Stringexport(T graph)Renders a graph to a DOT string.abstract voidexport(T graph, Writer output)Writes the DOT rendering of a graph.
-