Uses of Class
nl.uu.cs.treewidth.graph.Edge

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
<T> java.util.ArrayList<Edge<T>>
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