uk.ac.ed.inf.csb.taweka.mulan.learn.database
Class MulanDbCreator

java.lang.Object
  extended by uk.ac.ed.inf.csb.utils.database.DbManaged
      extended by uk.ac.ed.inf.csb.utils.database.DbCreator
          extended by uk.ac.ed.inf.csb.taweka.mulan.learn.database.MulanDbCreator

public class MulanDbCreator
extends uk.ac.ed.inf.csb.utils.database.DbCreator

Creates the table to store Mulan machine learning results. The database (called 'mulan') must already have been created and a user with reading/writing rights must be available.

Version:
9 Jun 2010
Author:
Luna De Ferrari luna.deferrari-at-ed.ac.uk

Field Summary
static java.lang.String MULAN_DATABASE_NAME
           
 
Constructor Summary
MulanDbCreator(uk.ac.ed.inf.csb.utils.database.DbManager dbManager)
           
 
Method Summary
 boolean createExperimentsTable()
           
 void createTables()
           
 
Methods inherited from class uk.ac.ed.inf.csb.utils.database.DbCreator
dropTable, getSqlToDropTable
 
Methods inherited from class uk.ac.ed.inf.csb.utils.database.DbManaged
getDbConnection, getDbManager
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MULAN_DATABASE_NAME

public static final java.lang.String MULAN_DATABASE_NAME
See Also:
Constant Field Values
Constructor Detail

MulanDbCreator

public MulanDbCreator(uk.ac.ed.inf.csb.utils.database.DbManager dbManager)
Method Detail

createExperimentsTable

public boolean createExperimentsTable()

createTables

public void createTables()