Package qupath.lib.plugins.workflow


package qupath.lib.plugins.workflow
Classes and interfaces related to logging analysis steps to assist scripting and reproducibility.
  • Class
    Description
    A scriptable workflow step where the script is provided directly as an argument.
    WorkflowStep for running a saved PathObjectClassifier.
    A WorkflowStep that can also return some Javascript that, if run, would perform the step.
    Updated version of DefaultPluginWorkflowStep, adapted to use Externalizable and to avoid storing the plugin class as a class object (preferring a String instead).
    A collection of steps that relate to how an image has been - or should be - processed.
    Interface for listening to changes in Workflows, e.g.
    Basic interface for a loggable workflow step.