public class SmithWatermanUserArgumentProcessor extends AbstractUserArgumentProcessor
| Modifier and Type | Class and Description |
|---|---|
protected static class |
SmithWatermanUserArgumentProcessor.SmithWatermanStartupParams |
mandatoryArgs, newline, params| Constructor and Description |
|---|
SmithWatermanUserArgumentProcessor() |
| Modifier and Type | Method and Description |
|---|---|
StructureAlignment |
getAlgorithm() |
java.lang.String |
getDbSearchLegend() |
java.lang.Object |
getParameters() |
protected StartupParameters |
getStartupParametersInstance()
StartupParameters is a bean to store all the possible
command line parameters.
|
getDbSearchResult, printAboutMe, printHelp, processpublic StructureAlignment getAlgorithm()
getAlgorithm in class AbstractUserArgumentProcessorpublic java.lang.Object getParameters()
getParameters in class AbstractUserArgumentProcessorpublic java.lang.String getDbSearchLegend()
getDbSearchLegend in class AbstractUserArgumentProcessorprotected StartupParameters getStartupParametersInstance()
AbstractUserArgumentProcessorgetStartupParametersInstance in class AbstractUserArgumentProcessor