|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eucalyptus.analysesi.model.Dictionary
public class Dictionary
Le dictionnaire des informations.
Constructor Summary | |
---|---|
Dictionary()
Le constructeur de la classe Dictionary . |
Method Summary | |
---|---|
void |
add(Attribute attribute)
Ajoute un attribut au dictionnaire. |
void |
clear()
Supprime tous les attributs du dictionnaires. |
void |
down(int index)
Echange l'attribut positionné à un index avec l'attribut suivant. |
Attribute |
get(int index)
Retourne un attribut du dictionnaire selon son index. |
void |
remove(Attribute attribute)
Supprime un attribut au dictionnaire. |
int |
size()
Retourne le nombre d'attribut présent dans le dictionnaire. |
void |
up(int index)
Echange l'attribut positionné à un index avec l'attribut précédant. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Dictionary()
Dictionary
.
Method Detail |
---|
public void add(Attribute attribute)
attribute
- l'attribut à ajouter au dictionnairepublic void remove(Attribute attribute)
attribute
- l'attribut à supprimer du dictionnairepublic void clear()
public Attribute get(int index)
index
- l'index de l'attribut à retourner
public int size()
public void up(int index)
index
- l'index de l'attribut à échangerpublic void down(int index)
index
- l'index de l'attribut à échanger
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |