|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni.leipzig.IR15.Importer.Importer
public abstract class Importer
Abstract base class for all database importer.
Nested Class Summary | |
---|---|
static class |
Importer.RelTypes
|
Constructor Summary | |
---|---|
Importer()
|
Method Summary | |
---|---|
abstract java.lang.String |
getName()
Returns the name of the importer |
abstract void |
importData()
This method imports the data |
void |
reset()
Deletes all files associated with the repective graph database |
abstract void |
setUp()
This method is called before the import is started |
void |
setUp(java.lang.String graphDBName)
Initializes the configuration instances |
void |
tearDown()
Cleanup mysql connection after running importer. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Importer()
Method Detail |
---|
public void reset()
public void setUp(java.lang.String graphDBName)
graphDBName
- the name of the graph database which is used (e.g. neo4j,
orientdb, dex)public abstract void setUp()
public abstract void importData()
public abstract java.lang.String getName()
public void tearDown()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |