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

Method getOrder

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

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

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 13

testAddVertexAndEdgeMethod · 0.65
testDirectedMultiThMethod · 0.65
testEmptyGraphMethod · 0.65
getOrderMethod · 0.65
applyingFloydWarshallMethod · 0.65
applyingBelmannFordMethod · 0.65
getExpandedVertexListMethod · 0.65
getOrderMethod · 0.65
getOrderMethod · 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 6

testAddVertexAndEdgeMethod · 0.52
testDirectedMultiThMethod · 0.52
testEmptyGraphMethod · 0.52
applyingFloydWarshallMethod · 0.52
applyingBelmannFordMethod · 0.52