| 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 | Field and Description |
|---|---|
protected Vertex |
VertexToLocalDomain.vertex |
| Modifier and Type | Method and Description |
|---|---|
Vertex |
JunctionTreeCell.getCurrent() |
Vertex |
VertexToLocalDomain.getVertex() |
Vertex |
Edge.getVertexA()
Return the first vertex linked
|
Vertex |
Edge.getVertexB()
Return the first vertex linked
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<Vertex> |
Graph.getListVertices()
getter on the list of vertices of the current graph
|
| Modifier and Type | Method and Description |
|---|---|
void |
Graph.addVertex(Vertex vertexToAdd)
This method is used to add more simply one vertex to the graph
|
void |
JunctionTreeCell.setCurrent(Vertex current) |
void |
VertexToLocalDomain.setVertex(Vertex vertex) |
void |
Edge.setVertexA(Vertex VertexA)
change one of the linked vertex
|
void |
Edge.setVertexB(Vertex VertexB)
change one of the linked vertex
|
| Modifier and Type | Method and Description |
|---|---|
void |
Graph.setListVertices(java.util.ArrayList<Vertex> listVertices)
Set on the list of the connected vertices
|