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

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

public interface DirectedEdgeNeighborhoodGraphProp
extends OutgoingEdgeNeighborhoodGraphProp, IncomingEdgeNeighborhoodGraphProp

Graph property for the neighbourhood in directed graphs.


Method Summary
 
Methods inherited from interface net.sourceforge.combean.interfaces.graph.prop.OutgoingEdgeNeighborhoodGraphProp
getOutgoingEdges
 
Methods inherited from interface net.sourceforge.combean.interfaces.graph.prop.IncomingEdgeNeighborhoodGraphProp
getIncomingEdges
 
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