DotExporter

overflowdb.formats.dot.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

Attributes

Graph
Supertypes
trait Exporter
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

override def defaultFileExtension: String

Attributes

Definition Classes
override def runExport(nodes: IterableOnce[Node], edges: IterableOnce[Edge], outputFile: Path): ExportResult

Attributes

Definition Classes

Inherited methods

def runExport(graph: Graph, outputFile: String): ExportResult

Attributes

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

Attributes

Inherited from:
Exporter