Package qupath.lib.plugins.workflow
Class DefaultScriptableWorkflowStep
java.lang.Object
qupath.lib.plugins.workflow.DefaultScriptableWorkflowStep
- All Implemented Interfaces:
- Serializable,- ScriptableWorkflowStep,- WorkflowStep
A scriptable workflow step where the script is provided directly as an argument.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionDefaultScriptableWorkflowStep(String name, String script) Create a workflow step using a provided script string that will be called as-is.DefaultScriptableWorkflowStep(String name, Map<String, ?> parameterMap, String script) Constructor that takes a parameter map for display.
- 
Method Summary
- 
Constructor Details- 
DefaultScriptableWorkflowStepConstructor that takes a parameter map for display.The parameter map isn't embedded in the script by default - this script that is passed should be complete. - Parameters:
- name-
- parameterMap-
- script-
 
- 
DefaultScriptableWorkflowStepCreate a workflow step using a provided script string that will be called as-is.- Parameters:
- name-
- script-
 
 
- 
- 
Method Details- 
getNameDescription copied from interface:WorkflowStepGet the name of the workflow step.- Specified by:
- getNamein interface- WorkflowStep
- Returns:
 
- 
getParameterMapDescription copied from interface:WorkflowStepGet a map of parameters required for this step.- Specified by:
- getParameterMapin interface- WorkflowStep
- Returns:
 
- 
toString
- 
getScriptDescription copied from interface:ScriptableWorkflowStepGet one or more script lines that may be used to apply the step.- Specified by:
- getScriptin interface- ScriptableWorkflowStep
- Returns:
 
- 
hashCodepublic int hashCode()
- 
equals
 
-