|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectPerformance
La classe performance affiche des testes de performance sur les fonctions (Trapese et Simpson)
Field Summary | |
(package private) double |
ecart
|
(package private) Simpson |
sim
|
(package private) Trapeze |
tra
|
Constructor Summary | |
Performance(Trapeze t,
Simpson s,
double e)
Le constructeur informe les attribut et calcule les temps en fonction de la precision. |
Method Summary | |
void |
display()
display() affiche le resultat |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
Trapeze tra
Simpson sim
double ecart
Constructor Detail |
public Performance(Trapeze t, Simpson s, double e)
Method Detail |
public void display()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |