nl.uu.cs.treewidth.graph
Class NeighborHashSetGraph.Copier<CopiedData>

java.lang.Object
  extended by nl.uu.cs.treewidth.graph.NeighborHashSetGraph.Copier<CopiedData>
Type Parameters:
CopiedData -
All Implemented Interfaces:
NeighborHashSetGraph.Convertor<CopiedData,CopiedData>
Enclosing class:
NeighborHashSetGraph<Data>

public static class NeighborHashSetGraph.Copier<CopiedData>
extends java.lang.Object
implements NeighborHashSetGraph.Convertor<CopiedData,CopiedData>

Does NOT make a deep copy of the vertices' data.

Author:
tw team

Constructor Summary
NeighborHashSetGraph.Copier()
           
 
Method Summary
 CopiedData convert(NeighborHashSetVertex<? extends CopiedData> old)
           
 CopiedData convertix(Vertex<? extends CopiedData> old)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NeighborHashSetGraph.Copier

public NeighborHashSetGraph.Copier()
Method Detail

convert

public CopiedData convert(NeighborHashSetVertex<? extends CopiedData> old)
Specified by:
convert in interface NeighborHashSetGraph.Convertor<CopiedData,CopiedData>

convertix

public CopiedData convertix(Vertex<? extends CopiedData> old)
Specified by:
convertix in interface NeighborHashSetGraph.Convertor<CopiedData,CopiedData>