de.uni.leipzig.IR15.Connectors
Class Neo4JConnector

java.lang.Object
  extended by de.uni.leipzig.IR15.Connectors.Neo4JConnector

public class Neo4JConnector
extends java.lang.Object

Class to handle connection to the neo4j database.

Author:
IR-Team

Constructor Summary
Neo4JConnector()
           
 
Method Summary
static void destroyConnection()
          Destroy a database connection.
static org.neo4j.graphdb.GraphDatabaseService getConnection()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Neo4JConnector

public Neo4JConnector()
Method Detail

getConnection

public static org.neo4j.graphdb.GraphDatabaseService getConnection()

destroyConnection

public static void destroyConnection()
Destroy a database connection.