Modeling object states and behaviors using a state action manager

  • Authors:
  • Gunther Palfinger

  • Affiliations:
  • -

  • Venue:
  • Crossroads
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

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.