Transition
com.phasmidsoftware.gambit.game.Transition
trait Transition[P, S] extends S => (P, S)
A function that transitions from a state S to a prototype state.
Type parameters
- P
-
a proto-state, from which a state S can be constructed.
- S
-
the type of the input.
Attributes
- Graph
-
- Supertypes
-
trait S => (P, S)class Objecttrait Matchableclass Any
- Known subtypes
-
Members list
In this article