|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmodele.Algorithms
modele.AlgorithmsCT01
public class AlgorithmsCT01
This class to put procedures of compatibilityTreament made by Stefen Engelen and to test it. The procedures in french are the adaptation of (Stefan Engelen)'s implementation to the new model. The numbered and "origin" implementations are tests...
Algorithms.compatibilityTreatment(PalindromeListe)
,
AlgorithmsCT02
,
AlgorithmsCT03
Field Summary |
---|
Fields inherited from class modele.Algorithms |
---|
Ms |
Constructor Summary | |
---|---|
AlgorithmsCT01(Sequence cible,
SequenceListe alignement)
Deprecated. Do not instanciate this class. |
Method Summary | |
---|---|
static PalindromeListeListe |
compatibilityTreamentCT01(PalindromeListe L)
Deprecated. Polymorphism of procedure. |
static PalindromeListeListe |
compatibilityTreatment01(PalindromeListe L)
Deprecated. Other is used (changesDCFold to P-DCFold) |
static PalindromeListeListe |
compatibilityTreatment02(PalindromeListe L)
Deprecated. results of tests are not very good... |
static PalindromeListeListe |
compatibilityTreatment03(PalindromeListe L)
Deprecated. ... |
static PalindromeListeListe |
compatibilityTreatment04(PalindromeListe L)
Deprecated. July 2008 |
static PalindromeListeListe |
compatibilityTreatment05(PalindromeListe Lbis)
Deprecated. |
static void |
compatibilityTreatmentOrigin(PalindromeListe L,
int posi,
int posj,
PalindromeListeListe E)
Deprecated. July 2008 |
static void |
incompatibilitePlusieursChoix(PalindromeListeListe listeTabPal,
int posTab,
int i,
int j,
double incertitude,
boolean plusieursResultats,
int nbPredictionMax)
Deprecated. When more than one choice of palindromes are present. |
static PalindromeListe |
incompatibiliteUnChoix(PalindromeListe tabPalCibleTrier,
int i,
int j)
Deprecated. When one choice is present for prediction. |
static PalindromeListeListe |
traitementIncompatibilite(PalindromeListe tabPalCible,
boolean plusieursResultats,
double incertitude,
int nbPrediction,
int nbPredictionMax)
Deprecated. CompatibilityTreament... |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AlgorithmsCT01(Sequence cible, SequenceListe alignement)
cible
- (Sequence)alignement
- (SequenceListe)Method Detail |
---|
public static PalindromeListeListe compatibilityTreamentCT01(PalindromeListe L)
L
- (PalindromeListe)
public static PalindromeListeListe traitementIncompatibilite(PalindromeListe tabPalCible, boolean plusieursResultats, double incertitude, int nbPrediction, int nbPredictionMax)
tabPalCible
- (PalindromeListeListe)plusieursResultats
- (boolean)incertitude
- (double) resolutionnbPrediction
- (int)nbPredictionMax
- (int) Algorithms.MS
public static void incompatibilitePlusieursChoix(PalindromeListeListe listeTabPal, int posTab, int i, int j, double incertitude, boolean plusieursResultats, int nbPredictionMax)
listeTabPal
- (PalindromeListeListe)posTab
- (int) ?? Position in listi
- (int) Current position in listj
- (int) Current analytic position in listincertitude
- (double) ?? unprecision / resolutionplusieursResultats
- (boolean) Much results or not unused here ?nbPredictionMax
- (int) maximal number of strucutral predictionpublic static PalindromeListe incompatibiliteUnChoix(PalindromeListe tabPalCibleTrier, int i, int j)
tabPalCibleTrier
- (PalindromeListe)i
- (int) Current position in listj
- (int) Current analytic position in list
public static PalindromeListeListe compatibilityTreatment01(PalindromeListe L)
public static PalindromeListeListe compatibilityTreatment02(PalindromeListe L)
L
- PalindromeListe
public static PalindromeListeListe compatibilityTreatment03(PalindromeListe L)
L
- PalindromeListe
public static PalindromeListeListe compatibilityTreatment04(PalindromeListe L)
L
- PalindromeListe
public static void compatibilityTreatmentOrigin(PalindromeListe L, int posi, int posj, PalindromeListeListe E)
L
- PalindromeListeposi
- (int) initially to 1posj
- (int) initially to 0E
- (PalindromeListeListe) (results) is modified !!Algorithms.searchStructuralPalindrome(modele.NoeudArbreExec, modele.Sequence, int, modele.SequenceListe, int, int)
,
Algorithms.iteration
,
Algorithms.Ms
public static PalindromeListeListe compatibilityTreatment05(PalindromeListe Lbis)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |