|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public java.util.Set getInbound(Vertex v)
public java.util.Set getOutbound(Vertex v)
public Vertex getSource(Edge e)
public Vertex getTarget(Edge e)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |