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.StepStateStep. getState()Get the state of the step.static Step.StepStateStep.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.StepStateAbstractStep. getState()Step.StepStateStepStateDependencies. 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 voidStepObserver. 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 voidBasicUI. notifyStepState(Step step, Step.StepState stepState)voidLanternaUI. notifyStepState(Step step, Step.StepState stepState)voidNoUI. notifyStepState(Step step, Step.StepState stepState)
-