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()
ConfigStrucAligParams
getUserConfigHelp
in interface ConfigStrucAligParams
public List<String> getUserConfigParameterNames()
ConfigStrucAligParams
getUserConfigParameterNames
in interface ConfigStrucAligParams
public List<String> getUserConfigParameters()
ConfigStrucAligParams
getUserConfigParameters
in interface ConfigStrucAligParams
public List<Class> getUserConfigTypes()
ConfigStrucAligParams
getUserConfigTypes
in interface ConfigStrucAligParams
public void reset()
ConfigStrucAligParams
reset
in interface ConfigStrucAligParams
public 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.