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

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

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

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

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

Classes in uk.ed.inf.graph.compound.base that implement IDirectedSubgraph
 class BaseSubCompoundGraph
           
 

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

Classes in uk.ed.inf.graph.compound.impl that implement IDirectedSubgraph
 class SubCompoundGraph