Package qupath.lib.plugins.workflow
Interface WorkflowStep
- All Superinterfaces:
- Serializable
- All Known Subinterfaces:
- ScriptableWorkflowStep
- All Known Implementing Classes:
- DefaultScriptableWorkflowStep,- RunSavedClassifierWorkflowStep,- SimplePluginWorkflowStep
Basic interface for a loggable workflow step.
 
Not as useful as a ScriptableWorkflowStep (which should be used where possible), but here just in case.
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptiongetName()Get the name of the workflow step.Get a map of parameters required for this step.
- 
Method Details- 
getNameString getName()Get the name of the workflow step.- Returns:
 
- 
getParameterMapGet a map of parameters required for this step.- Returns:
 
 
-