Interface Operation

    • Method Detail

      • getInputSockets

        java.util.List<InputSocket> getInputSockets()
        Returns:
        A list of sockets for the inputs that the operation expects.
      • getOutputSockets

        java.util.List<OutputSocket> getOutputSockets()
        Returns:
        A list of sockets for the outputs that the operation produces.
      • perform

        void perform()
        Performs this Operation.
      • cleanUp

        default void cleanUp()
        Allows the step to clean itself up when removed from the pipeline. This should only be called by Step.setRemoved() to ensure correct synchronization.