|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Edge | |
---|---|
nl.uu.cs.treewidth.graph |
Uses of Edge in nl.uu.cs.treewidth.graph |
---|
Fields in nl.uu.cs.treewidth.graph with type parameters of type Edge | |
---|---|
java.util.ArrayList<Edge<Data>> |
Vertex.edges
Deprecated. Adjacency list |
Methods in nl.uu.cs.treewidth.graph that return types with arguments of type Edge | ||
---|---|---|
|
Graph.eliminateVertex(Vertex<T> v)
Deprecated. Eliminates a vertex from the copy of the graph by marrying the neighbors and removing the vertex. |
|
java.util.ArrayList<Edge<Data>> |
Graph.getEdges()
Deprecated. Computes the edgelist of the graph. |
Methods in nl.uu.cs.treewidth.graph with parameters of type Edge | |
---|---|
void |
Graph.contractEdge(Edge<Data> e)
Deprecated. |
void |
Graph.removeEdge(Edge<Data> e)
Deprecated. Removes an edge from the edgelist of it's two vertices |
Method parameters in nl.uu.cs.treewidth.graph with type arguments of type Edge | |
---|---|
void |
Graph.deEliminateVertex(Vertex<Data> v,
java.util.ArrayList<Edge<Data>> addedEdges)
Deprecated. Function adds a vertex and removes edges; it reverses a vertex elimination |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |