|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DoubleSymbolException | |
|---|---|
| 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 DoubleSymbolException in de.jstacs.data |
|---|
| Constructors in de.jstacs.data that throw DoubleSymbolException | |
|---|---|
AlphabetContainer(AlphabetContainerParameterSet parameters)
Creates a new AlphabetContainer from an
AlphabetContainerParameterSet that contains all necessary
parameters. |
|
| Uses of DoubleSymbolException in de.jstacs.data.alphabets |
|---|
| Constructors in de.jstacs.data.alphabets that throw DoubleSymbolException | |
|---|---|
ComplementableDiscreteAlphabet(boolean caseInsensitive,
String... alphabet)
Creates a new ComplementableDiscreteAlphabet from a given array
of symbols. |
|
ComplementableDiscreteAlphabet(DiscreteAlphabet.DiscreteAlphabetParameterSet parameters)
The constructor for the InstantiableFromParameterSet
interface. |
|
DiscreteAlphabet(boolean caseInsensitive,
String... alphabet)
Creates a new DiscreteAlphabet from a given alphabet as a
String array. |
|
DiscreteAlphabet(DiscreteAlphabet.DiscreteAlphabetParameterSet parameters)
The constructor for the InstantiableFromParameterSet
interface. |
|
GenericComplementableDiscreteAlphabet(boolean caseInsensitive,
String[] alphabet,
int[] revComp)
The main constructor. |
|
GenericComplementableDiscreteAlphabet(GenericComplementableDiscreteAlphabet.GenericComplementableDiscreteAlphabetParameterSet parameters)
This constructor creates a GenericComplementableDiscreteAlphabet from a parameter set. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||