Uses of Class
fr.ens.biologie.genomique.eoulsan.core.Step.DiscardOutput
-
Packages that use Step.DiscardOutput Package Description fr.ens.biologie.genomique.eoulsan.core This package contains Eoulsan workflow core class.fr.ens.biologie.genomique.eoulsan.core.workflow This package contains Eoulsan workflow dedicated classes. -
-
Uses of Step.DiscardOutput in fr.ens.biologie.genomique.eoulsan.core
Methods in fr.ens.biologie.genomique.eoulsan.core that return Step.DiscardOutput Modifier and Type Method Description static Step.DiscardOutput
Step.DiscardOutput. parse(String s)
This method define a parser for the values of the "discardoutput" attribute of the Eoulsan workflow.static Step.DiscardOutput
Step.DiscardOutput. valueOf(String name)
Returns the enum constant of this type with the specified name.static Step.DiscardOutput[]
Step.DiscardOutput. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Step.DiscardOutput in fr.ens.biologie.genomique.eoulsan.core.workflow
Methods in fr.ens.biologie.genomique.eoulsan.core.workflow that return Step.DiscardOutput Modifier and Type Method Description Step.DiscardOutput
AbstractStep. getDiscardOutput()
Get the discard output value.Step.DiscardOutput
CommandWorkflowModel. getStepDiscardOutput(String stepId)
Get the discard output value.Constructors in fr.ens.biologie.genomique.eoulsan.core.workflow with parameters of type Step.DiscardOutput Constructor Description CommandStep(AbstractWorkflow workflow, String id, String moduleName, String stepVersion, Set<Parameter> parameters, boolean skip, Step.DiscardOutput discardOutput, int requiredMemory, int requiredProcessors, String dataProduct)
Create a step for a standard step.CommandStep(AbstractWorkflow workflow, String id, String moduleName, String stepVersion, Set<Parameter> parameters, boolean skip, Step.DiscardOutput discardOutput, int requiredMemory, int requiredProcessors, String dataProduct, DataFile outputDirectory)
Create a step for a standard step.
-