|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Alphabet | |
|---|---|
| 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 in de.jstacs.data |
|---|
| Methods in de.jstacs.data that return Alphabet | |
|---|---|
Alphabet |
AlphabetContainer.getAlphabetAt(int pos)
Returns the underlying Alphabet of position pos. |
| Methods in de.jstacs.data with parameters of type Alphabet | |
|---|---|
boolean |
Alphabet.checkConsistency(Alphabet a)
Checks if this Alphabet is consistent consistent with another
Alphabet, i.e. both Alphabets use the same symbols. |
static AlphabetContainer |
AlphabetContainer.getSimplifiedAlphabetContainer(Alphabet[] abc,
int[] assignment)
This method creates a new AlphabetContainer that uses as less as
possible Alphabets to describe the container. |
static AlphabetContainer |
AlphabetContainer.insertAlphabet(AlphabetContainer aC,
Alphabet a,
boolean[] useNewAlphabet)
This method may be used to construct a new AlphabetContainer by
incorporating additional Alphabets into an existing
AlphabetContainer. |
| Constructor parameters in de.jstacs.data with type arguments of type Alphabet | |
|---|---|
Alphabet.AlphabetParameterSet(Class<? extends Alphabet> instanceClass)
Creates a new Alphabet.AlphabetParameterSet from the class that can be
instantiated using this Alphabet.AlphabetParameterSet. |
|
| Uses of Alphabet in de.jstacs.data.alphabets |
|---|
| Subclasses of Alphabet in de.jstacs.data.alphabets | |
|---|---|
class |
ComplementableDiscreteAlphabet
This abstract class indicates that an alphabet can be used to compute the complement. |
class |
ContinuousAlphabet
Class for a continuous alphabet. |
class |
DiscreteAlphabet
Class for an alphabet that consists of arbitrary Strings. |
class |
DNAAlphabet
This class implements the discrete alphabet that is used for DNA. |
class |
GenericComplementableDiscreteAlphabet
This class implements an generic complementable discrete alphabet. |
| Methods in de.jstacs.data.alphabets with parameters of type Alphabet | |
|---|---|
int |
DiscreteAlphabet.compareTo(Alphabet b)
|
int |
ContinuousAlphabet.compareTo(Alphabet a)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||