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

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

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

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

Methods in uk.ed.inf.graph.compound that return ICompoundGraph
 ICompoundGraph<N,E> ISubCompoundGraphFactory.getGraph()
           
 ICompoundGraph<N,E> ISubCompoundGraphBuilder.getGraph()
           
 ICompoundGraph<N,E> ICompoundNodeFactory.getGraph()
           
 ICompoundGraph<N,E> ICompoundEdgeFactory.getGraph()
          Get the compound graph that owns this factory.
 ICompoundGraph<N,E> ICompoundEdge.getGraph()
           
 ICompoundGraph<N,E> ISubCompoundGraph.getSuperGraph()
           
 ICompoundGraph<N,E> IChildCompoundGraph.getSuperGraph()
          Gets the compound graph that owns this child graph.
 

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

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

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

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

Methods in uk.ed.inf.graph.compound.base that return ICompoundGraph
 ICompoundGraph<BaseCompoundNode,BaseCompoundEdge> BaseCompoundGraphStateHandler.getGraph()
           
 

Constructors in uk.ed.inf.graph.compound.base with parameters of type ICompoundGraph
BaseCompoundGraphStateHandler(ICompoundGraph<BaseCompoundNode,BaseCompoundEdge> graph)
           
 

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

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