|
@@ -22,6 +22,10 @@ RAM_PN_DR annotate {
|
|
|
Boolean function value(model : Element, name : String, mapping : Element):
|
|
|
return True!
|
|
|
$
|
|
|
+ value_name = $
|
|
|
+ Integer function value(model : Element, name : String, mapping : Element):
|
|
|
+ return read_attribute(model, mapping["0"], "name")!
|
|
|
+ $
|
|
|
}
|
|
|
Post_D2R_TransitionLink (ct1, ct2){
|
|
|
label = "2"
|