Uses of Class
org.eucalyptus.analysesi.model.Note

Packages that use Note
org.eucalyptus.analysesi.model   
 

Uses of Note in org.eucalyptus.analysesi.model
 

Methods in org.eucalyptus.analysesi.model that return Note
 Note NoteLink.getNote()
          Retourne la note associĆ©e au lien.
 Note MCD.getNote(int index)
          Retourne une note.
 

Methods in org.eucalyptus.analysesi.model that return types with arguments of type Note
 java.lang.Iterable<Note> MCD.getNotes()
          Retourne la liste des notes.
 

Methods in org.eucalyptus.analysesi.model with parameters of type Note
 void MCD.addNote(Note note)
          Ajoute une note.
 void MCD.removeNote(Note note)
          Supprime une note.
 void NoteLink.setNote(Note note)
          Modifie la note associĆ©e au lien.
 

Constructors in org.eucalyptus.analysesi.model with parameters of type Note
NoteLink(Note note)
          Le constructeur de la classe NoteLink.
 



Copyright © 2009. All Rights Reserved.