Uses of Package
edu.upc.dama.dex.io

Packages that use edu.upc.dama.dex.io
edu.upc.dama.dex.io Provides funcionality to load DEX node or edge types from relational databases or CSV files as data sources as well as utilities to dump data. 
 

Classes in edu.upc.dama.dex.io used by edu.upc.dama.dex.io
Exporter
          Export data of node or edge type.
Exporter.ExporterEvent
          Constains information of the running Exporter.
ExporterListener
          Interface to receive events from a Exporter.
Loader
          Loads data in a node or edge type.
Loader.LoaderEvent
          Constains information of the running Loader.
Loader.Mode
          Load can work in different ways.
LoaderListener
          Interface to receive events from a Loader.
RowReader
          Common interface for those readers which get the data as String [].
RowWriter
          Common interface for those writers which store the data as String [].