uk.ed.inf.graph.compound
Interface ICompoundEdge<N extends ICompoundNode<N,? extends ICompoundEdge<N,?>>,E extends ICompoundEdge<N,E>>
- All Superinterfaces:
- java.lang.Comparable<E>, IBasicEdge<N,E>, IDirectedEdge<N,E>
- All Known Implementing Classes:
- ArchetypalCompoundEdge, BaseCompoundEdge, CompoundEdge
public interface ICompoundEdge<N extends ICompoundNode<N,? extends ICompoundEdge<N,?>>,E extends ICompoundEdge<N,E>>
- extends IDirectedEdge<N,E>
Methods inherited from interface java.lang.Comparable |
compareTo |
getGraph
ICompoundGraph<N,E> getGraph()
- Description copied from interface:
IBasicEdge
- Get the owning graph of this edge.
- Specified by:
getGraph
in interface IBasicEdge<N extends ICompoundNode<N,? extends ICompoundEdge<N,?>>,E extends ICompoundEdge<N,E>>
- Returns:
- the owning graph.
getOwningChildGraph
IChildCompoundGraph<N,E> getOwningChildGraph()