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

Packages that use IBasicSubgraphFactory
uk.ed.inf.graph.basic   
uk.ed.inf.graph.compound   
uk.ed.inf.graph.compound.base   
uk.ed.inf.graph.compound.impl   
uk.ed.inf.graph.impl   
uk.ed.inf.graph.undirected   
 

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

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

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

Subinterfaces of IBasicSubgraphFactory in uk.ed.inf.graph.compound
 interface ISubCompoundGraphFactory<N extends ICompoundNode<N,? extends ICompoundEdge<N,?>>,E extends ICompoundEdge<N,E>>
           
 

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

Classes in uk.ed.inf.graph.compound.base that implement IBasicSubgraphFactory
 class BaseSubCompoundGraphFactory
           
 

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

Classes in uk.ed.inf.graph.compound.impl that implement IBasicSubgraphFactory
 class SubCompoundGraphFactory
           
 

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

Classes in uk.ed.inf.graph.impl that implement IBasicSubgraphFactory
 class SubgraphFactory
           
 

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

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