Uses of Class
de.jstacs.parameters.ExpandableParameterSet

Packages that use ExpandableParameterSet
de.jstacs.data Provides classes for the representation of data. 
de.jstacs.parameters This package provides classes for parameters that establish a general convention for the description of parameters as defined in the Parameter-interface. 
 

Uses of ExpandableParameterSet in de.jstacs.data
 

Subclasses of ExpandableParameterSet in de.jstacs.data
static class AlphabetContainerParameterSet.AlphabetArrayParameterSet
          Class for the parameters of an array of Alphabets of defined length.
static class AlphabetContainerParameterSet.SectionDefinedAlphabetParameterSet
          Class for the parameter set of an array of Alphabets where each Alphabet may be used for one or more sections of positions.
 

Uses of ExpandableParameterSet in de.jstacs.parameters
 

Subclasses of ExpandableParameterSet in de.jstacs.parameters
 class ArrayParameterSet
          Class for a ParameterSet that consists of a length-Parameter that defines the length of the array and an array of ParameterSetContainers of this length.
 

Methods in de.jstacs.parameters that return ExpandableParameterSet
 ExpandableParameterSet ExpandableParameterSet.clone()