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

Packages that use Vertex
nl.uu.cs.treewidth.graph   
 

Uses of Vertex in nl.uu.cs.treewidth.graph
 

Fields in nl.uu.cs.treewidth.graph declared as Vertex
 Vertex<Data> Edge.a
          Deprecated. An endpoint of the edge.
 Vertex<Data> Edge.b
          Deprecated. An endpoint of the edge.
 

Fields in nl.uu.cs.treewidth.graph with type parameters of type Vertex
 java.util.ArrayList<Vertex<? extends GraphInput.InputData>> VertexOrder.vertices
          Deprecated.  
 java.util.Set<Vertex<? extends ActualData>> TDBag.vertices
          Deprecated.  
 java.util.ArrayList<Vertex<Data>> Graph.vertices
          Deprecated. List of the vertices of the graph.
 

Methods in nl.uu.cs.treewidth.graph that return Vertex
 Vertex<? extends GraphInput.InputData> VertexData.getOriginal()
          Deprecated.  
 Vertex<Data> Edge.other(Vertex<Data> from)
          Deprecated. Useful for `getting to the other side' of an edge.
 

Methods in nl.uu.cs.treewidth.graph with parameters of type Vertex
 void Graph.addEdge(Vertex<Data> a, Vertex<Data> b)
          Deprecated. Adds an edge between a and b in the graph.
 void Graph.addEdge(Vertex<Data> a, Vertex<Data> b)
          Deprecated. Adds an edge between a and b in the graph.
 void Graph.addVertex(Vertex<Data> v)
          Deprecated. Adds a vertex to the graph.
 CopiedData Graph.Copier.convert(Vertex<? extends CopiedData> old)
           
 VertexData VertexData.Convertor.convert(Vertex<? extends GraphInput.InputData> old)
           
 NoData NoData.Forget.convert(Vertex<? extends OldData> old)
           
 NewData Graph.Convertor.convert(Vertex<? extends OldData> old)
           
 CopiedData NeighborHashSetGraph.Copier.convertix(Vertex<? extends CopiedData> old)
           
 NoData NoData.NHSForget.convertix(Vertex<? extends OldData> old)
           
 NewData NeighborHashSetGraph.Convertor.convertix(Vertex<? extends OldData> old)
           
 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
<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.
 void ElimFriendlyGraph.initVertex(Vertex<? extends GraphInput.InputData> v)
          Deprecated.  
 Vertex<Data> Edge.other(Vertex<Data> from)
          Deprecated. Useful for `getting to the other side' of an edge.
 void Graph.removeVertex(Vertex<Data> v)
          Deprecated.  
 

Constructors in nl.uu.cs.treewidth.graph with parameters of type Vertex
Edge(Vertex<Data> v1, Vertex<Data> v2)
          Deprecated. An edge from v1 to v2.
Edge(Vertex<Data> v1, Vertex<Data> v2)
          Deprecated. An edge from v1 to v2.
VertexData(Vertex<? extends GraphInput.InputData> original)
          Deprecated.