Uses of Interface
uk.ed.inf.graph.undirected.IUndirectedEdgeFactory

Packages that use IUndirectedEdgeFactory
uk.ed.inf.graph.impl   
uk.ed.inf.graph.undirected   
 

Uses of IUndirectedEdgeFactory in uk.ed.inf.graph.impl
 

Classes in uk.ed.inf.graph.impl that implement IUndirectedEdgeFactory
 class EdgeFactory
           
 

Uses of IUndirectedEdgeFactory in uk.ed.inf.graph.undirected
 

Methods in uk.ed.inf.graph.undirected that return IUndirectedEdgeFactory
 IUndirectedEdgeFactory<N,E> IUndirectedGraph.edgeFactory()