MutableMapGraph

org.encalmo.data.MutableMapGraph
See theMutableMapGraph companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

inline def from[N](graph: Graph[N]): MutableMapGraph[N]

Create a mutable map graph from a given graph. If the graph is already a mutable map graph, return it directly. Otherwise, create a new mutable map graph from the given graph.

Create a mutable map graph from a given graph. If the graph is already a mutable map graph, return it directly. Otherwise, create a new mutable map graph from the given graph.

Attributes