muMLE/examples/schedule/models
2025-04-24 12:23:07 +02:00
..
README.md Scheduler first commit 2025-04-24 12:23:07 +02:00
scheduling_MM.od Scheduler first commit 2025-04-24 12:23:07 +02:00

association Exec_con

Integer gate_from;
Integer gate_to;

association Data_con

class Start [1..1]

class End [1..*]

class Match

optional Integer n;

class Rewrite

class Data_modify

String modify_dict;

class Loop

optional Boolean choise;

debugging tools

class Print(In_Exec, Out_Exec, In_Data)

optional Boolean event;