Interface Operation

    • Method Detail

      • getId

        default java.lang.Object getId()
        Description copied from interface: Identifiable
        Gets the identity of object.

        This identity should override Object.equals(Object) and Object.hashCode() methods.

        Specified by:
        getId in interface Identifiable
      • execute

        java.lang.Object execute​(Progress progress)
      • getLabel

        java.lang.String getLabel()
      • isTerminable

        boolean isTerminable()