Uses of Class
compbio.data.sequence.Method

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

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