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

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

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

Methods in uk.ed.inf.graph.compound that return ISubCompoundGraphFactory
 ISubCompoundGraphFactory<N,E> IModifiableCompoundGraph.subgraphFactory()
          Gets a subgraph factory used to create a subgraph of this graph.
 

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

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

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

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