Uses of Class
fr.ens.biologie.genomique.eoulsan.annotations.ExecutionMode
-
Packages that use ExecutionMode Package Description fr.ens.biologie.genomique.eoulsan.annotations This package define the annotations on Eoulsan classes plug-ins.fr.ens.biologie.genomique.eoulsan.core.workflow 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 ExecutionMode Modifier and Type Method Description static ExecutionModeExecutionMode. getExecutionMode(Class<?> annotationClazz)Get the execution mode related to an annotation class.static ExecutionModeExecutionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionMode[]ExecutionMode. values()Returns an array containing the constants of this enum type, 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 ExecutionMode Modifier and Type Method Description ExecutionModeAbstractStep. getEoulsanMode()Get the Eoulsan mode of the step.
-