Package qupath.lib.plugins.workflow
Interface ScriptableWorkflowStep
- All Superinterfaces:
Serializable
,WorkflowStep
- All Known Implementing Classes:
DefaultScriptableWorkflowStep
,RunSavedClassifierWorkflowStep
,SimplePluginWorkflowStep
A WorkflowStep that can also return some Javascript that, if run, would perform the step.
- Author:
- Pete Bankhead
-
Method Summary
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:
-