ModelTC
edomata.core.ModelTC
A type class that captures domain model
note that due to uniqueness requirements for this typeclass, it is sealed and the only way to create an instance is through implementing DomainModel.
so don't create several instances as it is a bad idea and may change your domain model behavior in different contexts!
Attributes
- Source
- Model.scala
- Graph
-
- Supertypes
Members list
In this article