Packages

o

overflowdb.formats.graphml

GraphMLExporter

object GraphMLExporter extends Exporter

Exports OverflowDB Graph to GraphML

Warning: list properties are not natively supported by graphml... We initially built some support for those which deviated from the spec, but given that other tools don't support it, some refusing to import the remainder, we've dropped it. Now, lists are serialised to ;-separated strings.

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 defaultFileExtension: String
    Definition Classes
    GraphMLExporterExporter
  2. def runExport(nodes: IterableOnce[Node], edges: IterableOnce[Edge], outputFile: Path): ExportResult
    Definition Classes
    GraphMLExporterExporter
  3. def runExport(graph: Graph, outputFile: String): ExportResult
    Definition Classes
    Exporter
  4. def runExport(graph: Graph, outputFile: Path): ExportResult
    Definition Classes
    Exporter