Uses of Interface
fr.ens.biologie.genomique.eoulsan.core.Workflow
Packages that use Workflow
Package
Description
This package contains Eoulsan workflow core class.
This package contains Eoulsan workflow dedicated classes.
This package contains Eoulsan user interface classes.
-
Uses of Workflow in fr.ens.biologie.genomique.eoulsan.core
Methods in fr.ens.biologie.genomique.eoulsan.core that return WorkflowModifier and TypeMethodDescriptionStep.getWorkflow()Get the workflow of the step.TaskContext.getWorkflow()Get the workflow description -
Uses of Workflow in fr.ens.biologie.genomique.eoulsan.core.workflow
Classes in fr.ens.biologie.genomique.eoulsan.core.workflow that implement WorkflowModifier and TypeClassDescriptionclassThis class define a Workflow.classThis class define a workflow based on a Command object (workflow file).Methods in fr.ens.biologie.genomique.eoulsan.core.workflow that return WorkflowModifier and TypeMethodDescriptionAbstractStep.getWorkflow()TaskContextImpl.getWorkflow()WorkflowContext.getWorkflow()Get the workflow description. -
Uses of Workflow in fr.ens.biologie.genomique.eoulsan.ui
Methods in fr.ens.biologie.genomique.eoulsan.ui with parameters of type Workflow