| Interface | Description | |
|---|---|---|
| Model | The Model interface defines all models in the application, all models are Identifiable and Runnable. | |
| ModelObject | This interface define a model who register and manipulate ValueObject objects. |
| Class | Description | |
|---|---|---|
| ChangeModel | This class provides a simple representation of the IModelObject interface. | |
| CoreModel | This class provides a skeletal implementation of the IModel interface, to minimize the effort required to implement this interface. | |
| CoreModelObject | This class provides a skeletal implementation of the IModelObject interface, to minimize the effort required to implement this interface. | |
| PageByPageModel | The page navigator model. |