Annotation Interface Algorithm


@Target(TYPE) @Retention(RUNTIME) @Documented public @interface Algorithm
Sep 5, 2017 10:47:30 AM
Author:
Kevin V. Bui (kvb2@pitt.edu)
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Description of the algorithm.
    Command of the algorithm.
    Name of the algorithm.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Description of the algorithm.
  • Element Details

    • name

      String name
      Name of the algorithm.
      Returns:
      name of the algorithm
    • command

      String command
      Command of the algorithm.
      Returns:
      command of the algorithm
    • algoType

      AlgType algoType
      Description of the algorithm.
      Returns:
      description of the algorithm
    • dataType

      DataType[] dataType
      Description of the algorithm.
      Returns:
      description of the algorithm
      Default:
      {All}