Exporter

flatgraph.formats.Exporter
trait Exporter

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def defaultFileExtension: String
def runExport(schema: Schema, nodes: IterableOnce[GNode], edges: IterableOnce[Edge], outputFile: Path): ExportResult

Concrete methods

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