 |
Domain Model
Easy Wizard is tightly integrated with domain model. It either defines data which it uses right in the step classes, or references domain data from step classes. This integration allows to build transition rules based on the model state, and to eliminate the need for two state machines: for wizard itself and for domain model.
|