Class CeUserArgumentProcessor.CeStartupParams
java.lang.Object
org.biojava.nbio.structure.align.ce.StartupParameters
org.biojava.nbio.structure.align.ce.CeUserArgumentProcessor.CeStartupParams
- Direct Known Subclasses:
 CeCPUserArgumentProcessor.CeCPStartupParams
- Enclosing class:
 - CeUserArgumentProcessor
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected doubleprotected doubleprotected intprotected doubleprotected CeParameters.ScoringStrategyprotected booleanprotected int - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiondoubledoubleintCE specific parameter: set the Max gap size parameter G (during AFP extension).(jCE specific): maximum RMSD that shall be calculated for the alignment.intbooleanvoidsetGapExtension(double gapExtension) voidsetGapOpen(double gapOpen) voidsetMaxGapSize(int maxGapSize) CE specific parameter: set the Max gap size parameter G (during AFP extension).voidsetMaxOptRMSD(Double maxOptRMSD) (jCE specific): maximum RMSD that shall be calculated for the alignment.voidsetScoringStrategy(CeParameters.ScoringStrategy scoringStrategy) voidsetShowAFPRanges(boolean showAFP) voidsetWinSize(int winSize) toString()Methods inherited from class org.biojava.nbio.structure.align.ce.StartupParameters
getAlignPairs, getCacheFilePath, getFile1, getFile2, getNrCPU, getOutFile, getPdb1, getPdb2, getPdbFilePath, getSaveOutputDir, getSearchFile, getShowDBresult, isAutoFetch, isDomainSplit, isOutputPDB, isPdbDirSplit, isPrintCE, isPrintFatCat, isPrintXML, isShow3d, isShowMenu, setAlignPairs, setAutoFetch, setCacheFilePath, setDomainSplit, setFile1, setFile2, setNrCPU, setOutFile, setOutputPDB, setPdb1, setPdb2, setPdbDirSplit, setPdbFilePath, setPrintCE, setPrintFatCat, setPrintXML, setSaveOutputDir, setSearchFile, setShow3d, setShowDBresult, setShowMenu 
- 
Field Details
- 
maxGapSize
protected int maxGapSize - 
winSize
protected int winSize - 
scoringStrategy
 - 
maxOptRMSD
protected double maxOptRMSD - 
gapOpen
protected double gapOpen - 
gapExtension
protected double gapExtension - 
showAFPRanges
protected boolean showAFPRanges 
 - 
 - 
Constructor Details
- 
CeStartupParams
public CeStartupParams() 
 - 
 - 
Method Details
- 
getWinSize
public int getWinSize() - 
setWinSize
public void setWinSize(int winSize)  - 
getScoringStrategy
 - 
setScoringStrategy
 - 
getGapOpen
public double getGapOpen() - 
setGapOpen
public void setGapOpen(double gapOpen)  - 
getGapExtension
public double getGapExtension() - 
setGapExtension
public void setGapExtension(double gapExtension)  - 
getMaxGapSize
public int getMaxGapSize()CE specific parameter: set the Max gap size parameter G (during AFP extension). Default: 30- Returns:
 - the maximum gap size G parameter.
 
 - 
setMaxGapSize
public void setMaxGapSize(int maxGapSize) CE specific parameter: set the Max gap size parameter G (during AFP extension). Default: 30- Parameters:
 maxGapSize-
 - 
isShowAFPRanges
public boolean isShowAFPRanges() - 
setShowAFPRanges
public void setShowAFPRanges(boolean showAFP)  - 
getMaxOptRMSD
(jCE specific): maximum RMSD that shall be calculated for the alignment.- Returns:
 - maxOptRMSD parameter
 
 - 
setMaxOptRMSD
(jCE specific): maximum RMSD that shall be calculated for the alignment.- Parameters:
 maxOptRMSD- max RMSD to calculate
 - 
toString
- Overrides:
 toStringin classStartupParameters
 
 -