Uses of Class
uk.ed.inf.graph.compound.archetypal.ArchetypalCompoundEdge

Packages that use ArchetypalCompoundEdge
uk.ed.inf.graph.compound.archetypal   
uk.ed.inf.graph.compound.impl   
 

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

Methods in uk.ed.inf.graph.compound.archetypal with parameters of type ArchetypalCompoundEdge
 int ArchetypalCompoundEdge.compareTo(ArchetypalCompoundEdge o)
           
 

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

Subclasses of ArchetypalCompoundEdge in uk.ed.inf.graph.compound.impl
 class CompoundEdge
           
 

Methods in uk.ed.inf.graph.compound.impl that return ArchetypalCompoundEdge
protected  ArchetypalCompoundEdge CompoundEdgeFactory.newEdge(BaseChildCompoundGraph owningGraph, int nodeIndex, BaseCompoundNode outNode, BaseCompoundNode inNode)
           
protected  ArchetypalCompoundEdge ChildCompoundEdgeFactory.newEdge(BaseChildCompoundGraph owningChildGraph, int edgeIndex, BaseCompoundNode outNode, BaseCompoundNode inNode)