|
||||||||||
| 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 | |
|---|---|
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. |
| Uses of Alphabet in de.jstacs.data.alphabets |
|---|
| Classes in de.jstacs.data.alphabets with type parameters of type Alphabet | |
|---|---|
static class |
Alphabet.AlphabetParameterSet<T extends Alphabet>
The super class for the InstanceParameterSet of any
Alphabet. |
| 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. |
class |
ProteinAlphabet
This class implements the discrete alphabet that is used for proteins (one letter code). |
| Methods in de.jstacs.data.alphabets that return types with arguments of type Alphabet | |
|---|---|
abstract InstanceParameterSet<? extends Alphabet> |
Alphabet.getCurrentParameterSet()
|
| Methods in de.jstacs.data.alphabets 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. |
int |
DiscreteAlphabet.compareTo(Alphabet b)
|
int |
ContinuousAlphabet.compareTo(Alphabet a)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||