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

Packages that use Alphabet.AlphabetParameterSet
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 
 

Uses of Alphabet.AlphabetParameterSet in de.jstacs.data
 

Methods in de.jstacs.data that return Alphabet.AlphabetParameterSet
 Alphabet.AlphabetParameterSet Alphabet.AlphabetParameterSet.clone()
           
 

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.
 

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 GenericComplementableDiscreteAlphabet.getCurrentParameterSet()
           
 Alphabet.AlphabetParameterSet DNAAlphabet.getCurrentParameterSet()
           
 Alphabet.AlphabetParameterSet DiscreteAlphabet.getCurrentParameterSet()
           
abstract  Alphabet.AlphabetParameterSet ComplementableDiscreteAlphabet.getCurrentParameterSet()