overflowdb-formats
overflowdb-formats
overflowdb.formats
ExportResult
Exporter
ExporterMain
Format
Importer
ImporterMain
overflowdb.formats.dot
DotExporter
overflowdb.formats.graphml
GraphMLExporter
GraphMLImporter
Type
overflowdb.formats.graphson
BooleanValue
DoubleValue
Edge
FloatValue
GraphSON
GraphSONElements
GraphSONExporter
GraphSONImporter
GraphSONProtocol
LongValueFormat
PropertyValueJsonFormat
IntValue
ListValue
LongValue
Property
PropertyValue
StringValue
Type
Vertex
overflowdb.formats.neo4jcsv
ArrayColumnDef
ColumnDef
ColumnDefinitions
ColumnType
Neo4jCsvExporter
CountAndFiles
Neo4jCsvImporter
ScalarColumnDef
overflowdb-formats
/
overflowdb.formats
/
ExportResult
ExportResult
case
class
ExportResult
(
nodeCount:
Int
,
edgeCount:
Int
,
files:
Seq
[
Path
],
additionalInfo:
Option
[
String
])
Graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any
Value members
Value members
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Inherited from:
Product