A E G J M P S T V 
All Classes All Packages

A

affiche(int) - Method in class JGraphe
Cree une fenetre carree pour afficher le graphe
ajoutArete(int, int) - Method in class Graphe
Ajoute une arete de i a j

E

equals(Graphe) - Method in class Graphe
 
equals(MatriceCarre) - Method in class MatriceCarre
 

G

getArete(int, int) - Method in class Graphe
Renvoit vrai s'il y a une arete de i a j
getCoeff(int, int) - Method in class MatriceCarre
Methode permettant de recuperer le coefficient d'une matrice
getOrdre() - Method in class Graphe
Getter pour l'ordre
Graphe - Class in <Unnamed>
Classe definissant des graphes au sens mathematiques
Graphe(int, boolean) - Constructor for class Graphe
Construit un graphe vide

J

JGraphe - Class in <Unnamed>
Un objet JGraphe est un JComponent Swing permettant d'afficher dans une fenetre un graphe donne.
JGraphe(Graphe) - Constructor for class JGraphe
Constructeur

M

main(String[]) - Static method in class TestGraphe
 
MatriceCarre - Class in <Unnamed>
Une classe definissant une matrice carree
MatriceCarre(int) - Constructor for class MatriceCarre
Constructeur creant une matrice vide
MatriceCarre(MatriceCarre) - Constructor for class MatriceCarre
Constructeur copiant une matrice donnee dans une nouvelle matrice

P

paintComponent(Graphics) - Method in class JGraphe
Definit comment le graphe est affiche

S

setCoeff(int, int, int) - Method in class MatriceCarre
Methode permettant de definir le coefficient d'une matrice
sommeVoisins() - Method in class Graphe
Calcule la somme du nombre de voisins de tous les sommets

T

TestGraphe - Class in <Unnamed>
 
TestGraphe() - Constructor for class TestGraphe
 
toString() - Method in class Graphe
 
toString() - Method in class MatriceCarre
 

V

voisinage(int) - Method in class Graphe
Affiche la liste des voisins de i
A E G J M P S T V 
All Classes All Packages