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

Packages that use Graph
nl.uu.cs.treewidth.graph   
nl.uu.cs.treewidth.ngraph   
nl.uu.cs.treewidth.output   
 

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

Fields in nl.uu.cs.treewidth.graph declared as Graph
 Graph<Data> NeighborHashSetGraph.original
          Deprecated.  
 

Methods in nl.uu.cs.treewidth.graph that return Graph
static
<OldData,NewData>
Graph<NewData>
Graph.copy(Graph<? extends OldData> oldG, Graph.Convertor<OldData,NewData> dataConvertor)
          Deprecated.  
static
<CopiedData>
Graph<CopiedData>
Graph.shallowCopy(Graph<CopiedData> g)
          Deprecated.  
 

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

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

Uses of Graph in nl.uu.cs.treewidth.ngraph
 

Methods in nl.uu.cs.treewidth.ngraph with parameters of type Graph
static
<D> NGraph<D>
Utility.newify(Graph<D> g)
           
 

Uses of Graph in nl.uu.cs.treewidth.output
 

Methods in nl.uu.cs.treewidth.output with parameters of type Graph
static
<T> java.lang.String
DotWriter.format(Graph<T> g)
           
static java.lang.String DotWriter.formatTD(Graph<TDBag<GraphInput.InputData>> g)
           
static
<Data> void
Output.present(Graph<Data> g, java.lang.String title)