Class SmithWatermanUserArgumentProcessor.SmithWatermanStartupParams
java.lang.Object
org.biojava.nbio.structure.align.ce.StartupParameters
org.biojava.nbio.structure.align.seq.SmithWatermanUserArgumentProcessor.SmithWatermanStartupParams
- Enclosing class:
SmithWatermanUserArgumentProcessor
protected static class SmithWatermanUserArgumentProcessor.SmithWatermanStartupParams
extends StartupParameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionshortshortdoubleintvoidsetGapExtend(short gapExtend) voidsetGapOpen(short gapOpen) voidsetMaxRmsd(double maxRmsd) voidsetMinLen(int minLen) toString()Methods inherited from class org.biojava.nbio.structure.align.ce.StartupParameters
getAlignPairs, getCacheFilePath, getFile1, getFile2, getNrCPU, getOutFile, getPdb1, getPdb2, getPdbFilePath, getSaveOutputDir, getShowDBresult, isAutoFetch, isDomainSplit, isOutputPDB, isPrintCE, isPrintFatCat, isPrintXML, isShow3d, isShowMenu, setAlignPairs, setAutoFetch, setCacheFilePath, setDomainSplit, setFile1, setFile2, setNrCPU, setOutFile, setOutputPDB, setPdb1, setPdb2, setPdbFilePath, setPrintCE, setPrintFatCat, setPrintXML, setSaveOutputDir, setShow3d, setShowDBresult, setShowMenu
-
Constructor Details
-
SmithWatermanStartupParams
public SmithWatermanStartupParams()
-
-
Method Details
-
getGapOpen
-
setGapOpen
-
getGapExtend
-
setGapExtend
-
getMaxRmsd
-
setMaxRmsd
-
getMinLen
-
setMinLen
-
toString
- Overrides:
toStringin classStartupParameters
-