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 Link icon

    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 Link icon

    getName, getParameterMap
  • Method Details Link icon

    • getScript Link icon

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