Uses of Class
nl.uu.cs.treewidth.ngraph.NEdge

Packages that use NEdge
nl.uu.cs.treewidth.ngraph   
 

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

Methods in nl.uu.cs.treewidth.ngraph that return types with arguments of type NEdge
 java.lang.Iterable<NEdge<D>> NGraph.edges()
           
 java.util.ArrayList<NEdge<D>> NGraph.eliminate2(NVertex<D> v)
           
 

Methods in nl.uu.cs.treewidth.ngraph with parameters of type NEdge
 void NGraph.contractEdge(NEdge<D> e)
           
 

Method parameters in nl.uu.cs.treewidth.ngraph with type arguments of type NEdge
 void NGraph.deEliminate(NVertex<D> v, java.util.ArrayList<NEdge<D>> es)