Uses of Class
uk.ed.inf.graph.compound.impl.ChildCompoundGraph

Packages that use ChildCompoundGraph
uk.ed.inf.graph.compound.impl   
 

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

Methods in uk.ed.inf.graph.compound.impl that return ChildCompoundGraph
 ChildCompoundGraph CompoundNode.getChildCompoundGraph()
           
 ChildCompoundGraph CompoundEdgeFactory.getOwningChildGraph()
           
 

Constructors in uk.ed.inf.graph.compound.impl with parameters of type ChildCompoundGraph
CompoundEdge(ChildCompoundGraph owningSubgraph, int index, CompoundNode outNode, CompoundNode inNode)