Uses of Interface
nl.uu.cs.treewidth.graph.Graph.Convertor

Packages that use Graph.Convertor
nl.uu.cs.treewidth.graph   
 

Uses of Graph.Convertor in nl.uu.cs.treewidth.graph
 

Classes in nl.uu.cs.treewidth.graph that implement Graph.Convertor
static class Graph.Copier<CopiedData>
          Deprecated. Does NOT make a deep copy of the vertices' data.
static class NoData.Forget<OldData>
          Deprecated.  
static class VertexData.Convertor
          Deprecated.  
 

Methods in nl.uu.cs.treewidth.graph with parameters of type Graph.Convertor
static
<OldData,NewData>
Graph<NewData>
Graph.copy(Graph<? extends OldData> oldG, Graph.Convertor<OldData,NewData> dataConvertor)
          Deprecated.  
 

Constructors in nl.uu.cs.treewidth.graph with parameters of type Graph.Convertor
NeighborHashSetGraph(Graph<? extends OldData> g, Graph.Convertor<OldData,Data> dataConvertor)
          Deprecated.