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

Class BaseGraph

src/main/java/org/apache/commons/graph/model/BaseGraph.java:46–241  ·  view source on GitHub ↗

Basic abstract in-memory based of a simple read-only Graph implementation. Subclasses may load adjacency list/edges set in the constructor, or expose org.apache.commons.graph.MutableGraph APIs. This class is NOT thread safe! @param The Graph vertices type @param The Graph e

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected