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

A

affiche() - Method in class JGraphe
Crée une fenetre pour afficher le graphe
ajoutArete(int, int) - Method in class Graphe
Ajoute une arête de i à 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 arête de i à j
getCoeff(int, int) - Method in class MatriceCarre
Méthode permettant de récuperer le coefficient d'une matrice
getOrdre() - Method in class Graphe
Getter pour l'ordre
Graphe - Class in <Unnamed>
Classe définissant des graphes au sens mathématiques
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 fenêtre un graphe donné.
JGraphe(Graphe) - Constructor for class JGraphe
Constructeur

M

main(String[]) - Static method in class TestGraphe
 
MatriceCarre - Class in <Unnamed>
Une classe définissant une matrice carrée
MatriceCarre(int) - Constructor for class MatriceCarre
Constructeur créant une matrice vide
MatriceCarre(MatriceCarre) - Constructor for class MatriceCarre
Constructeur copiant une matrice donnée dans une nouvelle matrice

P

paintComponent(Graphics) - Method in class JGraphe
Définit comment le graphe est affiché

S

setCoeff(int, int, int) - Method in class MatriceCarre
Méthode permettant de définir 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