Packages

o

overflowdb.formats.graphml

GraphMLImporter

object GraphMLImporter extends Importer

Imports GraphML into OverflowDB

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

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

Value Members

  1. def runImport(graph: Graph, inputFiles: Seq[Path]): Unit
    Definition Classes
    GraphMLImporterImporter
  2. def runImport(graph: Graph, inputFile: String): Unit
    Definition Classes
    Importer
  3. def runImport(graph: Graph, inputFile: Path): Unit
    Definition Classes
    Importer