package graphml
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- graphml
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val KeyForEdgeLabel: String
- val KeyForNodeLabel: String
- 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
- 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
- object Type extends Enumeration