|
@@ -128,6 +128,7 @@ Element function expand_parallel_state(model : Element, parallel_state : String,
|
|
|
Void function delete_class(model : Element, data : Element, identifier : String):
|
|
|
// Stop a specific class instance, with attached statechart, from executing
|
|
|
dict_delete(data["classes"], identifier)
|
|
|
+ return!
|
|
|
|
|
|
String function start_class(model : Element, data : Element, class : String, parameters : Element):
|
|
|
// Start up the class and assign its initial state to it
|