de.lmu.ifi.dbs.elki.workflow
Class InputStep

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.workflow.InputStep
All Implemented Interfaces:
InspectionUtilFrequentlyScanned, Parameterizable, WorkflowStep

public class InputStep
extends Object
implements WorkflowStep

Data input step of the workflow.


Nested Class Summary
static class InputStep.Parameterizer
          Parameterization class.
 
Field Summary
private  Database database
          Holds the database to have the algorithms run with.
 
Constructor Summary
InputStep(Database database)
          Constructor.
 
Method Summary
 Database getDatabase()
          Get the database to use.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

database

private Database database
Holds the database to have the algorithms run with.

Constructor Detail

InputStep

public InputStep(Database database)
Constructor.

Parameters:
database - Database to use
Method Detail

getDatabase

public Database getDatabase()
Get the database to use.

Returns:
Database

Release 0.4.0 (2011-09-20_1324)