Uses of Enum Class
fr.ens.biologie.genomique.eoulsan.core.Step.DiscardOutput
Packages that use Step.DiscardOutput
Package
Description
This package contains Eoulsan workflow core class.
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.DiscardOutputModifier and TypeMethodDescriptionstatic Step.DiscardOutputThis method define a parser for the values of the "discardoutput" attribute of the Eoulsan workflow.static Step.DiscardOutputReturns the enum constant of this class with the specified name.static Step.DiscardOutput[]Step.DiscardOutput.values()Returns an array containing the constants of this enum class, 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.DiscardOutputModifier and TypeMethodDescriptionAbstractStep.getDiscardOutput()Get the discard output value.CommandWorkflowModel.getStepDiscardOutput(String stepId) Get the discard output value.Constructors in fr.ens.biologie.genomique.eoulsan.core.workflow with parameters of type Step.DiscardOutputModifierConstructorDescriptionCommandStep(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.