Mermaid

org.encalmo.data.Mermaid
object Mermaid

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Mermaid.type

Members list

Type members

Classlikes

enum Direction(val symbol: String)

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def renderGraph[N](graph: Graph[N], direction: Direction = ...): String
def renderGraph[N](graph: Graph[N], classDef: String => String, nodeClass: N => String, edgeType: ((N, N)) => String, direction: Direction): String
def renderStateDiagramV2[N](graph: Graph[N], direction: Direction = ...): String
def renderStateDiagramV2[N](graph: Graph[N], starts: Iterable[N], ends: Iterable[N], classDefs: Map[String, String], nodeClass: N => String, direction: Direction): String