Uses of Class
modele.ObjectListe

Packages that use ObjectListe
alonefichiers Classes to convert and save informations about aloneinterfaces package use ; some changes have been performed to optimize use of this package. 
controller Classes to control and transmit informations for the Java Servlet Pages mechanism. 
modele Model for objet representation and computing P-DCFold Algorithms. 
testsorigin These tests according to original code of Stefan Engelen (2006)
Tests are using JUnit 3.8.1 
 

Uses of ObjectListe in alonefichiers
 

Subclasses of ObjectListe in alonefichiers
 class BooleanListe
          To provide a set of Boolean's.
 class IntegerListe
          To provide a set of Integer's.
 

Uses of ObjectListe in controller
 

Subclasses of ObjectListe in controller
 class ListeBean
          This class to transmit informations to the Java Servlet Page.
 

Uses of ObjectListe in modele
 

Subclasses of ObjectListe in modele
 class ConvertedAlignementListe
          Deprecated. [test with and without it : September 4, 2008]
 class NoeudArbreExecListe
          This class to provide easy-to-use NoeudArbreExec tables / Lists.
 class PalindromeListe
          This class to provide easy-to-use Palindrome tables / Lists.
 class PalindromeListeListe
          For some results of differents structures, this class is used on high level of algorithms.
 class SequenceListe
          This class to provide easy-to-use Sequence tables / Lists.
 

Methods in modele with parameters of type ObjectListe
 boolean ObjectListe.equals(ObjectListe toCompare)
          Deprecated. Please do NOT use this function !
 

Uses of ObjectListe in testsorigin
 

Subclasses of ObjectListe in testsorigin
 class Alignedalphad
          Here is 21 sequences of alphad RNA, original selection made by Stefan Engelen in 2006 and before for tests.
 class AlignedSequences
          This class to provide some records of sets of tests aligned sequences.
 class Alignedtmrna
          Here is a set of 87 sequences of tmRNA, original selection made by Stefan Engelen in 2006 and before for tests.
 class Alignedtrna
          Here is 9 sequences of tRNA, original selection made by Stefan Engelen in 2006 and before for tests.