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

Packages that use IChildCompoundGraph
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 IChildCompoundGraph in uk.ed.inf.graph.compound
 

Methods in uk.ed.inf.graph.compound that return IChildCompoundGraph
 IChildCompoundGraph<N,E> ICompoundNode.getChildCompoundGraph()
          Get subgraph of this compound node.
 IChildCompoundGraph<N,E> ICompoundGraphMoveBuilder.getDestinationChildGraph()
           
 IChildCompoundGraph<N,E> ICompoundGraphCopyBuilder.getDestinationChildGraph()
           
 IChildCompoundGraph<N,E> ICompoundEdgeFactory.getOwningChildGraph()
          The child graph that will contain any edges created by this factory.
 IChildCompoundGraph<N,E> ICompoundEdge.getOwningChildGraph()
           
 IChildCompoundGraph<N,E> ICompoundChildEdgeFactory.getOwningChildGraph()
           
 

Methods in uk.ed.inf.graph.compound with parameters of type IChildCompoundGraph
 void ICompoundGraphMoveBuilder.setDestinatChildCompoundGraph(IChildCompoundGraph<? extends N,? extends E> childCompoundGraph)
          Sets the child compound graph that is to be moved to.
 void ICompoundGraphCopyBuilder.setDestinatChildCompoundGraph(IChildCompoundGraph<? extends N,? extends E> childCompoundGraph)
          Sets the child compound graph that is to be copied to.
 

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

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

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

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

Methods in uk.ed.inf.graph.compound.base with parameters of type IChildCompoundGraph
 void BaseGraphMoveBuilder.setDestinatChildCompoundGraph(IChildCompoundGraph<? extends BaseCompoundNode,? extends BaseCompoundEdge> childCompoundGraph)
           
 void BaseGraphCopyBuilder.setDestinatChildCompoundGraph(IChildCompoundGraph<? extends BaseCompoundNode,? extends BaseCompoundEdge> childCompoundGraph)
           
 

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

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