Model

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
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product