GraphToDot

implicit class GraphToDot[T, L](val graph: Graph[T, L])
class Object
trait Matchable
class Any

Value members

Concrete methods

def dot(): String
def writeDot(writer: Writer): Unit

Concrete fields

val graph: Graph[T, L]