Uses of Interface
uk.ed.inf.graph.directed.IDirectedPair

Packages that use IDirectedPair
uk.ed.inf.graph.compound.base   
uk.ed.inf.graph.compound.impl   
uk.ed.inf.graph.directed   
 

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

Classes in uk.ed.inf.graph.compound.base that implement IDirectedPair
 class BaseCompoundNodePair
           
 

Methods in uk.ed.inf.graph.compound.base that return IDirectedPair
 IDirectedPair<BaseCompoundNode,BaseCompoundEdge> BaseCompoundEdge.getConnectedNodes()
           
 

Methods in uk.ed.inf.graph.compound.base with parameters of type IDirectedPair
 boolean BaseSubCompoundGraph.containsDirectedEdge(IDirectedPair<? extends BaseCompoundNode,? extends BaseCompoundEdge> ends)
          Tests if the ends define one or more directed edges.
 boolean BaseCompoundGraph.containsDirectedEdge(IDirectedPair<? extends BaseCompoundNode,? extends BaseCompoundEdge> ends)
          Tests if the ends define one or more directed edges.
 boolean BaseChildCompoundGraph.containsDirectedEdge(IDirectedPair<? extends BaseCompoundNode,? extends BaseCompoundEdge> ends)
           
 boolean BaseCompoundEdge.hasDirectedEnds(IDirectedPair<? super BaseCompoundNode,? super BaseCompoundEdge> ends)
           
 

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

Classes in uk.ed.inf.graph.compound.impl that implement IDirectedPair
 class CompoundNodePair
           
 

Uses of IDirectedPair in uk.ed.inf.graph.directed
 

Methods in uk.ed.inf.graph.directed that return IDirectedPair
 IDirectedPair<N,E> IDirectedEdge.getConnectedNodes()
           
 IDirectedPair<N,E> IDirectedEdgeFactory.getCurrentNodePair()
          Gets the current node pair.
 IDirectedPair<N,E> IDirectedPair.reversedNodes()
          Create a new node pair, with the nodes reversed as if this edge was pointing in the other direction.
 

Methods in uk.ed.inf.graph.directed with parameters of type IDirectedPair
 boolean IDirectedGraph.containsDirectedEdge(IDirectedPair<? extends N,? extends E> ends)
          Test if there is one or more directed edge defined by the end pair ends.
 boolean IDirectedEdge.hasDirectedEnds(IDirectedPair<? super N,? super E> ends)
          Tests if this directed edge has these ends.