flatgraph-formats
flatgraph-formats
API
flatgraph.formats
dot
DotExporter
graphml
GraphMLExporter
GraphMLImporter
Type
graphson
BooleanValue
DoubleValue
Edge
FloatValue
GraphSON
GraphSONElements
GraphSONExporter
GraphSONImporter
GraphSONProtocol
LongValueFormat
PropertyValueJsonFormat
IntValue
ListValue
LongValue
NodeIdValue
Property
PropertyValue
StringValue
Type
Vertex
neo4jcsv
ArrayColumnDef
ColumnDef
ColumnDefinitions
ColumnType
Neo4jCsvExporter
CountAndFiles
Neo4jCsvImporter
ScalarColumnDef
ExportResult
Exporter
ExporterMain
Format
Importer
ImporterMain
flatgraph-formats
/
flatgraph.formats
/
Exporter
Exporter
flatgraph.formats.Exporter
trait
Exporter
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Known subtypes
object
DotExporter
object
GraphMLExporter
object
GraphSONExporter
object
Neo4jCsvExporter
Members list
Clear all
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
In this article
Attributes
Members list
Value members
Abstract methods
Concrete methods