IntMapGraph
org.encalmo.data.IntMapGraph
final class IntMapGraph(nodeMap: Map[Int, Traversable[Int]] = ...) extends MapGraph[Int]
Graph implemented as a map of nodes to adjacent nodes, where the nodes are integers.
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Whether the graph contains the node.
Whether the graph contains the node.
Attributes
- Definition Classes
Whether the node has any adjacent nodes.
Whether the node has any adjacent nodes.
Attributes
- Definition Classes
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