public class MultipleMcParameters extends Object implements ConfigStrucAligParams
Constructor and Description |
---|
MultipleMcParameters()
Constructor with DEFAULT values of the parameters.
|
Modifier and Type | Method and Description |
---|---|
int |
getConvergenceSteps() |
double |
getDistanceCutoff() |
double |
getGapExtension() |
double |
getGapOpen() |
int |
getMinAlignedStructures() |
int |
getMinBlockLen() |
int |
getNrThreads() |
int |
getRandomSeed() |
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 |
setConvergenceSteps(Integer convergenceSteps) |
void |
setDistanceCutoff(Double distanceCutoff) |
void |
setGapExtension(Double gapExtension) |
void |
setGapOpen(Double gapOpen) |
void |
setMinAlignedStructures(Integer minAlignedStructures) |
void |
setMinBlockLen(Integer minBlockLen) |
void |
setNrThreads(Integer nrThreads) |
void |
setRandomSeed(Integer randomSeed) |
String |
toString() |
public MultipleMcParameters()
public List<String> getUserConfigParameters()
ConfigStrucAligParams
getUserConfigParameters
in interface ConfigStrucAligParams
public List<String> getUserConfigParameterNames()
ConfigStrucAligParams
getUserConfigParameterNames
in interface ConfigStrucAligParams
public List<Class> getUserConfigTypes()
ConfigStrucAligParams
getUserConfigTypes
in interface ConfigStrucAligParams
public List<String> getUserConfigHelp()
ConfigStrucAligParams
getUserConfigHelp
in interface ConfigStrucAligParams
public void reset()
ConfigStrucAligParams
reset
in interface ConfigStrucAligParams
public int getRandomSeed()
public void setRandomSeed(Integer randomSeed)
public int getMinBlockLen()
public void setMinBlockLen(Integer minBlockLen)
public int getMinAlignedStructures()
public void setMinAlignedStructures(Integer minAlignedStructures)
public double getGapOpen()
public void setGapOpen(Double gapOpen)
public double getGapExtension()
public void setGapExtension(Double gapExtension)
public int getConvergenceSteps()
public void setConvergenceSteps(Integer convergenceSteps)
public int getNrThreads()
public void setNrThreads(Integer nrThreads)
public double getDistanceCutoff()
public void setDistanceCutoff(Double distanceCutoff)
Copyright © 2000–2019 BioJava. All rights reserved.