12345678910111213141516171819 |
- SimpleAttribute String {}
- SimpleAttribute Boolean {}
- Class Formalism {
- name : String
- }
- Class Activity {
- name : String
- automatic : Boolean
- }
- Association Consumes (Formalism, Activity) {
- name : String
- }
- Association Produces (Activity, Formalism) {
- name : String
- }
|