Uses of Class
compbio.data.sequence.Program

Packages that use Program
compbio.data.sequence A data model for multiple sequence alignment web services and utility methods that work on the objects of this model. 
 

Uses of Program in compbio.data.sequence
 

Methods in compbio.data.sequence that return Program
 Program AlignmentMetadata.getProgram()
           
static Program Program.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Program[] Program.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in compbio.data.sequence with parameters of type Program
Alignment(List<FastaSequence> sequences, Program program, char gapchar)
           
AlignmentMetadata(Program program, char gapchar)