Uses of Interface
uk.ed.inf.graph.basic.IBasicEdgeFactory

Packages that use IBasicEdgeFactory
uk.ed.inf.graph.basic   
uk.ed.inf.graph.colour   
uk.ed.inf.graph.compound   
uk.ed.inf.graph.compound.base   
uk.ed.inf.graph.compound.impl   
uk.ed.inf.graph.directed   
uk.ed.inf.graph.impl   
uk.ed.inf.graph.undirected   
 

Uses of IBasicEdgeFactory in uk.ed.inf.graph.basic
 

Methods in uk.ed.inf.graph.basic that return IBasicEdgeFactory
 IBasicEdgeFactory<N,E> IModifiableGraph.edgeFactory()
          Gets the edgeFactory for this class.
 

Uses of IBasicEdgeFactory in uk.ed.inf.graph.colour
 

Subinterfaces of IBasicEdgeFactory in uk.ed.inf.graph.colour
 interface IColouredEdgeFactory<N extends IBasicNode<N,? extends IBasicEdge<N,?>>,E extends IBasicEdge<N,E>>
           
 

Uses of IBasicEdgeFactory in uk.ed.inf.graph.compound
 

Subinterfaces of IBasicEdgeFactory in uk.ed.inf.graph.compound
 interface ICompoundChildEdgeFactory<N extends ICompoundNode<N,? extends ICompoundEdge<N,?>>,E extends ICompoundEdge<N,E>>
          Factory that creates an edge within a particular child graph.
 interface ICompoundEdgeFactory<N extends ICompoundNode<N,? extends ICompoundEdge<N,?>>,E extends ICompoundEdge<N,E>>
          Factory that creates an edge within a particular child graph.
 

Uses of IBasicEdgeFactory in uk.ed.inf.graph.compound.base
 

Classes in uk.ed.inf.graph.compound.base that implement IBasicEdgeFactory
 class BaseChildCompoundEdgeFactory
           
 class BaseCompoundEdgeFactory
           
 

Uses of IBasicEdgeFactory in uk.ed.inf.graph.compound.impl
 

Classes in uk.ed.inf.graph.compound.impl that implement IBasicEdgeFactory
 class ChildCompoundEdgeFactory
           
 class CompoundEdgeFactory
           
 

Uses of IBasicEdgeFactory in uk.ed.inf.graph.directed
 

Subinterfaces of IBasicEdgeFactory in uk.ed.inf.graph.directed
 interface IDirectedEdgeFactory<N extends IDirectedNode<N,? extends IDirectedEdge<N,?>>,E extends IDirectedEdge<N,E>>
           
 

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

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

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

Subinterfaces of IBasicEdgeFactory in uk.ed.inf.graph.undirected
 interface IUndirectedEdgeFactory<N extends IUndirectedNode<N,? extends IUndirectedEdge<N,?>>,E extends IUndirectedEdge<N,E>>