DotExporter

object DotExporter extends Exporter

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

trait Exporter
class Object
trait Matchable
class Any

Value members

Concrete methods

override def runExport(graph: Graph, outputRootDirectory: Path): ExportResult
Definition Classes

Inherited methods

def runExport(graph: Graph, outputFile: String): ExportResult
Inherited from:
Exporter