|
@@ -1269,28 +1269,28 @@ Void function action(host_model : Element, name : String, mapping : Element):
|
|
|
}
|
|
|
}
|
|
|
RHS {
|
|
|
- Post_SOURCE_Place cp2t_p{
|
|
|
+ Post_SOURCE_Place rhs_cp2t_p{
|
|
|
label = "0"
|
|
|
}
|
|
|
- Post_SOURCE_Transition cp2t_t{
|
|
|
+ Post_SOURCE_Transition rhs_cp2t_t{
|
|
|
label = "1"
|
|
|
}
|
|
|
- Post_SOURCE_P2T cp2t_p2t (cp2t_p, cp2t_t){
|
|
|
+ Post_SOURCE_P2T rhs_cp2t_p2t (rhs_cp2t_p, rhs_cp2t_t){
|
|
|
label = "2"
|
|
|
}
|
|
|
- Post_TARGET_Place cp2t_p2 {
|
|
|
+ Post_TARGET_Place rhs_cp2t_p2 {
|
|
|
label = "3"
|
|
|
}
|
|
|
- Post_TARGET_Transition cp2t_t2 {
|
|
|
+ Post_TARGET_Transition rhs_cp2t_t2 {
|
|
|
label = "4"
|
|
|
}
|
|
|
- Post_PlaceLink (cp2t_p, cp2t_p2){
|
|
|
+ Post_PlaceLink (rhs_cp2t_p, rhs_cp2t_p2){
|
|
|
label = "5"
|
|
|
}
|
|
|
- Post_TransitionLink (cp2t_t, cp2t_t2){
|
|
|
+ Post_TransitionLink (rhs_cp2t_t, rhs_cp2t_t2){
|
|
|
label = "6"
|
|
|
}
|
|
|
- Post_TARGET_P2T cp2t_p2t2(cp2t_p2, cp2t_t2) {
|
|
|
+ Post_TARGET_P2T rhs_cp2t_p2t2(rhs_cp2t_p2, rhs_cp2t_t2) {
|
|
|
label = "7"
|
|
|
action = $
|
|
|
include "primitives.alh"
|
|
@@ -1310,7 +1310,7 @@ Void function action(host_model : Element, name : String, mapping : Element):
|
|
|
Pre_SOURCE_Transition ct2p_t{
|
|
|
label = "1"
|
|
|
}
|
|
|
- Pre_SOURCE_T2P (ct2p_p, ct2p_t){
|
|
|
+ Pre_SOURCE_T2P (ct2p_t, ct2p_p){
|
|
|
label = "2"
|
|
|
}
|
|
|
Pre_TARGET_Place ct2p_p2{
|
|
@@ -1327,28 +1327,28 @@ Void function action(host_model : Element, name : String, mapping : Element):
|
|
|
}
|
|
|
}
|
|
|
RHS {
|
|
|
- Post_SOURCE_Place ct2p_p{
|
|
|
+ Post_SOURCE_Place rhs_ct2p_p{
|
|
|
label = "0"
|
|
|
}
|
|
|
- Post_SOURCE_Transition ct2p_t{
|
|
|
+ Post_SOURCE_Transition rhs_ct2p_t{
|
|
|
label = "1"
|
|
|
}
|
|
|
- Post_SOURCE_T2P (ct2p_p, ct2p_t){
|
|
|
+ Post_SOURCE_T2P (rhs_ct2p_t, rhs_ct2p_p){
|
|
|
label = "2"
|
|
|
}
|
|
|
- Post_TARGET_Place ct2p_p2 {
|
|
|
+ Post_TARGET_Place rhs_ct2p_p2 {
|
|
|
label = "3"
|
|
|
}
|
|
|
- Post_TARGET_Transition ct2p_t2 {
|
|
|
+ Post_TARGET_Transition rhs_ct2p_t2 {
|
|
|
label = "4"
|
|
|
}
|
|
|
- Post_PlaceLink (ct2p_p, ct2p_p2){
|
|
|
+ Post_PlaceLink (rhs_ct2p_p, rhs_ct2p_p2){
|
|
|
label = "5"
|
|
|
}
|
|
|
- Post_TransitionLink (ct2p_t, ct2p_t2){
|
|
|
+ Post_TransitionLink (rhs_ct2p_t, rhs_ct2p_t2){
|
|
|
label = "6"
|
|
|
}
|
|
|
- Post_TARGET_T2P (ct2p_p2, ct2p_t2) {
|
|
|
+ Post_TARGET_T2P (rhs_ct2p_t2, rhs_ct2p_p2) {
|
|
|
label = "7"
|
|
|
action = $
|
|
|
include "primitives.alh"
|
|
@@ -1387,14 +1387,9 @@ Void function action(host_model : Element, name : String, mapping : Element):
|
|
|
"ramify", "PetriNets_SCHEDULE", "PetriNets_Design_to_Runtime",
|
|
|
] + get_model_constructor(schedule_model) + [
|
|
|
"transform", "pn", "pn_annotate",
|
|
|
- "split", "pn", "PetriNets_Runtime", "TARGET/",
|
|
|
+ "split", "pn", "PetriNets_Runtime", "TARGET_",
|
|
|
"load", "pn",
|
|
|
- "list",
|
|
|
"verify",
|
|
|
- "read", "t1",
|
|
|
- "read", "p1",
|
|
|
- "read", "p2",
|
|
|
- "read", "p3",
|
|
|
"exit",
|
|
|
],
|
|
|
None, "PO"))
|