Class SmithWaterman3DParameters
- java.lang.Object
- 
- org.biojava.nbio.structure.align.seq.SmithWaterman3DParameters
 
- 
- All Implemented Interfaces:
- ConfigStrucAligParams
 
 public class SmithWaterman3DParameters extends Object implements ConfigStrucAligParams 
- 
- 
Constructor SummaryConstructors Constructor Description SmithWaterman3DParameters()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ShortgetGapExtend()ShortgetGapOpen()DoublegetMaxRmsd()IntegergetMinLen()List<String>getUserConfigHelp()The help text for each of these parameters.List<String>getUserConfigParameterNames()The labels to be displayed to the user for each parameterList<String>getUserConfigParameters()get the list of parameters that the user can change through the user interface.List<Class>getUserConfigTypes()Get the data types of the parametersvoidreset()Set the parameters to the default.voidsetGapExtend(Short gapExtend)voidsetGapOpen(Short gapOpen)voidsetMaxRmsd(Double maxRmsd)voidsetMinLen(Integer minLen)
 
- 
- 
- 
Constructor Detail- 
SmithWaterman3DParameterspublic SmithWaterman3DParameters() 
 
- 
 - 
Method Detail- 
getUserConfigHelppublic List<String> getUserConfigHelp() Description copied from interface:ConfigStrucAligParamsThe help text for each of these parameters.- Specified by:
- getUserConfigHelpin interface- ConfigStrucAligParams
- Returns:
- help strings
 
 - 
getUserConfigParameterNamespublic List<String> getUserConfigParameterNames() Description copied from interface:ConfigStrucAligParamsThe labels to be displayed to the user for each parameter- Specified by:
- getUserConfigParameterNamesin interface- ConfigStrucAligParams
- Returns:
- list of parameter names
 
 - 
getUserConfigParameterspublic List<String> getUserConfigParameters() Description copied from interface:ConfigStrucAligParamsget the list of parameters that the user can change through the user interface. Parameter names are the same names as the corresponding Get/Set methods.- Specified by:
- getUserConfigParametersin interface- ConfigStrucAligParams
- Returns:
- list of parameters
 
 - 
getUserConfigTypespublic List<Class> getUserConfigTypes() Description copied from interface:ConfigStrucAligParamsGet the data types of the parameters- Specified by:
- getUserConfigTypesin interface- ConfigStrucAligParams
- Returns:
- list of parameter classes
 
 - 
resetpublic void reset() Description copied from interface:ConfigStrucAligParamsSet the parameters to the default.- Specified by:
- resetin interface- ConfigStrucAligParams
 
 - 
getGapExtendpublic Short getGapExtend() 
 - 
setGapExtendpublic void setGapExtend(Short gapExtend) 
 - 
getGapOpenpublic Short getGapOpen() 
 - 
setGapOpenpublic void setGapOpen(Short gapOpen) 
 - 
getMaxRmsdpublic Double getMaxRmsd() 
 - 
setMaxRmsdpublic void setMaxRmsd(Double maxRmsd) 
 
- 
 
-