modele
Class ConvertedAlignementListe

java.lang.Object
  extended by modele.ObjectListe
      extended by modele.ConvertedAlignementListe

Deprecated. [test with and without it : September 4, 2008]

public class ConvertedAlignementListe
extends ObjectListe

This class to provide easy-to-use ConvertedAlignement tables / Lists.
Making a new conversion of Matrice_ALN, Case, Profil, origincomment.Alignement...

Since:
September 2, 2008
Author:
Gabriel Chandesris (2008)
See Also:
Alignement

Field Summary
private  Alignement[] liste
          Deprecated. The list of ConvertedAlignement
 
Constructor Summary
ConvertedAlignementListe()
          Deprecated. Default constructor with a list of 0 elements.
ConvertedAlignementListe(Alignement[] liste)
          Deprecated. Constructor with a pre-made table of ConvertedAlignement.
 
Method Summary
 void addConvertedAlignement(Alignement elt)
          Deprecated. To add a ConvertedAlignement at the end of the list.
 boolean equals(ConvertedAlignementListe toCompare)
          Deprecated. To know if two ConvertedAlignementListe are equals (local instance and an other).
 Alignement getConvertedAlignement(int i)
          Deprecated.  
 Alignement[] getListe()
          Deprecated.  
 boolean has(Alignement elt)
          Deprecated. To know if a ConvertedAlignement is in this list.
 int length()
          Deprecated. To get the length of the current list of Object's
 void removeConvertedAlignement(Alignement elt)
          Deprecated. To remove a specific ConvertedAlignement.
 void removeConvertedAlignement(int nbElt)
          Deprecated. To remove a ConvertedAlignement at a specific place in the list.
 void setConvertedAlignement(Alignement elt, int i)
          Deprecated.  
 void setListe(Alignement[] liste)
          Deprecated.  
 
Methods inherited from class modele.ObjectListe
addObjet, equals, getListeObjects, getObject, has, removeObject, removeObject, setListe, setObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

liste

private Alignement[] liste
Deprecated. 
The list of ConvertedAlignement

Constructor Detail

ConvertedAlignementListe

public ConvertedAlignementListe()
Deprecated. 
Default constructor with a list of 0 elements.


ConvertedAlignementListe

public ConvertedAlignementListe(Alignement[] liste)
Deprecated. 
Constructor with a pre-made table of ConvertedAlignement.

Parameters:
liste -
Method Detail

length

public int length()
Deprecated. 
Description copied from class: ObjectListe
To get the length of the current list of Object's

Specified by:
length in class ObjectListe
Returns:
int

getListe

public Alignement[] getListe()
Deprecated. 

getConvertedAlignement

public Alignement getConvertedAlignement(int i)
Deprecated. 

setListe

public void setListe(Alignement[] liste)
Deprecated. 

setConvertedAlignement

public void setConvertedAlignement(Alignement elt,
                                   int i)
Deprecated. 

addConvertedAlignement

public void addConvertedAlignement(Alignement elt)
Deprecated. 
To add a ConvertedAlignement at the end of the list.

Parameters:
elt - ConvertedAlignement to add.

has

public boolean has(Alignement elt)
Deprecated. 
To know if a ConvertedAlignement is in this list.

Parameters:
elt - ConvertedAlignement.
Returns:
boolean

removeConvertedAlignement

public void removeConvertedAlignement(Alignement elt)
Deprecated. 
To remove a specific ConvertedAlignement.

Parameters:
elt - ConvertedAlignement to remove

removeConvertedAlignement

public void removeConvertedAlignement(int nbElt)
Deprecated. 
To remove a ConvertedAlignement at a specific place in the list.

Parameters:
nbElt - Position of the ConvertedAlignement.

equals

public boolean equals(ConvertedAlignementListe toCompare)
Deprecated. 
To know if two ConvertedAlignementListe are equals (local instance and an other).

Parameters:
toCompare - Other ConvertedAlignementListe.
Returns:
boolean