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

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

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

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

Fields in nl.uu.cs.treewidth.graph with type parameters of type NeighborHashSetVertex
 java.util.HashSet<NeighborHashSetVertex<Data>> NeighborHashSetVertex.neighbors
          Deprecated. Adjacency list
 java.util.ArrayList<NeighborHashSetVertex<Data>> NeighborHashSetGraph.vertices
          Deprecated. List of the vertices of the graph.
 

Methods in nl.uu.cs.treewidth.graph that return NeighborHashSetVertex
 NeighborHashSetVertex<Data> NeighborHashSetEdge.other(NeighborHashSetVertex<Data> from)
          Deprecated. Useful for `getting to the other side' of an edge.
 

Methods in nl.uu.cs.treewidth.graph that return types with arguments of type NeighborHashSetVertex
 java.util.ArrayList<NeighborHashSetVertex<Data>> NeighborHashSetGraph.getSimplicialVertices()
          Deprecated.  
 

Methods in nl.uu.cs.treewidth.graph with parameters of type NeighborHashSetVertex
 void NeighborHashSetGraph.addEdge(NeighborHashSetVertex<Data> a, NeighborHashSetVertex<Data> b)
          Deprecated. Adds an edge between a and b in the graph.
 void NeighborHashSetGraph.addEdge(NeighborHashSetVertex<Data> a, NeighborHashSetVertex<Data> b)
          Deprecated. Adds an edge between a and b in the graph.
 void NeighborHashSetGraph.addVertex(NeighborHashSetVertex<Data> v)
          Deprecated. Adds a vertex to the graph.
 void NeighborHashSetGraph.contractEdge(NeighborHashSetVertex<Data> vertex1, NeighborHashSetVertex<Data> vertex2)
          Deprecated.  
 void NeighborHashSetGraph.contractEdge(NeighborHashSetVertex<Data> vertex1, NeighborHashSetVertex<Data> vertex2)
          Deprecated.  
 CopiedData NeighborHashSetGraph.Copier.convert(NeighborHashSetVertex<? extends CopiedData> old)
           
 NoData NoData.NHSForget.convert(NeighborHashSetVertex<? extends OldData> old)
           
 NewData NeighborHashSetGraph.Convertor.convert(NeighborHashSetVertex<? extends OldData> old)
           
 void NeighborHashSetGraph.deEliminateVertex(NeighborHashSetVertex<Data> v, java.util.ArrayList<NeighborHashSetEdge<Data>> addedEdges)
          Deprecated.  
<T> void
NeighborHashSetGraph.eliminateVertex(NeighborHashSetVertex<T> v)
          Deprecated. Eliminates a vertex from the copy of the graph by marrying the neighbors and removing the vertex.
<T> java.util.ArrayList<NeighborHashSetEdge<T>>
NeighborHashSetGraph.eliminateVertex2(NeighborHashSetVertex<T> v)
          Deprecated. Warning - Testingfunction for QuickBB3 : Work in progress
 NeighborHashSetVertex<Data> NeighborHashSetEdge.other(NeighborHashSetVertex<Data> from)
          Deprecated. Useful for `getting to the other side' of an edge.
 void NeighborHashSetGraph.removeVertex(NeighborHashSetVertex<Data> v)
          Deprecated.  
 

Constructors in nl.uu.cs.treewidth.graph with parameters of type NeighborHashSetVertex
NeighborHashSetEdge(NeighborHashSetVertex<Data> v1, NeighborHashSetVertex<Data> v2)
          Deprecated. An edge from v1 to v2.
NeighborHashSetEdge(NeighborHashSetVertex<Data> v1, NeighborHashSetVertex<Data> v2)
          Deprecated. An edge from v1 to v2.