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
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
- 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