| 123456789101112131415161718192021222324 |
- // TODO for each activity, we make the parent
- // TODO for each formalism, we make the type
- // TODO for each link, we make the consume/produce link
- // TODO ignore the control links and control elements
- include "primitives.alh"
- include "modelling.alh"
- include "object_operations.alh"
- Composite schedule {
- {Contains} Failure failure {}
- {Contains} Success success {}
- }
- // Initial (schedule, translate_activity) {}
- // OnSuccess (translate_activity, translate_formalism) {}
- // OnFailure (translate_activity, translate_formalism) {}
- translate_activity
- translate_formalism
- translate_consume
- translate_produce
|