ProbabilisticAutomatonStyle

open
class ProbabilisticAutomatonStyle[S, T](id: String, format: String, srcSuffix: String, executable: String, keepDOT: Boolean, fontSize: Int, margin: Double, nodeShape: (S, Graphable[S, T, _ <: (GraphStyle)]) => String, nodeLabel: (S, Graphable[S, T, _ <: (GraphStyle)]) => String, finalNodeShape: (S, Graphable[S, T, _ <: (GraphStyle)]) => String, edgeLabel: (T, S, S, Graphable[S, T, _ <: (GraphStyle)]) => String) extends AutomatonStyle[S, T]
Companion
object
class GraphStyle[S, T]
class Object
trait Matchable
class Any

Value members

Inherited methods

override
Definition Classes
AutomatonStyle -> GraphStyle -> Any
Inherited from
AutomatonStyle

Inherited fields

var eEdgeLabel: (S, S, Graphable[S, T, _ <: (GraphStyle)]) => String
Inherited from
AutomatonStyle
Inherited from
GraphStyle