|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmodele.ObjectListe
modele.ConvertedAlignementListe
public class ConvertedAlignementListe
This class to provide easy-to-use ConvertedAlignement tables / Lists.
Making a new conversion of
Matrice_ALN,
Case,
Profil,
origincomment.Alignement...
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 |
---|
private Alignement[] liste
Constructor Detail |
---|
public ConvertedAlignementListe()
public ConvertedAlignementListe(Alignement[] liste)
liste
- Method Detail |
---|
public int length()
ObjectListe
length
in class ObjectListe
public Alignement[] getListe()
public Alignement getConvertedAlignement(int i)
public void setListe(Alignement[] liste)
public void setConvertedAlignement(Alignement elt, int i)
public void addConvertedAlignement(Alignement elt)
elt
- ConvertedAlignement to add.public boolean has(Alignement elt)
elt
- ConvertedAlignement.
public void removeConvertedAlignement(Alignement elt)
elt
- ConvertedAlignement to removepublic void removeConvertedAlignement(int nbElt)
nbElt
- Position of the ConvertedAlignement.public boolean equals(ConvertedAlignementListe toCompare)
toCompare
- Other ConvertedAlignementListe.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |