CustomerDecision

model.managers.DecisionManager.CustomerDecision
sealed trait CustomerDecision

Sealed trait defining the possible decisions a customer can make.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class LeaveCasino
class Stay
class StopPlaying
class WaitForGame
Show all
In this article