AutomatonStyle

open
class AutomatonStyle[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, var finalNodeShape: (S, Graphable[S, T, _ <: (GraphStyle)]) => String, edgeLabel: (T, S, S, Graphable[S, T, _ <: (GraphStyle)]) => String, var eEdgeLabel: (S, S, Graphable[S, T, _ <: (GraphStyle)]) => String) extends GraphStyle[S, T]
Companion
object
class GraphStyle[S, T]
class Object
trait Matchable
class Any

Value members

Constructors

def this(opts: AutomatonStyle[S, T])

Concrete methods

override
Definition Classes
GraphStyle -> Any

Concrete fields

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

Inherited fields

Inherited from
GraphStyle