Uses of Class
compbio.data.sequence.ConservationMethod

Packages that use ConservationMethod
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 ConservationMethod in compbio.data.sequence
 

Methods in compbio.data.sequence that return ConservationMethod
 ConservationMethod Score.getMethod()
          Returns the ConservationMethod
static ConservationMethod ConservationMethod.getMethod(String meth)
           
static ConservationMethod ConservationMethod.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConservationMethod[] ConservationMethod.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 ConservationMethod
Score(ConservationMethod method, List<Float> scores)
          Instantiate the Score