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 WorkflowStep. getWorkflow()Get the workflow of the step.WorkflowTaskContext. 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 classAbstractWorkflowThis class define a Workflow.classCommandWorkflowThis 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 WorkflowAbstractStep. getWorkflow()WorkflowTaskContextImpl. getWorkflow()WorkflowWorkflowContext. 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 voidBasicUI. init(Workflow workflow)voidLanternaUI. init(Workflow workflow)voidNoUI. init(Workflow workflow)voidUI. init(Workflow workflow)Initialize the UI.
-