Uses of Class
org.biojava.nbio.structure.align.ce.StartupParameters
Packages that use StartupParameters
Package
Description
Classes related to the implementation of the CE alignment algorithm, here called jCE.
Classes related to the implementation of the FATCAT alignment algorithm, here called jFATCAT.
-
Uses of StartupParameters in org.biojava.nbio.structure.align.ce
Subclasses of StartupParameters in org.biojava.nbio.structure.align.ceModifier and TypeClassDescriptionprotected class
protected static class
Fields in org.biojava.nbio.structure.align.ce declared as StartupParametersModifier and TypeFieldDescriptionprotected StartupParameters
AbstractUserArgumentProcessor.params
Methods in org.biojava.nbio.structure.align.ce that return StartupParametersModifier and TypeMethodDescriptionprotected abstract StartupParameters
AbstractUserArgumentProcessor.getStartupParametersInstance()
StartupParameters is a bean to store all the possible command line parameters.protected StartupParameters
CeCPUserArgumentProcessor.getStartupParametersInstance()
protected StartupParameters
CeUserArgumentProcessor.getStartupParametersInstance()
-
Uses of StartupParameters in org.biojava.nbio.structure.align.fatcat
Subclasses of StartupParameters in org.biojava.nbio.structure.align.fatcatMethods in org.biojava.nbio.structure.align.fatcat that return StartupParametersModifier and TypeMethodDescriptionprotected StartupParameters
FatCatUserArgumentProcessor.getStartupParametersInstance()
-
Uses of StartupParameters in org.biojava.nbio.structure.align.seq
Subclasses of StartupParameters in org.biojava.nbio.structure.align.seqModifier and TypeClassDescriptionprotected static class
Methods in org.biojava.nbio.structure.align.seq that return StartupParametersModifier and TypeMethodDescriptionprotected StartupParameters
SmithWatermanUserArgumentProcessor.getStartupParametersInstance()
-
Uses of StartupParameters in org.biojava.nbio.structure.align.util
Methods in org.biojava.nbio.structure.align.util with parameters of type StartupParametersModifier and TypeMethodDescriptionstatic UserConfiguration
UserConfiguration.fromStartupParams
(StartupParameters params)