public class BioModuleFactory extends Object
Modifier and Type | Method and Description |
---|---|
static List<BioModule> |
buildPipeline()
Build all modules for the pipeline.
|
protected List<String> |
getPostRequisites(BioModule module)
This method returns all module post-requisites (including post-requisites of the post-requisites).
|
protected List<String> |
getPreRequisites(BioModule module)
This method returns all module prerequisites (including prerequisites of the prerequisites).
|
protected List<String> getPostRequisites(BioModule module) throws Exception
module
- Current BioModuleException
- if runtime errors occurprotected List<String> getPreRequisites(BioModule module) throws Exception
module
- Current BioModuleException
- if runtime errors occur