GraphMLExporter

flatgraph.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 and the complications re re-importing, we also dropped support for lists. Now, lists are dropped and we print a warning.

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

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(schema: Schema, nodes: IterableOnce[GNode], 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