public class CECPParameters extends CeParameters
CeCPMain
Modifier and Type | Class and Description |
---|---|
static class |
CECPParameters.DuplicationHint |
CeParameters.ScoringStrategy
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_MIN_CP_LENGTH |
protected CECPParameters.DuplicationHint |
duplicationHint |
protected Integer |
minCPLength |
DEFAULT_GAP_EXTENSION, DEFAULT_GAP_OPEN, DEFAULT_oRmsdThr, DEFAULT_SUBSTITUTION_MATRIX, DISTANCE_INCREMENT, distanceIncrement, gapExtension, gapOpen, maxGapSize, maxNrIterationsForOptimization, maxOptRMSD, oRmsdThr, rmsdThr, rmsdThrJoin, scoringStrategy, seqWeight, showAFPRanges, sideChainScoringType, substitutionMatrix, winSize
Constructor and Description |
---|
CECPParameters() |
Modifier and Type | Method and Description |
---|---|
CECPParameters.DuplicationHint |
getDuplicationHint() |
Integer |
getMinCPLength() |
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 |
setDuplicationHint(CECPParameters.DuplicationHint duplicationHint) |
void |
setMinCPLength(Integer minCPLength) |
String |
toString() |
getDistanceIncrement, getGapExtension, getGapOpen, getMaxGapSize, getMaxNrIterationsForOptimization, getMaxOptRMSD, getORmsdThr, getRmsdThr, getRmsdThrJoin, getScoringStrategy, getSeqWeight, getSubstitutionMatrix, getWinSize, isOptimizeAlignment, isShowAFPRanges, setDistanceIncrement, setGapExtension, setGapOpen, setMaxGapSize, setMaxNrIterationsForOptimization, setMaxOptRMSD, setOptimizeAlignment, setORmsdThr, setRmsdThr, setRmsdThrJoin, setScoringStrategy, setSeqWeight, setShowAFPRanges, setSubstitutionMatrix, setWinSize
public static final int DEFAULT_MIN_CP_LENGTH
protected CECPParameters.DuplicationHint duplicationHint
protected Integer minCPLength
public CECPParameters()
public String toString()
toString
in class CeParameters
public void reset()
ConfigStrucAligParams
reset
in interface ConfigStrucAligParams
reset
in class CeParameters
public List<String> getUserConfigHelp()
ConfigStrucAligParams
getUserConfigHelp
in interface ConfigStrucAligParams
getUserConfigHelp
in class CeParameters
public List<String> getUserConfigParameters()
ConfigStrucAligParams
getUserConfigParameters
in interface ConfigStrucAligParams
getUserConfigParameters
in class CeParameters
public List<String> getUserConfigParameterNames()
ConfigStrucAligParams
getUserConfigParameterNames
in interface ConfigStrucAligParams
getUserConfigParameterNames
in class CeParameters
public List<Class> getUserConfigTypes()
ConfigStrucAligParams
getUserConfigTypes
in interface ConfigStrucAligParams
getUserConfigTypes
in class CeParameters
public CECPParameters.DuplicationHint getDuplicationHint()
public void setDuplicationHint(CECPParameters.DuplicationHint duplicationHint)
public Integer getMinCPLength()
public void setMinCPLength(Integer minCPLength)
Copyright © 2000–2019 BioJava. All rights reserved.