Packages

o

overflowdb.formats.graphml

GraphMLExporter

object GraphMLExporter extends Exporter

Exports OverflowDB Graph to GraphML

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. In comparison, Tinkerpop just bails out if you try to export a list property to graphml.

https://en.wikipedia.org/wiki/GraphML http://graphml.graphdrawing.org/primer/graphml-primer.html

Linear Supertypes
Exporter, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GraphMLExporter
  2. Exporter
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def runExport(graph: Graph, outputRootDirectory: Path): ExportResult
    Definition Classes
    GraphMLExporterExporter
  2. def runExport(graph: Graph, outputFile: String): ExportResult
    Definition Classes
    Exporter