Packages

package graphml

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

Value Members

  1. val KeyForEdgeLabel: String
  2. val KeyForNodeLabel: String
  3. object GraphMLExporter extends Exporter

    Exports OverflowDB Graph to GraphML

    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

  4. object GraphMLImporter extends Importer

    Imports GraphML into OverflowDB

    Imports GraphML into OverflowDB

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

  5. object Type extends Enumeration

Inherited from AnyRef

Inherited from Any

Ungrouped