Interface Executable


public interface Executable
Interface indicating that a class can be executed as an algorithm.
Author:
josephramsey
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final long
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executes the algorithm.
  • Field Details

  • Method Details

    • execute

      void execute() throws Exception
      Executes the algorithm.
      Throws:
      Exception - if execution is stopped at some point by an exception.