|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.biojava.bio.structure.align.ce.CeParameters
org.biojava.bio.structure.align.ce.OptimalCECPParameters
public class OptimalCECPParameters
Contains the parameters that can be sent to CE
| Field Summary | |
|---|---|
protected java.lang.Integer |
cpPoint
The CP point, specified as a residue index |
protected OptimalCECPParameters |
params
|
protected java.lang.Boolean |
tryAllCPs
If true, ignores cpPoint and tries all possible cp points. |
| Fields inherited from class org.biojava.bio.structure.align.ce.CeParameters |
|---|
CA_AND_SIDE_CHAIN_ANGLE_SCORING, DEFAULT_GAP_EXTENSION, DEFAULT_GAP_OPEN, DEFAULT_oRmsdThr, DEFAULT_SCORING_STRATEGY, DISTANCE_INCREMENT, distanceIncrement, gapExtension, gapOpen, maxGapSize, maxNrIterationsForOptimization, maxOptRMSD, oRmsdThr, rmsdThr, rmsdThrJoin, SCORING_STRATEGY, scoringStrategy, SEQUENCE_CONSERVATION, seqWeight, showAFPRanges, SIDE_CHAIN_ANGLE_SCORING, SIDE_CHAIN_SCORING, sideChainScoringType, substitutionMatrix, winSize |
| Constructor Summary | |
|---|---|
OptimalCECPParameters()
|
|
| Method Summary | |
|---|---|
java.lang.Integer |
getCPPoint()
|
java.util.List<java.lang.String> |
getUserConfigHelp()
The help text for each of these parameters. |
java.util.List<java.lang.String> |
getUserConfigParameterNames()
The labels to be displayed to the user for each parameter |
java.util.List<java.lang.String> |
getUserConfigParameters()
get the list of parameters that the user can change through the user interface. |
java.util.List<java.lang.Class> |
getUserConfigTypes()
Get the data types of the parameters |
java.lang.Boolean |
isTryAllCPs()
|
void |
reset()
Set the parameters to the default. |
void |
setCPPoint(java.lang.Integer cpPoint)
|
void |
setTryAllCPs(java.lang.Boolean tryAllCPs)
|
java.lang.String |
toString()
|
| Methods inherited from class org.biojava.bio.structure.align.ce.CeParameters |
|---|
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, setWinSize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Boolean tryAllCPs
cpPoint and tries all possible cp points.
protected java.lang.Integer cpPoint
TODO make this a ResidueNumber
protected OptimalCECPParameters params
| Constructor Detail |
|---|
public OptimalCECPParameters()
| Method Detail |
|---|
public java.lang.String toString()
toString in class CeParameterspublic void reset()
ConfigStrucAligParams
reset in interface ConfigStrucAligParamsreset in class CeParameterspublic java.util.List<java.lang.String> getUserConfigHelp()
ConfigStrucAligParams
getUserConfigHelp in interface ConfigStrucAligParamsgetUserConfigHelp in class CeParameterspublic java.util.List<java.lang.String> getUserConfigParameters()
ConfigStrucAligParams
getUserConfigParameters in interface ConfigStrucAligParamsgetUserConfigParameters in class CeParameterspublic java.util.List<java.lang.String> getUserConfigParameterNames()
ConfigStrucAligParams
getUserConfigParameterNames in interface ConfigStrucAligParamsgetUserConfigParameterNames in class CeParameterspublic java.util.List<java.lang.Class> getUserConfigTypes()
ConfigStrucAligParams
getUserConfigTypes in interface ConfigStrucAligParamsgetUserConfigTypes in class CeParameterspublic java.lang.Boolean isTryAllCPs()
public void setTryAllCPs(java.lang.Boolean tryAllCPs)
tryAllCPs - Set whether we should try all CP sitespublic java.lang.Integer getCPPoint()
public void setCPPoint(java.lang.Integer cpPoint)
cpPoint - the cpPoint to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||