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.
- 
Method SummaryMethods inherited from interface qupath.lib.plugins.workflow.WorkflowStepgetName, getParameterMap
- 
Method Details- 
getScriptString getScript()Get one or more script lines that may be used to apply the step.- Returns:
 
 
-