Uses of Class
org.biojava.nbio.ws.alignment.qblast.BlastMatrixEnum
-
Packages that use BlastMatrixEnum Package Description org.biojava.nbio.ws.alignment.qblast -
-
Uses of BlastMatrixEnum in org.biojava.nbio.ws.alignment.qblast
Methods in org.biojava.nbio.ws.alignment.qblast that return BlastMatrixEnum Modifier and Type Method Description static BlastMatrixEnum
BlastMatrixEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static BlastMatrixEnum[]
BlastMatrixEnum. 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 BlastMatrixEnum Modifier and Type Method Description void
NCBIQBlastAlignmentProperties. setBlastMatrix(BlastMatrixEnum matrix)
Sets the value for the MATRIX parameter to use for blastall
-