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

Package class diagram package OutgoingEdgeNeighborhoodGraphProp
All Superinterfaces:
Graph, NeighborhoodGraphProp
All Known Subinterfaces:
DirectedEdgeNeighborhoodGraphProp
All Known Implementing Classes:
Clique, CompositeNumberGraph, DirectedCircle, DirectedPath, DRAGraphAsConstructableNumberedGraph, DRAGraphAsGraph, DRAGraphWithAddVertexIAsGraph, DRAGraphWithEditIAsGraph, IsolatedNodes, JGraphModelAsGraph, NumberGraph, Path, ResidualNetworkGraph, SimpleNumberGraph, TransposedGraph

public interface OutgoingEdgeNeighborhoodGraphProp
extends NeighborhoodGraphProp

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


Method Summary
 EdgeIterator getOutgoingEdges(Node v)
          Get all outgoing 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

getOutgoingEdges

EdgeIterator getOutgoingEdges(Node v)
Get all outgoing edges of a given node

Parameters:
v -
Returns:
the incoming edges of v