Uses of Class
proper.app.DatabaseApplication

Packages that use DatabaseApplication
proper.app Contains command line classes, which can all be called with the option "-help" to get further information about the available parameters. 
 

Uses of DatabaseApplication in proper.app
 

Subclasses of DatabaseApplication in proper.app
 class Bagger
          This class Exports a table to an ARFF-file that can be used in MILK (the multi instance learning kit, based on Weka).

For a complete list of commandline parameters just run it with the option "-help".
 class Databases
          This class creates the necessary databases for the experiments.
 class Export
          This class Exports a table to an ARFF-file that is used in WEKA.

 class ForeignKeys
          This class shows foreign keys of a given table.
 class Import
          This class imports Prolog programs or CSV files and creates a database from it with tables according to the predicates (Prolog) or filenames (CSV).
 class MILK
          This class performs a flattening of a database into a single table.
 class Propagation
          This class performs the propagation of keys to outlying tables.
 class Reducer
          This class is used for reducing (= deleting) the amount of rows of tables in a database given a certain column.
 class RELAGGS
          This class runs Relaggs over an SQL-database.
Relaggs: Mark-A.
 class Relations
          This class discovers the relations for a given table in a database based on the names of the columns.
 class REMILK
          This class combines RELAGGS and MILK.

For a complete list of commandline parameters just run it with the option "-help".