SECTION: Features
Computer scientists in action: Alexandra Jimborean, computer architecture
By Alexandra Jimborean, October 2018
By Alexandra Jimborean, October 2018
This design pattern is an extension of the well-known state pattern [2], which allows an object to change its behavior depending on the internal state of the object. The behavior is defined by events, whose transformation to actions depends on the object state. This pattern introduces a way to manage state actions.
By Gunther Palfinger, September 2007