Uses of Class
de.jstacs.data.alphabets.Alphabet.AlphabetParameterSet

Packages that use Alphabet.AlphabetParameterSet
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 Alphabet.AlphabetParameterSet in de.jstacs.data.alphabets
 

Subclasses of Alphabet.AlphabetParameterSet in de.jstacs.data.alphabets
static class ContinuousAlphabet.ContinuousAlphabetParameterSet
          Class for the ParameterSet of a ContinuousAlphabet.
static class DiscreteAlphabet.DiscreteAlphabetParameterSet
          Class for the ParameterSet of a DiscreteAlphabet.
static class DNAAlphabet.DNAAlphabetParameterSet
          The parameter set for a DNAAlphabet.
static class GenericComplementableDiscreteAlphabet.GenericComplementableDiscreteAlphabetParameterSet
          This class is used as container for the parameters of a GenericComplementableDiscreteAlphabet.
static class ProteinAlphabet.ProteinAlphabetParameterSet
          The parameter set for a ProteinAlphabet.
 

Fields in de.jstacs.data.alphabets declared as Alphabet.AlphabetParameterSet
protected  Alphabet.AlphabetParameterSet DiscreteAlphabet.parameters
          The parameter set describing this DiscreteAlphabet .
 

Methods in de.jstacs.data.alphabets that return Alphabet.AlphabetParameterSet
 Alphabet.AlphabetParameterSet Alphabet.AlphabetParameterSet.clone()
           
 Alphabet.AlphabetParameterSet GenericComplementableDiscreteAlphabet.getCurrentParameterSet()
           
 Alphabet.AlphabetParameterSet DiscreteAlphabet.getCurrentParameterSet()