Uses of Interface
edu.upc.dama.dex.io.RowReader

Packages that use RowReader
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. 
 

Uses of RowReader in edu.upc.dama.dex.io
 

Classes in edu.upc.dama.dex.io that implement RowReader
 class CSVReader
          A very simple CSV reader.
 class JDBCReader
          A very simple JDBC reader.
 

Constructors in edu.upc.dama.dex.io with parameters of type RowReader
EdgeTypeLoader(RowReader rowReader, Graph graph, int edgeType, long tailAttr, int tailPos, long headAttr, int headPos)
          Create a new instance of EdgeTypeLoader.
Loader(RowReader rowReader, Graph graph, int objectType)
          Creates a new instance of Loader.
NodeTypeLoader(RowReader rowReader, Graph graph, int nodeType)
          Create a new instance of NodeTypeLoader.