Uses of Interface
uk.ed.inf.graph.compound.ICompoundEdgeFactory

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

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

Subinterfaces of ICompoundEdgeFactory 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.
 

Methods in uk.ed.inf.graph.compound that return ICompoundEdgeFactory
 ICompoundEdgeFactory<N,E> IModifiableCompoundGraph.edgeFactory()
          Gets an edge factory that works out the LCA of two nodes making up the edge and assigns it to the appropriate compound graph.
 

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

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

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

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