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

Packages that use RowWriter
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 RowWriter in edu.upc.dama.dex.io
 

Classes in edu.upc.dama.dex.io that implement RowWriter
 class CSVWriter
          A very simple CSV writer.
 

Constructors in edu.upc.dama.dex.io with parameters of type RowWriter
EdgeTypeExporter(RowWriter rowWriter, Graph graph, int edgeType, int tailPos, long tailAttr, int headPos, long headAttr)
          Creates a new instance of EdgeTypeExporter.
All atrributes are exported.
EdgeTypeExporter(RowWriter rowWriter, Graph graph, int edgeType, java.lang.Long[] exportAttr, int tailPos, long tailAttr, int headPos, long headAttr)
          Creates a new instance of EdgeTypeExporter.
All atrributes are exported.
Exporter(RowWriter rowWriter, Graph graph, int objectType)
          Creates a new instance of Exporter.
Exporter(RowWriter rowWriter, Graph graph, int objectType, java.lang.Long[] exportAttr)
          Creates a new instance of Exporter.
NodeTypeExporter(RowWriter rowWriter, Graph graph, int nodeType)
          Creates a new instance of NodeTypeExporter.
All atrributes are exported.
NodeTypeExporter(RowWriter rowWriter, Graph graph, int nodeType, java.lang.Long[] exportAttr)
          Creates a new instance of NodeTypeExporter.