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.
- Author:
- Pete Bankhead
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Get the name of the workflow step.Get a map of parameters required for this step.
-
Method Details
-
getName
String getName()Get the name of the workflow step.- Returns:
-
getParameterMap
Get a map of parameters required for this step.- Returns:
-