Uses of Class
org.forester.msa.Msa.MSA_FORMAT
-
Packages that use Msa.MSA_FORMAT Package Description org.forester.msa org.forester.msa_compactor -
-
Uses of Msa.MSA_FORMAT in org.forester.msa
Methods in org.forester.msa that return Msa.MSA_FORMAT Modifier and Type Method Description static Msa.MSA_FORMAT
Msa.MSA_FORMAT. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Msa.MSA_FORMAT[]
Msa.MSA_FORMAT. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forester.msa with parameters of type Msa.MSA_FORMAT Modifier and Type Method Description void
BasicMsa. write(java.io.Writer w, Msa.MSA_FORMAT format)
void
Msa. write(java.io.Writer w, Msa.MSA_FORMAT format)
-
Uses of Msa.MSA_FORMAT in org.forester.msa_compactor
Methods in org.forester.msa_compactor with parameters of type Msa.MSA_FORMAT Modifier and Type Method Description void
MsaCompactor. setOutputFormat(Msa.MSA_FORMAT output_format)
-