This tutorial describes how to create an Alf project containing a simple Address Book model, along with a test Activity that can be executed using Cameo Simulation Toolkit. (This model is similar to, but even simpler than, the one in the Address Book sample model.)
It consists of the following steps:
- Creating the Address Book class diagram
- Creating Entry attributes
- Creating an Entry constructor
- Creating AddressBook operations
- Testing the AddressBook