Uses of Class
org.biojava.nbio.ws.alignment.qblast.BlastProgramEnum
-
Packages that use BlastProgramEnum Package Description org.biojava.nbio.ws.alignment.qblast -
-
Uses of BlastProgramEnum in org.biojava.nbio.ws.alignment.qblast
Methods in org.biojava.nbio.ws.alignment.qblast that return BlastProgramEnum Modifier and Type Method Description BlastProgramEnum
NCBIQBlastAlignmentProperties. getBlastProgram()
static BlastProgramEnum
BlastProgramEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static BlastProgramEnum[]
BlastProgramEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.biojava.nbio.ws.alignment.qblast with parameters of type BlastProgramEnum Modifier and Type Method Description void
NCBIQBlastAlignmentProperties. setBlastProgram(BlastProgramEnum program)
Sets the program to be used with blastall
-