|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DirectedGraph
Description of the Interface
Method Summary | |
---|---|
java.util.Set |
getInbound(Vertex v)
getInbound( Vertex ) Returns the set of edges which are inbound to the Vertex. |
java.util.Set |
getOutbound(Vertex v)
getOutbound( Vertex ) Returns the set of edges which lead away from the Vertex. |
Vertex |
getSource(Edge e)
getSource( Edge ) Returns the vertex which originates the edge. |
Vertex |
getTarget(Edge e)
getTarget( Edge ) Returns the vertex which terminates the edge. |
Methods inherited from interface org.apache.commons.graph.Graph |
---|
getEdges, getEdges, getVertices, getVertices |
Method Detail |
---|
java.util.Set getInbound(Vertex v)
java.util.Set getOutbound(Vertex v)
Vertex getSource(Edge e)
Vertex getTarget(Edge e)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |