de.uni.leipzig.IR15.Importer
Class DEXImporter

java.lang.Object
  extended by de.uni.leipzig.IR15.Importer.Importer
      extended by de.uni.leipzig.IR15.Importer.DEXImporter

public class DEXImporter
extends Importer

Importer to load all data from mysql to dex database.

Author:
Robert 'robbl' Schulze

Nested Class Summary
static class DEXImporter.RelTypes
          Relation types
 
Constructor Summary
DEXImporter()
           
 
Method Summary
 java.lang.String getName()
          Return the name of the importer.
 void importData()
          Import all data from mysql to dex database.
 void setUp()
          Setup the importer, reset and get a connection to the database.
 void tearDown()
          Destroy the database connection after running the importer.
 
Methods inherited from class de.uni.leipzig.IR15.Importer.Importer
reset, setUp
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DEXImporter

public DEXImporter()
Method Detail

setUp

public void setUp()
Setup the importer, reset and get a connection to the database.

Specified by:
setUp in class Importer

tearDown

public void tearDown()
Destroy the database connection after running the importer.

Overrides:
tearDown in class Importer

importData

public void importData()
Import all data from mysql to dex database.

Specified by:
importData in class Importer

getName

public java.lang.String getName()
Return the name of the importer.

Specified by:
getName in class Importer
Returns:
importer's name