public class OptimalCECPParameters extends CeParameters
CeParameters.ScoringStrategy
Modifier and Type | Field and Description |
---|---|
protected Integer |
cpPoint
The CP point, specified as a residue index
TODO make this a ResidueNumber
|
protected Boolean |
tryAllCPs
If true, ignores
cpPoint and tries all possible cp points. |
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 |
---|
OptimalCECPParameters() |
Modifier and Type | Method and Description |
---|---|
Integer |
getCPPoint() |
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
|
Boolean |
isTryAllCPs() |
void |
reset()
Set the parameters to the default.
|
void |
setCPPoint(Integer cpPoint) |
void |
setTryAllCPs(Boolean tryAllCPs) |
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 OptimalCECPParameters()
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 Boolean isTryAllCPs()
public void setTryAllCPs(Boolean tryAllCPs)
tryAllCPs
- Set whether we should try all CP sitespublic Integer getCPPoint()
public void setCPPoint(Integer cpPoint)
cpPoint
- the cpPoint to setCopyright © 2000–2019 BioJava. All rights reserved.