Class SimplePluginWorkflowStep

java.lang.Object
qupath.lib.plugins.workflow.SimplePluginWorkflowStep
All Implemented Interfaces:
Externalizable, Serializable, ScriptableWorkflowStep, WorkflowStep

public class SimplePluginWorkflowStep extends Object implements ScriptableWorkflowStep, Externalizable
Updated version of DefaultPluginWorkflowStep, adapted to use Externalizable and to avoid storing the plugin class as a class object (preferring a String instead).
Author:
Pete Bankhead
See Also: