com.github.agourlay.cornichon.steps.check.checkModel.Model
case class Model[
A,
B,
C,
D,
E,
F](
description:
String,
entryPoint:
PropertyN[
A,
B,
C,
D,
E,
F],
transitions:
Map[
PropertyN[
A,
B,
C,
D,
E,
F],
List[(
Int,
PropertyN[
A,
B,
C,
D,
E,
F])]])
Attributes
-
Graph
-
-
Supertypes
-
trait Serializable
class Object
trait Matchable
class Any
Show all