Base abstraction of the graph.
Attributes
- Companion
- object
- Graph
-
- Supertypes
- Known subtypes
-
trait GenericGraph[N]class GenericReverseGraph[N]class GenericGraphImpl[N]class MapGraph[N]class IntMapGraphclass MutableMapGraph[N]class ReversedMutableMapGraph[N]Show all
Members list
Value members
Abstract methods
Concrete methods
Breath-first search of the whole graph
Breath-first search of the whole graph
Attributes
Breath-first search of the graph starting at given node
Breath-first search of the graph starting at given node
Attributes
Depth-first search of the whole graph
Depth-first search of the whole graph
Attributes
Depth-first search of the whole graph in the given node's order
Depth-first search of the whole graph in the given node's order
Attributes
Depth-first search (recursive) of the graph starting at given node
Depth-first search (recursive) of the graph starting at given node
Attributes
Depth-first search (iterative) of the graph starting at given node
Depth-first search (iterative) of the graph starting at given node
Attributes
Merges two graphs without duplicating existing nodes
Merges two graphs without duplicating existing nodes
Attributes
Returns a new graph containing only all the transitive predecessors and successors of the given node.
Returns a new graph containing only all the transitive predecessors and successors of the given node.
Attributes
Returns a new graph containing only all the transitive predecessors and successors of the given nodes.
Returns a new graph containing only all the transitive predecessors and successors of the given nodes.
Attributes
Returns a new graph containing only all the transitive predecessors of the given node.
Returns a new graph containing only all the transitive predecessors of the given node.
Attributes
Returns a new graph containing only all the transitive predecessors of the given nodes.
Returns a new graph containing only all the transitive predecessors of the given nodes.
Attributes
Returns a new graph containing only all the transitive successors of the given node.
Returns a new graph containing only all the transitive successors of the given node.
Attributes
Returns a new graph containing only all the transitive successors of the given nodes.
Returns a new graph containing only all the transitive successors of the given nodes.