@@ -15,7 +15,7 @@ RAM_PN_R print {
action = $
include "primitives.alh"
include "modelling.alh"
- Void function action(model : Element, name : String):
+ Void function action(model : Element, name : String, mapping : Element):
output((cast_v2s(read_attribute(model, name, "name")) + " --> ") + cast_v2s(read_attribute(model, name, "tokens")))
return!
$