public interface ConfigStrucAligParams
Modifier and Type | Method and Description |
---|---|
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.
|
List<String> getUserConfigParameters()
List<String> getUserConfigParameterNames()
List<Class> getUserConfigTypes()
List<String> getUserConfigHelp()
void reset()
Copyright © 2000–2019 BioJava. All rights reserved.