Class SmithWaterman3DParameters
java.lang.Object
org.biojava.nbio.structure.align.seq.SmithWaterman3DParameters
- All Implemented Interfaces:
 ConfigStrucAligParams
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionThe help text for each of these parameters.The labels to be displayed to the user for each parameterget the list of parameters that the user can change through the user interface.Get the data types of the parametersvoidreset()Set the parameters to the default.voidsetGapExtend(Short gapExtend) voidsetGapOpen(Short gapOpen)  
- 
Constructor Details
- 
SmithWaterman3DParameters
public SmithWaterman3DParameters() 
 - 
 - 
Method Details
- 
getUserConfigHelp
Description copied from interface:ConfigStrucAligParamsThe help text for each of these parameters.- Specified by:
 getUserConfigHelpin interfaceConfigStrucAligParams- Returns:
 - help strings
 
 - 
getUserConfigParameterNames
Description copied from interface:ConfigStrucAligParamsThe labels to be displayed to the user for each parameter- Specified by:
 getUserConfigParameterNamesin interfaceConfigStrucAligParams- Returns:
 - list of parameter names
 
 - 
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 interfaceConfigStrucAligParams- Returns:
 - list of parameters
 
 - 
getUserConfigTypes
Description copied from interface:ConfigStrucAligParamsGet the data types of the parameters- Specified by:
 getUserConfigTypesin interfaceConfigStrucAligParams- Returns:
 - list of parameter classes
 
 - 
reset
public void reset()Description copied from interface:ConfigStrucAligParamsSet the parameters to the default.- Specified by:
 resetin interfaceConfigStrucAligParams
 - 
getGapExtend
 - 
setGapExtend
 - 
getGapOpen
 - 
setGapOpen
 
 -