Package elki.workflow

Class InputStep

  • All Implemented Interfaces:
    WorkflowStep

    public class InputStep
    extends java.lang.Object
    implements WorkflowStep
    Data input step of the workflow.
    Since:
    0.4.0
    Author:
    Erich Schubert
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  InputStep.Par
      Parameterization class.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Database database
      Holds the database to have the algorithms run with.
    • Constructor Summary

      Constructors 
      Constructor Description
      InputStep​(Database database)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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