Uses of Enum Class
fr.ens.biologie.genomique.eoulsan.annotations.ExecutionMode
Packages that use ExecutionMode
Package
Description
This package define the annotations on Eoulsan classes plug-ins.
This package contains Eoulsan workflow dedicated classes.
-
Uses of ExecutionMode in fr.ens.biologie.genomique.eoulsan.annotations
Methods in fr.ens.biologie.genomique.eoulsan.annotations that return ExecutionModeModifier and TypeMethodDescriptionstatic ExecutionModeExecutionMode.getExecutionMode(Class<?> annotationClazz) Get the execution mode related to an annotation class.static ExecutionModeReturns the enum constant of this class with the specified name.static ExecutionMode[]ExecutionMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ExecutionMode in fr.ens.biologie.genomique.eoulsan.core.workflow
Methods in fr.ens.biologie.genomique.eoulsan.core.workflow that return ExecutionModeModifier and TypeMethodDescriptionAbstractStep.getEoulsanMode()Get the Eoulsan mode of the step.