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

Packages that use IDirectedGraph
uk.ed.inf.graph.compound   
uk.ed.inf.graph.compound.archetypal   
uk.ed.inf.graph.compound.base   
uk.ed.inf.graph.compound.impl   
uk.ed.inf.graph.directed   
 

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

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

Uses of IDirectedGraph in uk.ed.inf.graph.compound.archetypal
 

Classes in uk.ed.inf.graph.compound.archetypal that implement IDirectedGraph
 class ArchetypalChildCompoundGraph
           
 class ArchetypalCompoundGraph
           
 

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

Classes in uk.ed.inf.graph.compound.base that implement IDirectedGraph
 class BaseChildCompoundGraph
           
 class BaseCompoundGraph
           
 class BaseSubCompoundGraph
           
 

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

Classes in uk.ed.inf.graph.compound.impl that implement IDirectedGraph
 class ChildCompoundGraph
           
 class CompoundGraph
           
 class SubCompoundGraph
           
 

Uses of IDirectedGraph in uk.ed.inf.graph.directed
 

Subinterfaces of IDirectedGraph in uk.ed.inf.graph.directed
 interface IDirectedSubgraph<N extends IDirectedNode<N,? extends IDirectedEdge<N,?>>,E extends IDirectedEdge<N,E>>