public class OptimalCECPParameters extends CeParameters
CeParameters.ScoringStrategy| Modifier and Type | Field and Description | 
|---|---|
protected Integer | 
cpPoint
The CP point, specified as a residue index 
 | 
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, isShowAFPRanges, setDistanceIncrement, setGapExtension, setGapOpen, setMaxGapSize, setMaxNrIterationsForOptimization, setMaxOptRMSD, setORmsdThr, setRmsdThr, setRmsdThrJoin, setScoringStrategy, setSeqWeight, setShowAFPRanges, setSubstitutionMatrix, setWinSizeprotected Integer cpPoint
TODO make this a ResidueNumber
public String toString()
toString in class CeParameterspublic void reset()
ConfigStrucAligParamsreset in interface ConfigStrucAligParamsreset in class CeParameterspublic List<String> getUserConfigHelp()
ConfigStrucAligParamsgetUserConfigHelp in interface ConfigStrucAligParamsgetUserConfigHelp in class CeParameterspublic List<String> getUserConfigParameters()
ConfigStrucAligParamsgetUserConfigParameters in interface ConfigStrucAligParamsgetUserConfigParameters in class CeParameterspublic List<String> getUserConfigParameterNames()
ConfigStrucAligParamsgetUserConfigParameterNames in interface ConfigStrucAligParamsgetUserConfigParameterNames in class CeParameterspublic List<Class> getUserConfigTypes()
ConfigStrucAligParamsgetUserConfigTypes in interface ConfigStrucAligParamsgetUserConfigTypes in class CeParameterspublic 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–2016 BioJava. All rights reserved.