Interface ScriptableWorkflowStep

All Superinterfaces:
Serializable, WorkflowStep
All Known Implementing Classes:
DefaultScriptableWorkflowStep, RunSavedClassifierWorkflowStep, SimplePluginWorkflowStep

public interface ScriptableWorkflowStep extends WorkflowStep
A WorkflowStep that can also return some Javascript that, if run, would perform the step.
Author:
Pete Bankhead
  • Method Summary

    Modifier and Type
    Method
    Description
    Get one or more script lines that may be used to apply the step.

    Methods inherited from interface qupath.lib.plugins.workflow.WorkflowStep

    getName, getParameterMap
  • Method Details

    • getScript

      String getScript()
      Get one or more script lines that may be used to apply the step.
      Returns: