Package | Description |
---|---|
com.hfg.bio.seq.alignment.blast |
Modifier and Type | Method and Description |
---|---|
BLAST_Program |
BLAST_Settings.getBLAST_Program() |
static BLAST_Program |
BLAST_Program.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BLAST_Program[] |
BLAST_Program.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BLAST_Settings |
BLAST_Settings.setBLAST_Program(BLAST_Program inValue) |
jataylor@hairyfatguy.com