MapGraph
org.encalmo.data.MapGraph
class MapGraph[N](nodeMap: Map[N, Traversable[N]] = ...) extends GenericGraph[N]
Graph implemented as a map of nodes to adjacent nodes.
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
class IntMapGraph
Members list
Value members
Concrete methods
Whether the graph contains the node.
Whether the node has any adjacent nodes.
Inherited methods
The edges in the graph.
The number of edges in the graph.
The number of nodes in the graph.
Concrete fields
The adjacent nodes for each node.
The adjacent nodes for each node.
Attributes
The nodes in the graph.
The nodes in the graph.
Attributes
In this article