Exporter

trait Exporter
class Object
trait Matchable
class Any
object DotExporter.type
object GraphMLExporter.type
object GraphSONExporter.type
object Neo4jCsvExporter.type

Value members

Abstract methods

def runExport(nodes: IterableOnce[Node], edges: IterableOnce[Edge], outputFile: Path): ExportResult

Concrete methods

def runExport(graph: Graph, outputFile: Path): ExportResult
def runExport(graph: Graph, outputFile: String): ExportResult