process_model.mvc 291 B

12345678910111213141516171819
  1. Start start {}
  2. Finish finish {}
  3. Exec an_activity {
  4. name = "graph_ops/new_example_model"
  5. }
  6. Data new_exm {
  7. name = "models/example/ex1"
  8. type = "formalisms/graphMM"
  9. }
  10. Next(start, an_activity) {}
  11. Next(an_activity, finish) {}
  12. Produces(an_activity, new_exm) {
  13. name = "output"
  14. }