Class SmithWatermanUserArgumentProcessor
java.lang.Object
org.biojava.nbio.structure.align.ce.AbstractUserArgumentProcessor
org.biojava.nbio.structure.align.seq.SmithWatermanUserArgumentProcessor
- All Implemented Interfaces:
 UserArgumentProcessor
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static class - 
Field Summary
Fields inherited from class org.biojava.nbio.structure.align.ce.AbstractUserArgumentProcessor
mandatoryArgs, newline, params - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected StartupParametersStartupParameters is a bean to store all the possible command line parameters.Methods inherited from class org.biojava.nbio.structure.align.ce.AbstractUserArgumentProcessor
getDbSearchResult, printAboutMe, printHelp, process 
- 
Constructor Details
- 
SmithWatermanUserArgumentProcessor
public SmithWatermanUserArgumentProcessor() 
 - 
 - 
Method Details
- 
getAlgorithm
- Specified by:
 getAlgorithmin classAbstractUserArgumentProcessor
 - 
getParameters
- Specified by:
 getParametersin classAbstractUserArgumentProcessor
 - 
getDbSearchLegend
- Specified by:
 getDbSearchLegendin classAbstractUserArgumentProcessor
 - 
getStartupParametersInstance
Description copied from class:AbstractUserArgumentProcessorStartupParameters is a bean to store all the possible command line parameters. The `StartupParameter` class contains the basic set of CLI parameters common to all `StructureAligmnent`s. This method should return a subclass of StartupParameters which has been extended to store values for all additional parameters.- Specified by:
 getStartupParametersInstancein classAbstractUserArgumentProcessor- Returns:
 - A new instance of the correct StartupParameters subclass
 
 
 -