public class SmithWaterman3DParameters extends Object implements ConfigStrucAligParams
Constructor and Description |
---|
SmithWaterman3DParameters() |
Modifier and Type | Method and Description |
---|---|
Short |
getGapExtend() |
Short |
getGapOpen() |
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) |
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)
Copyright © 2000–2016 BioJava. All rights reserved.