A C G H O T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addEdge(T, T) - Method in class Graph.Graph
-
Ajout d'une arête/arc
- addEdge(T, T) - Method in class Graph.OrientedGraph
-
Ajout d'un arc
- addEdge(T, T) - Method in class Graph.UnorientedGraph
-
Ajout d'une arête
- addVertex(T) - Method in class Graph.Graph
-
Ajout d'un sommet
- adjList - Variable in class Graph.Graph
C
- color() - Method in class Graph.UnorientedGraph
-
Algorithme glouton de coloration
G
- getColor(T) - Method in class Graph.UnorientedGraph
-
Getter de la couleur d'un sommet
- getInNeighbors(T) - Method in class Graph.OrientedGraph
-
Getter des voisins entrant d'un sommet
- getNeighbors(T) - Method in class Graph.UnorientedGraph
-
Getter des voisins d'un sommet
- getOutNeighbors(T) - Method in class Graph.OrientedGraph
-
Getter des voisins sortant d'un sommet
- Graph - package Graph
- Graph<T> - Class in Graph
- Graph() - Constructor for class Graph.Graph
-
Constructeur
H
- hasEdge(T, T) - Method in class Graph.Graph
-
Teste si uv est une arête/un arc
- hasVertex(T) - Method in class Graph.Graph
-
Teste si u est un sommet
O
- OrientedGraph<T> - Class in Graph
- OrientedGraph() - Constructor for class Graph.OrientedGraph
T
- toString() - Method in class Graph.Graph
-
Conversion pour l'affichage
U
- UnorientedGraph<T> - Class in Graph
- UnorientedGraph() - Constructor for class Graph.UnorientedGraph
V
A C G H O T U VAll Classes All Packages