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

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

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

Methods in uk.ed.inf.graph.compound that return ICompoundNodeFactory
 ICompoundNodeFactory<N,E> IModifiableCompoundGraph.nodeFactory()
          Gets the node factory to add new nodes to the root child graph of this compound graph.
 ICompoundNodeFactory<N,E> IModifiableChildCompoundGraph.nodeFactory()
           
 

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

Classes in uk.ed.inf.graph.compound.base that implement ICompoundNodeFactory
 class BaseCompoundNodeFactory
           
 

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

Classes in uk.ed.inf.graph.compound.impl that implement ICompoundNodeFactory
 class CompoundNodeFactory