| Package | Description |
|---|---|
| GDL | |
| Util_Graph |
| Modifier and Type | Method and Description |
|---|---|
static void |
GraphManipulation.createEdge(Vertex VertexA,
Vertex VertexB,
Variable labelVariable,
java.util.ArrayList<Edge> listEdge)
This method is used for creating the edge between the vertices for the
local domain graph and for the maximun weight spanning tree.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<Edge> |
Graph.getListEdges()
getter of the list of edges of the current graph
|
| Modifier and Type | Method and Description |
|---|---|
void |
Graph.addEdge(Edge edgeToAdd)
This method is used to add more simply one edge to the graph
|
| Modifier and Type | Method and Description |
|---|---|
void |
Graph.setListEdges(java.util.ArrayList<Edge> listEdges)
setter of the list of edge of the graph
|