nl.uu.cs.treewidth.graph
Class NeighborHashSetVertex<Data>

java.lang.Object
  extended by nl.uu.cs.treewidth.graph.NeighborHashSetVertex<Data>
Type Parameters:
Data -

Deprecated.

@Deprecated
public class NeighborHashSetVertex<Data>
extends java.lang.Object

Deprecated! Use the NGraph instead.

A vertex in the standard Graph datastructure.

Author:
tw team
See Also:
Graph

Field Summary
 Data data
          Deprecated. User content for this vertex
 java.util.HashSet<NeighborHashSetVertex<Data>> neighbors
          Deprecated. Adjacency list
 
Constructor Summary
NeighborHashSetVertex()
          Deprecated. Default constructor for a vertex with no neighbors and unit value.
NeighborHashSetVertex(Data data)
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

public Data data
Deprecated. 
User content for this vertex


neighbors

public java.util.HashSet<NeighborHashSetVertex<Data>> neighbors
Deprecated. 
Adjacency list

Constructor Detail

NeighborHashSetVertex

public NeighborHashSetVertex()
Deprecated. 
Default constructor for a vertex with no neighbors and unit value.


NeighborHashSetVertex

public NeighborHashSetVertex(Data data)
Deprecated.