Uses of Interface
uk.ed.inf.graph.directed.IDirectedEdgeFactory

Packages that use IDirectedEdgeFactory
uk.ed.inf.graph.compound   
uk.ed.inf.graph.compound.base   
uk.ed.inf.graph.compound.impl   
 

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

Subinterfaces of IDirectedEdgeFactory 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 IDirectedEdgeFactory in uk.ed.inf.graph.compound.base
 

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

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

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