de.lmu.ifi.dbs.elki.datasource
Class EmptyDatabaseConnection
java.lang.Object
de.lmu.ifi.dbs.elki.datasource.AbstractDatabaseConnection
de.lmu.ifi.dbs.elki.datasource.EmptyDatabaseConnection
- All Implemented Interfaces:
- DatabaseConnection, InspectionUtilFrequentlyScanned, Parameterizable
@Title(value="Empty Database")
@Description(value="Dummy data source that does not provide any objects.")
public class EmptyDatabaseConnection
- extends AbstractDatabaseConnection
Pseudo database that is empty.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
private static final Logging logger
- Static logger
EmptyDatabaseConnection
public EmptyDatabaseConnection()
- Constructor.
loadData
public MultipleObjectsBundle loadData()
- Description copied from interface:
DatabaseConnection
- Returns the initial data for a database.
- Returns:
- a database object bundle
getLogger
protected Logging getLogger()
- Description copied from class:
AbstractDatabaseConnection
- Get the logger for this database connection.
- Specified by:
getLogger
in class AbstractDatabaseConnection
- Returns:
- Logger