|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni.leipzig.IR15.Importer.Importer
de.uni.leipzig.IR15.Importer.Neo4JImporter
public class Neo4JImporter
Importer to load all data from mysql to neo4j database.
Nested Class Summary | |
---|---|
static class |
Neo4JImporter.RelTypes
Relation types. |
Constructor Summary | |
---|---|
Neo4JImporter()
|
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name of the importer |
void |
importData()
This method imports the data |
void |
setUp()
Setup the importer, reset and get a connection to the database. |
void |
tearDown()
Cleanup mysql connection after running 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 |
---|
public Neo4JImporter()
Method Detail |
---|
public void setUp()
setUp
in class Importer
public void tearDown()
Importer
tearDown
in class Importer
public void importData()
Importer
importData
in class Importer
args
- public java.lang.String getName()
Importer
getName
in class Importer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |