Class SmithWaterman3DParameters
java.lang.Object
org.biojava.nbio.structure.align.seq.SmithWaterman3DParameters
- All Implemented Interfaces:
ConfigStrucAligParams
-
Constructor Summary
-
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 parametersvoid
reset()
Set the parameters to the default.void
setGapExtend
(Short gapExtend) void
setGapOpen
(Short gapOpen)
-
Constructor Details
-
SmithWaterman3DParameters
public SmithWaterman3DParameters()
-
-
Method Details
-
getUserConfigHelp
Description copied from interface:ConfigStrucAligParams
The help text for each of these parameters.- Specified by:
getUserConfigHelp
in interfaceConfigStrucAligParams
- Returns:
- help strings
-
getUserConfigParameterNames
Description copied from interface:ConfigStrucAligParams
The labels to be displayed to the user for each parameter- Specified by:
getUserConfigParameterNames
in interfaceConfigStrucAligParams
- Returns:
- list of parameter names
-
getUserConfigParameters
Description copied from interface:ConfigStrucAligParams
get 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:
getUserConfigParameters
in interfaceConfigStrucAligParams
- Returns:
- list of parameters
-
getUserConfigTypes
Description copied from interface:ConfigStrucAligParams
Get the data types of the parameters- Specified by:
getUserConfigTypes
in interfaceConfigStrucAligParams
- Returns:
- list of parameter classes
-
reset
public void reset()Description copied from interface:ConfigStrucAligParams
Set the parameters to the default.- Specified by:
reset
in interfaceConfigStrucAligParams
-
getGapExtend
-
setGapExtend
-
getGapOpen
-
setGapOpen
-