Uses of Class
uk.ed.inf.graph.compound.base.BaseChildCompoundGraph

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

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

Subclasses of BaseChildCompoundGraph in uk.ed.inf.graph.compound.archetypal
 class ArchetypalChildCompoundGraph
           
 

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

Methods in uk.ed.inf.graph.compound.base that return BaseChildCompoundGraph
abstract  BaseChildCompoundGraph BaseCompoundNode.getChildCompoundGraph()
           
 BaseChildCompoundGraph BaseGraphMoveBuilder.getDestinationChildGraph()
           
 BaseChildCompoundGraph BaseGraphCopyBuilder.getDestinationChildGraph()
           
 BaseChildCompoundGraph BaseCompoundEdgeFactory.getOwningChildGraph()
           
abstract  BaseChildCompoundGraph BaseCompoundEdge.getOwningChildGraph()
           
abstract  BaseChildCompoundGraph BaseChildCompoundEdgeFactory.getOwningChildGraph()
           
 

Methods in uk.ed.inf.graph.compound.base with parameters of type BaseChildCompoundGraph
protected abstract  BaseCompoundEdge BaseGraphCopyBuilder.createCopyOfEdge(BaseCompoundEdge srcEdge, BaseChildCompoundGraph edgeOwner, BaseCompoundNode outNode, BaseCompoundNode inNode)
          Create a new edge that us a copy of another, which may be in a different graph this this one.
protected abstract  BaseCompoundEdge BaseGraphMoveBuilder.createMoveOfEdge(BaseCompoundEdge srcEdge, BaseChildCompoundGraph edgeOwner, BaseCompoundNode outNode, BaseCompoundNode inNode)
          Create a new edge that us a copy of another, which may be in a different graph this this one.
protected abstract  BaseCompoundEdge BaseCompoundEdgeFactory.newEdge(BaseChildCompoundGraph owningGraph, int nodeIndex, BaseCompoundNode outNode, BaseCompoundNode inNode)
           
protected abstract  BaseCompoundEdge BaseChildCompoundEdgeFactory.newEdge(BaseChildCompoundGraph owningChildGraph, int edgeIndex, BaseCompoundNode outNode, BaseCompoundNode inNode)
           
 

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

Subclasses of BaseChildCompoundGraph in uk.ed.inf.graph.compound.impl
 class ChildCompoundGraph
           
 

Methods in uk.ed.inf.graph.compound.impl that return BaseChildCompoundGraph
 BaseChildCompoundGraph ChildCompoundEdgeFactory.getOwningChildGraph()
           
 

Methods in uk.ed.inf.graph.compound.impl with parameters of type BaseChildCompoundGraph
protected  BaseCompoundEdge CompoundGraphCopyBuilder.createCopyOfEdge(BaseCompoundEdge srcEdge, BaseChildCompoundGraph edgeOwner, BaseCompoundNode outNode, BaseCompoundNode inNode)
           
protected  BaseCompoundEdge CompoundGraphMoveBuilder.createMoveOfEdge(BaseCompoundEdge srcEdge, BaseChildCompoundGraph edgeOwner, BaseCompoundNode outNode, BaseCompoundNode inNode)
           
protected  ArchetypalCompoundEdge CompoundEdgeFactory.newEdge(BaseChildCompoundGraph owningGraph, int nodeIndex, BaseCompoundNode outNode, BaseCompoundNode inNode)
           
protected  ArchetypalCompoundEdge ChildCompoundEdgeFactory.newEdge(BaseChildCompoundGraph owningChildGraph, int edgeIndex, BaseCompoundNode outNode, BaseCompoundNode inNode)