MCPcopy Create free account
hub / github.com/apache/commons-graph / getEdge

Method getEdge

src/main/java/org/apache/commons/graph/Graph.java:91–91  ·  view source on GitHub ↗

Returns the edge with vertex source and target. NOTE : implementors have to take in consideration throwing a GraphException if an error occurs while performing that operation. @param source the source vertex @param target the target vertex @return the edge with vertex source and targ

( V source, V target )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

testGetEdgeMethod · 0.65
testGetNotExistsEdgeMethod · 0.65
getEdgeMethod · 0.65
withKFactorMethod · 0.65
connectMethod · 0.65
pathReconstructionMethod · 0.65

Implementers 4

SynchronizedGraphsrc/main/java/org/apache/commons/graph
RevertedGraphsrc/main/java/org/apache/commons/graph
InMemoryPathsrc/main/java/org/apache/commons/graph
ReverseDeleteGraphsrc/main/java/org/apache/commons/graph

Calls

no outgoing calls

Tested by 12

testGetEdgeMethod · 0.52
testGetNotExistsEdgeMethod · 0.52
pathReconstructionMethod · 0.52
applyingDijkstraMethod · 0.52
buildPathMethod · 0.52
withHeuristicMethod · 0.52
createSpanningTreeMethod · 0.52