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

Method getSize

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

Returns the size of a Graph (the number of Edges) NOTE : implementors have to take in consideration throwing a GraphException if an error occurs while performing that operation. @return the size of a Graph (the number of Edges)

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 12

testAddVertexAndEdgeMethod · 0.65
testDirectedMultiThMethod · 0.65
testEmptyGraphMethod · 0.65
getSizeMethod · 0.65
getSizeMethod · 0.65
testPerformBoruvkaMethod · 0.65
testPerformKruskalMethod · 0.65
testPerformPrimMethod · 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 10

testAddVertexAndEdgeMethod · 0.52
testDirectedMultiThMethod · 0.52
testEmptyGraphMethod · 0.52
testPerformBoruvkaMethod · 0.52
testPerformKruskalMethod · 0.52
testPerformPrimMethod · 0.52