Uses of Class
fr.ens.biologie.genomique.eoulsan.util.r.RExecutorFactory.Mode
-
Packages that use RExecutorFactory.Mode Package Description fr.ens.biologie.genomique.eoulsan.util.r 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.Mode Modifier and Type Method Description static RExecutorFactory.Mode
RExecutorFactory.Mode. parse(String name)
Parse a mode name and returns the mode.static RExecutorFactory.Mode
RExecutorFactory.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static RExecutorFactory.Mode[]
RExecutorFactory.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.ens.biologie.genomique.eoulsan.util.r with parameters of type RExecutorFactory.Mode Modifier and Type Method Description static RExecutor
RExecutorFactory. newRExecutor(RExecutorFactory.Mode mode, String rServeServer, String dockerImage, File outputDirectory, File temporaryDirectory)
Create a new instance of RExecutor.
-