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

    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

  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