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

Packages that use ICompoundNode
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.util.impl   
 

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

Classes in uk.ed.inf.graph.compound with type parameters of type ICompoundNode
 interface IChildCompoundGraph<N extends ICompoundNode<N,? extends ICompoundEdge<N,?>>,E extends ICompoundEdge<N,E>>
           
 interface ICompoundChildEdgeFactory<N extends ICompoundNode<N,? extends ICompoundEdge<N,?>>,E extends ICompoundEdge<N,E>>
          Factory that creates an edge within a particular child graph.
 interface ICompoundEdge<N extends ICompoundNode<N,? extends ICompoundEdge<N,?>>,E extends ICompoundEdge<N,E>>
           
 interface ICompoundEdgeFactory<N extends ICompoundNode<N,? extends ICompoundEdge<N,?>>,E extends ICompoundEdge<N,E>>
          Factory that creates an edge within a particular child graph.
 interface ICompoundGraph<N extends ICompoundNode<N,? extends ICompoundEdge<N,?>>,E extends ICompoundEdge<N,E>>
           
 interface ICompoundGraphCopyBuilder<N extends ICompoundNode<N,? extends ICompoundEdge<N,?>>,E extends ICompoundEdge<N,E>>
           
 interface ICompoundGraphMoveBuilder<N extends ICompoundNode<N,? extends ICompoundEdge<N,?>>,E extends ICompoundEdge<N,E>>
           
 interface ICompoundNode<N extends ICompoundNode<N,? extends ICompoundEdge<N,?>> & ITreeNode<N>,E extends ICompoundEdge<N,E>>
           
 interface ICompoundNodeFactory<N extends ICompoundNode<N,? extends ICompoundEdge<N,?>>,E extends ICompoundEdge<N,E>>
           
 interface IModifiableChildCompoundGraph<N extends ICompoundNode<N,? extends ICompoundEdge<N,?>>,E extends ICompoundEdge<N,E>>
           
 interface IModifiableCompoundGraph<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>>
           
 interface ISubCompoundGraphBuilder<N extends ICompoundNode<N,? extends ICompoundEdge<N,?>>,E extends ICompoundEdge<N,E>>
           
 interface ISubCompoundGraphFactory<N extends ICompoundNode<N,? extends ICompoundEdge<N,?>>,E extends ICompoundEdge<N,E>>
           
 

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

Classes in uk.ed.inf.graph.compound.archetypal that implement ICompoundNode
 class ArchetypalCompoundNode
           
 

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

Classes in uk.ed.inf.graph.compound.base that implement ICompoundNode
 class BaseCompoundNode
           
 

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

Classes in uk.ed.inf.graph.compound.impl that implement ICompoundNode
 class CompoundNode
           
 

Uses of ICompoundNode in uk.ed.inf.graph.util.impl
 

Classes in uk.ed.inf.graph.util.impl with type parameters of type ICompoundNode
 class NodeTreeIterator<N extends ICompoundNode<N,? extends ICompoundEdge<N,?>>,E extends ICompoundEdge<N,E>>