Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Interface
de.lmu.ifi.dbs.elki.database.connection.DatabaseConnection

Packages that use DatabaseConnection
de.lmu.ifi.dbs.elki ELKI framework "Environment for Developing KDD-Applications Supported by Index-Structures" KDDTask is the main class of the ELKI-Framework for command-line interaction. 
de.lmu.ifi.dbs.elki.application.cache Utility applications for the persistence layer such as distance cache builders. 
de.lmu.ifi.dbs.elki.application.visualization Visualization applications in ELKI. 
de.lmu.ifi.dbs.elki.database.connection Database connections are classes implementing data sources. 
 

Uses of DatabaseConnection in de.lmu.ifi.dbs.elki
 

Fields in de.lmu.ifi.dbs.elki declared as DatabaseConnection
private  DatabaseConnection<O> KDDTask.databaseConnection
          Holds the database connection to have the algorithm run with.
 

Fields in de.lmu.ifi.dbs.elki with type parameters of type DatabaseConnection
private  ClassParameter<DatabaseConnection<O>> KDDTask.DATABASE_CONNECTION_PARAM
          Parameter to specify the database connection to be used, must extend DatabaseConnection.
 

Uses of DatabaseConnection in de.lmu.ifi.dbs.elki.application.cache
 

Fields in de.lmu.ifi.dbs.elki.application.cache declared as DatabaseConnection
private  DatabaseConnection<O> CacheFloatDistanceInOnDiskMatrix.databaseConnection
          Holds the database connection to have the algorithm run with.
private  DatabaseConnection<O> CacheDoubleDistanceInOnDiskMatrix.databaseConnection
          Holds the database connection to have the algorithm run with.
 

Fields in de.lmu.ifi.dbs.elki.application.cache with type parameters of type DatabaseConnection
private  ClassParameter<DatabaseConnection<O>> CacheFloatDistanceInOnDiskMatrix.DATABASE_CONNECTION_PARAM
          Parameter to specify the database connection to be used, must extend DatabaseConnection.
private  ClassParameter<DatabaseConnection<O>> CacheDoubleDistanceInOnDiskMatrix.DATABASE_CONNECTION_PARAM
          Parameter to specify the database connection to be used, must extend DatabaseConnection.
 

Uses of DatabaseConnection in de.lmu.ifi.dbs.elki.application.visualization
 

Fields in de.lmu.ifi.dbs.elki.application.visualization declared as DatabaseConnection
private  DatabaseConnection<O> KNNExplorer.databaseConnection
          Holds the database connection to have the algorithm run with.
 

Fields in de.lmu.ifi.dbs.elki.application.visualization with type parameters of type DatabaseConnection
private  ClassParameter<DatabaseConnection<O>> KNNExplorer.DATABASE_CONNECTION_PARAM
          Parameter to specify the database connection to be used, must extend DatabaseConnection.
 

Uses of DatabaseConnection in de.lmu.ifi.dbs.elki.database.connection
 

Classes in de.lmu.ifi.dbs.elki.database.connection that implement DatabaseConnection
 class AbstractDatabaseConnection<O extends DatabaseObject>
          Abstract super class for all database connections.
 class FileBasedDatabaseConnection<O extends DatabaseObject>
          Provides a file based database connection based on the parser to be set.
 class InputStreamDatabaseConnection<O extends DatabaseObject>
          Provides a database connection expecting input from an input stream such as stdin.
 class MultipleFileBasedDatabaseConnection<O extends DatabaseObject>
          Provides a database connection based on multiple files and parsers to be set.
 


Release 0.2 (2009-07-06_1820)