Uses of Class
modele.PalindromeCible

Packages that use PalindromeCible
modele Model for objet representation and computing P-DCFold Algorithms. 
 

Uses of PalindromeCible in modele
 

Methods in modele that return PalindromeCible
 PalindromeCible PalindromeCible.copie_clone()
          Deprecated. To get a clone of the current instance of PalindromeCible.
 

Methods in modele with parameters of type PalindromeCible
 int SequenceCible.calcul_Taille(PalindromeCible pal)
          Deprecated. COMPATIBLE PALINDROME SEARCH
"This method to compute internal sequence length at step i
static boolean PalindromeCible.est_Compatible(PalindromeCible pal1, PalindromeCible pal2)
          Deprecated. "Following methods sorted by use order in ADN1 Class". (5)
"To know if two palindromes are compatibles"
After reading the code, not sure that fully correct...
 void SequenceCible.mettre_etoile(PalindromeCible[] structure)
          Deprecated. PSEUDOKNOTS SEARCH
"This method to put stars (*) in found palindromes in aim to find pseudoknots"