Uses of Interface
fr.ens.biologie.genomique.eoulsan.core.Workflow
-
Packages that use Workflow Package Description fr.ens.biologie.genomique.eoulsan.core This package contains Eoulsan workflow core class.fr.ens.biologie.genomique.eoulsan.core.workflow This package contains Eoulsan workflow dedicated classes.fr.ens.biologie.genomique.eoulsan.ui 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 Workflow Modifier and Type Method Description Workflow
Step. getWorkflow()
Get the workflow of the step.Workflow
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 Workflow Modifier and Type Class Description class
AbstractWorkflow
This class define a Workflow.class
CommandWorkflow
This class define a workflow based on a Command object (workflow file).Methods in fr.ens.biologie.genomique.eoulsan.core.workflow that return Workflow Modifier and Type Method Description Workflow
AbstractStep. getWorkflow()
Workflow
TaskContextImpl. getWorkflow()
Workflow
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 Modifier and Type Method Description void
BasicUI. init(Workflow workflow)
void
LanternaUI. init(Workflow workflow)
void
NoUI. init(Workflow workflow)
void
UI. init(Workflow workflow)
Initialize the UI.
-