public class SmithWaterman3DParameters extends Object implements ConfigStrucAligParams
| Constructor and Description |
|---|
SmithWaterman3DParameters() |
| Modifier and Type | Method and Description |
|---|---|
Short |
getGapExtend() |
Short |
getGapOpen() |
Double |
getMaxRmsd() |
Integer |
getMinLen() |
List<String> |
getUserConfigHelp()
The help text for each of these parameters.
|
List<String> |
getUserConfigParameterNames()
The labels to be displayed to the user for each parameter
|
List<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 parameters
|
void |
reset()
Set the parameters to the default.
|
void |
setGapExtend(Short gapExtend) |
void |
setGapOpen(Short gapOpen) |
void |
setMaxRmsd(Double maxRmsd) |
void |
setMinLen(Integer minLen) |
public SmithWaterman3DParameters()
public List<String> getUserConfigHelp()
ConfigStrucAligParamsgetUserConfigHelp in interface ConfigStrucAligParamspublic List<String> getUserConfigParameterNames()
ConfigStrucAligParamsgetUserConfigParameterNames in interface ConfigStrucAligParamspublic List<String> getUserConfigParameters()
ConfigStrucAligParamsgetUserConfigParameters in interface ConfigStrucAligParamspublic List<Class> getUserConfigTypes()
ConfigStrucAligParamsgetUserConfigTypes in interface ConfigStrucAligParamspublic void reset()
ConfigStrucAligParamsreset in interface ConfigStrucAligParamspublic Short getGapExtend()
public void setGapExtend(Short gapExtend)
public Short getGapOpen()
public void setGapOpen(Short gapOpen)
public Double getMaxRmsd()
public void setMaxRmsd(Double maxRmsd)
Copyright © 2000–2019 BioJava. All rights reserved.