Uses of Class
fr.ens.biologie.genomique.eoulsan.core.Step.StepState
-
Packages that use Step.StepState 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 Step.StepState in fr.ens.biologie.genomique.eoulsan.core
Methods in fr.ens.biologie.genomique.eoulsan.core that return Step.StepState Modifier and Type Method Description Step.StepState
Step. getState()
Get the state of the step.static Step.StepState
Step.StepState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Step.StepState[]
Step.StepState. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Step.StepState in fr.ens.biologie.genomique.eoulsan.core.workflow
Methods in fr.ens.biologie.genomique.eoulsan.core.workflow that return Step.StepState Modifier and Type Method Description Step.StepState
AbstractStep. getState()
Step.StepState
StepStateDependencies. getState()
Get the state of the step.Methods in fr.ens.biologie.genomique.eoulsan.core.workflow with parameters of type Step.StepState Modifier and Type Method Description void
StepObserver. notifyStepState(Step step, Step.StepState stepState)
The status of the step has been changed. -
Uses of Step.StepState in fr.ens.biologie.genomique.eoulsan.ui
Methods in fr.ens.biologie.genomique.eoulsan.ui with parameters of type Step.StepState Modifier and Type Method Description void
BasicUI. notifyStepState(Step step, Step.StepState stepState)
void
LanternaUI. notifyStepState(Step step, Step.StepState stepState)
void
NoUI. notifyStepState(Step step, Step.StepState stepState)
-