DotExporter
Exports OverflowDB Graph to graphviz dot/gv file
Note: GraphML doesn't natively support list property types, so we fake it by encoding it as a ;
delimited string.
If you import this into a different database, you'll need to parse that separately.
https://en.wikipedia.org/wiki/DOT_(graph_description_language) https://www.graphviz.org/doc/info/lang.html http://magjac.com/graphviz-visual-editor/ https://www.slideshare.net/albazo/graphiz-using-the-dot-language
Value members
Concrete methods
override def runExport(nodes: IterableOnce[Node], edges: IterableOnce[Edge], outputRootDirectory: Path): ExportResult
- Definition Classes