net.sourceforge.combean.interfaces.graph.prop
Interface IncomingEdgeNeighborhoodGraphProp

Package class diagram package IncomingEdgeNeighborhoodGraphProp
All Superinterfaces:
Graph, NeighborhoodGraphProp
All Known Subinterfaces:
DirectedEdgeNeighborhoodGraphProp
All Known Implementing Classes:
DRAGraphAsConstructableNumberedGraph, DRAGraphAsGraph, DRAGraphWithAddVertexIAsGraph, DRAGraphWithEditIAsGraph, JGraphModelAsGraph, ResidualNetworkGraph, TransposedGraph

public interface IncomingEdgeNeighborhoodGraphProp
extends NeighborhoodGraphProp

The neighborhood of a directed graph where only incoming edges are visible


Method Summary
 EdgeIterator getIncomingEdges(Node v)
          Get all incoming edges of a given node
 
Methods inherited from interface net.sourceforge.combean.interfaces.graph.prop.NeighborhoodGraphProp
getFirstNode, getIncidentEdges, getOtherNode, getSecondNode
 
Methods inherited from interface net.sourceforge.combean.interfaces.graph.Graph
getEdgeClass, getNodeClass
 

Method Detail

getIncomingEdges

EdgeIterator getIncomingEdges(Node v)
Get all incoming edges of a given node

Parameters:
v -
Returns:
the incoming edges of v