Uses of Class
compbio.data.sequence.SMERFSConstraints

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

Fields in compbio.data.sequence declared as SMERFSConstraints
static SMERFSConstraints SMERFSConstraints.DEFAULT_COLUMN_SCORE
          Default column scoring schema
 

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