Uses of Class
org.biojava.nbio.structure.align.ce.StartupParameters
-
Packages that use StartupParameters Package Description org.biojava.nbio.structure.align.ce Classes related to the implementation of the CE alignment algorithm, here called jCE.org.biojava.nbio.structure.align.fatcat Classes related to the implementation of the FATCAT alignment algorithm, here called jFATCAT.org.biojava.nbio.structure.align.seq org.biojava.nbio.structure.align.util -
-
Uses of StartupParameters in org.biojava.nbio.structure.align.ce
Subclasses of StartupParameters in org.biojava.nbio.structure.align.ce Modifier and Type Class Description protected classCeCPUserArgumentProcessor.CeCPStartupParamsprotected static classCeUserArgumentProcessor.CeStartupParamsFields in org.biojava.nbio.structure.align.ce declared as StartupParameters Modifier and Type Field Description protected StartupParametersAbstractUserArgumentProcessor. paramsMethods in org.biojava.nbio.structure.align.ce that return StartupParameters Modifier and Type Method Description protected abstract StartupParametersAbstractUserArgumentProcessor. getStartupParametersInstance()StartupParameters is a bean to store all the possible command line parameters.protected StartupParametersCeCPUserArgumentProcessor. getStartupParametersInstance()protected StartupParametersCeUserArgumentProcessor. getStartupParametersInstance()Methods in org.biojava.nbio.structure.align.ce with parameters of type StartupParameters Modifier and Type Method Description static voidGuiWrapper. showDBResults(StartupParameters params) -
Uses of StartupParameters in org.biojava.nbio.structure.align.fatcat
Subclasses of StartupParameters in org.biojava.nbio.structure.align.fatcat Modifier and Type Class Description protected classFatCatUserArgumentProcessor.FatCatStartupParamsMethods in org.biojava.nbio.structure.align.fatcat that return StartupParameters Modifier and Type Method Description protected StartupParametersFatCatUserArgumentProcessor. getStartupParametersInstance() -
Uses of StartupParameters in org.biojava.nbio.structure.align.seq
Subclasses of StartupParameters in org.biojava.nbio.structure.align.seq Modifier and Type Class Description protected static classSmithWatermanUserArgumentProcessor.SmithWatermanStartupParamsMethods in org.biojava.nbio.structure.align.seq that return StartupParameters Modifier and Type Method Description protected StartupParametersSmithWatermanUserArgumentProcessor. getStartupParametersInstance() -
Uses of StartupParameters in org.biojava.nbio.structure.align.util
Methods in org.biojava.nbio.structure.align.util with parameters of type StartupParameters Modifier and Type Method Description static UserConfigurationUserConfiguration. fromStartupParams(StartupParameters params)
-