5 #ifndef BPP_SEQ_ALPHABET_ALPHABETNUMERICSTATE_H
6 #define BPP_SEQ_ALPHABET_ALPHABETNUMERICSTATE_H
States that do have a double value.
double getValue() const
Get the state value.
virtual ~AlphabetNumericState()
AlphabetNumericState * clone() const
AlphabetNumericState(int num, double value, const std::string &letter, const std::string &name)
void setValue(double value)
Set the state value.
This is the base class to describe states in an Alphabet.
This alphabet is used to deal NumericAlphabet.