td.mesClasses
Class GestionPromo

java.lang.Object
  extended by td.mesClasses.GestionPromo

public class GestionPromo
extends java.lang.Object


Constructor Summary
GestionPromo()
           
 
Method Summary
static void affiche(boolean[] t)
           
static void affiche(double[] t)
           
static void affiche(int[] t)
           
static void affiche(java.lang.String[] t)
           
static boolean[] estPlusGrandEgale(double[] notes, double note)
           
static double[] moyenne(double[] notes1, double[] notes2)
           
static java.lang.String[] nomsObtenusSemestre(java.lang.String[] noms, double[] ue1, double[] ue2)
           
static int[] numeros(boolean[] t)
           
static boolean[] semetreObtenu(double[] ue1, double[] ue2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GestionPromo

public GestionPromo()
Method Detail

affiche

public static void affiche(boolean[] t)

affiche

public static void affiche(double[] t)

affiche

public static void affiche(int[] t)

affiche

public static void affiche(java.lang.String[] t)

estPlusGrandEgale

public static boolean[] estPlusGrandEgale(double[] notes,
                                          double note)

moyenne

public static double[] moyenne(double[] notes1,
                               double[] notes2)

nomsObtenusSemestre

public static java.lang.String[] nomsObtenusSemestre(java.lang.String[] noms,
                                                     double[] ue1,
                                                     double[] ue2)

numeros

public static int[] numeros(boolean[] t)

semetreObtenu

public static boolean[] semetreObtenu(double[] ue1,
                                      double[] ue2)