Uses of Enum Class
fr.ens.biologie.genomique.eoulsan.util.r.RExecutorFactory.Mode
Packages that use RExecutorFactory.Mode
Package
Description
This package contain utility classes for R usage.
-
Uses of RExecutorFactory.Mode in fr.ens.biologie.genomique.eoulsan.util.r
Methods in fr.ens.biologie.genomique.eoulsan.util.r that return RExecutorFactory.ModeModifier and TypeMethodDescriptionstatic RExecutorFactory.ModeParse a mode name and returns the mode.static RExecutorFactory.ModeReturns the enum constant of this class with the specified name.static RExecutorFactory.Mode[]RExecutorFactory.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.ens.biologie.genomique.eoulsan.util.r with parameters of type RExecutorFactory.ModeModifier and TypeMethodDescriptionstatic RExecutorRExecutorFactory.newRExecutor(RExecutorFactory.Mode mode, String rServeServer, String dockerImage, File outputDirectory, File temporaryDirectory) Create a new instance of RExecutor.