Uses of Package
de.jstacs.data.alphabets

Packages that use de.jstacs.data.alphabets
de.jstacs.data Provides classes for the representation of data. 
de.jstacs.data.alphabets Provides classes for the representation of discrete and continuous alphabets, including a DNAAlphabet for the most common case of DNA-sequences 
 

Classes in de.jstacs.data.alphabets used by de.jstacs.data
DoubleSymbolException
          A DoubleSymbolException is thrown if a symbol occured more than once in the Alphabet.
 

Classes in de.jstacs.data.alphabets used by de.jstacs.data.alphabets
ComplementableDiscreteAlphabet
          This abstract class indicates that an alphabet can be used for to compute the complement.
ContinuousAlphabet.ContinuousAlphabetParameterSet
          Class for the ParameterSet of a ContinuousAlphabet.
DiscreteAlphabet
          Class for an alphabet that consists of arbitrary Strings.
DiscreteAlphabet.DiscreteAlphabetParameterSet
          Class for the ParameterSet of a DiscreteAlphabet.
DNAAlphabet.DNAAlphabetParameterSet
          The parameter set for an DNA alphabet.
DoubleSymbolException
          A DoubleSymbolException is thrown if a symbol occured more than once in the Alphabet.