Uses of Class
de.jstacs.data.alphabets.DiscreteAlphabet

Packages that use DiscreteAlphabet
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 
 

Uses of DiscreteAlphabet in de.jstacs.data.alphabets
 

Subclasses of DiscreteAlphabet in de.jstacs.data.alphabets
 class ComplementableDiscreteAlphabet
          This abstract class indicates that an alphabet can be used to compute the complement.
 class DNAAlphabet
          This class implements the discrete alphabet that is used for DNA.