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

Interface Graph

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

A Graph data structure consists of a finite (and possibly mutable) set of ordered pairs, called edges or arcs, of certain entities called vertex or node. As in mathematics, an edge (x,y) is said to point or go from x to y. @param The Graph vertices type @param The Gr

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 66

testAddVertexAndEdgeMethod · 0.65
containsEdgeMethod · 0.65
removeEdgeMethod · 0.65
containsEdgeMethod · 0.65
containsEdgeMethod · 0.65
testAddVertexAndEdgeMethod · 0.65
containsVertexMethod · 0.65
performMethod · 0.65
addEdgeMethod · 0.65
addVertexMethod · 0.65
removeVertexMethod · 0.65
containsVertexMethod · 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

no test coverage detected