Patter-Title: State Action Mapper Author: Guenther Palfinger Email: gp@sdm.de Postal: sd&m GmbH Co. KG Thomas-Dehler-Straße 27 81737 Munich, Germany Phone: +49(0)89-63812-358 Subject: Design Pattern Keywords: Management of Event-based State-Actions Abstract: This Pattern is an extension of the well-known State pattern [Gam+95]. It allows an object to change its behaviour depending on the internal state of the object. The behaviour is defined by events, whose concrete transformation to actions depends on the object state. This pattern introduces a way for the management of state actions.