GenericGraph
org.encalmo.data.GenericGraph
trait GenericGraph[N] extends Graph[N]
Simple graph defined by abstract nodes collection and adjacent nodes function.
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
class GenericReverseGraph[N]class GenericGraphImpl[N]class MapGraph[N]class IntMapGraphclass MutableMapGraph[N]class ReversedMutableMapGraph[N]
- Self type
-
GenericGraph[N]
Members list
Keywords
- no keywords
- override
Inherited
- Not inherited
- Graph
In this article