de.lmu.ifi.dbs.elki.workflow
Class InputStep
java.lang.Object
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.
Field Summary |
private Database |
database
Holds the database to have the algorithms run with. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
database
private Database database
- Holds the database to have the algorithms run with.
InputStep
public InputStep(Database database)
- Constructor.
- Parameters:
database
- Database to use
getDatabase
public Database getDatabase()
- Get the database to use.
- Returns:
- Database