Uses of Enum Class
fr.ens.biologie.genomique.eoulsan.core.Step.StepState
Packages that use Step.StepState
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 Step.StepState in fr.ens.biologie.genomique.eoulsan.core
Methods in fr.ens.biologie.genomique.eoulsan.core that return Step.StepStateModifier and TypeMethodDescriptionStep.getState()Get the state of the step.static Step.StepStateReturns the enum constant of this class with the specified name.static Step.StepState[]Step.StepState.values()Returns an array containing the constants of this enum class, 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.StepStateModifier and TypeMethodDescriptionAbstractStep.getState()StepStateDependencies.getState()Get the state of the step.Methods in fr.ens.biologie.genomique.eoulsan.core.workflow with parameters of type Step.StepStateModifier and TypeMethodDescriptionvoidStepObserver.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.StepStateModifier and TypeMethodDescriptionvoidBasicUI.notifyStepState(Step step, Step.StepState stepState) voidLanternaUI.notifyStepState(Step step, Step.StepState stepState) voidNoUI.notifyStepState(Step step, Step.StepState stepState)