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

Method containsEdge

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

Returns true if the edge is contained into the graph NOTE : implementors have to take in consideration throwing a GraphException if an error occurs while performing that operation. @param e the edge to be checked @return Returns true if the edge is contained into the graph, false oth

( E e )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

testAddVertexAndEdgeMethod · 0.65
containsEdgeMethod · 0.65
removeEdgeMethod · 0.65
containsEdgeMethod · 0.65
containsEdgeMethod · 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 1

testAddVertexAndEdgeMethod · 0.52