Exemplo n.º 1
0
 /* Entry and Exit Codes */
 protected void entry_Ready() {
   p0.hello("this is AC1, instance " + getInstancePath());
 }
Exemplo n.º 2
0
 /* Action Codes */
 protected void action_TRANS_tr0_FROM_Ready_TO_Ready_BY_sayHellop0_tr0(InterfaceItemBase ifitem) {
   p0.hello("this is AC1, instance " + getInstancePath());
 }