Annotation Type OpClass

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String names  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String description
      Returns a description of the Op's behavior.
      String[] params  
      double priority
      Returns the priority of this Op By default, Ops have a priority of 0.0 (corresponding to org.scijava.priority.Priority.NORMAL
      • description

        String description
        Returns a description of the Op's behavior.
        Returns:
        a description of the Op
        Default:
        ""
      • params

        String[] params
        Default:
        {""}
      • priority

        double priority
        Returns the priority of this Op By default, Ops have a priority of 0.0 (corresponding to org.scijava.priority.Priority.NORMAL
        Returns:
        the priority of the Op
        Default:
        0.0