|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Singleton | |
|---|---|
| de.jstacs | This package is the root package for the most and important packages. |
| 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 Singleton in de.jstacs |
|---|
| Methods in de.jstacs that return Singleton | |
|---|---|
static Singleton |
Singleton.SingletonHandler.getSingelton(Class<? extends Singleton> singletonClass)
This method helps to retrieve the single instance of a Singleton singletonClass. |
| Method parameters in de.jstacs with type arguments of type Singleton | |
|---|---|
static Singleton |
Singleton.SingletonHandler.getSingelton(Class<? extends Singleton> singletonClass)
This method helps to retrieve the single instance of a Singleton singletonClass. |
| Uses of Singleton in de.jstacs.data.alphabets |
|---|
| Classes in de.jstacs.data.alphabets that implement Singleton | |
|---|---|
class |
DNAAlphabet
This class implements the discrete alphabet that is used for DNA. |
static class |
DNAAlphabet.DNAAlphabetParameterSet
The parameter set for a DNAAlphabet. |
class |
DNAAlphabetContainer
This class implements a singleton for an AlphabetContainer that can be used for DNA. |
static class |
DNAAlphabetContainer.DNAAlphabetContainerParameterSet
This class implements a singleton for the ParameterSet of a DNAAlphabetContainer. |
class |
ProteinAlphabet
This class implements the discrete alphabet that is used for proteins (one letter code). |
static class |
ProteinAlphabet.ProteinAlphabetParameterSet
The parameter set for a ProteinAlphabet. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||