|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--bibliDP.fenetreDeSaisie.Matiere
classe implément une matière et les notes obtenues à cette matière
Constructor Summary | |
Matiere(java.lang.String nom)
crée une matière de nom 'nom' |
Method Summary | |
java.lang.String |
getNom()
renvoie le nom de cette matière |
java.util.Vector |
getVecNotes()
renvoie le vecteur des notes obtenues à cette matière |
double |
moyenne()
renoie l moyenne des notes obtenues à cette matière |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Matiere(java.lang.String nom)
Method Detail |
public double moyenne()
public java.lang.String getNom()
public java.util.Vector getVecNotes()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |