GenericReverseGraph
org.encalmo.data.GenericReverseGraph
final class GenericReverseGraph[N](origin: Graph[N]) extends GenericGraph[N]
Reverse graph of the given graph.
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
The edges in the graph.
Whether the node has any adjacent nodes.
The nodes in the graph.
Inherited methods
Whether the graph contains the node.
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
In this article