@@ -860,7 +856,7 @@ public class TGUIAction extends AbstractAction {
actions[ADD_ROMNODE]=newTAction("add-add-romnode","Add a ROM",IconManager.imgic1108,IconManager.imgic1108,"ROM","Add a memory node to the currently opened AVATAR deployment diagram",0);
actions[ADD_DMANODE]=newTAction("add-add-dmanode","Add a DMA",IconManager.imgic1110,IconManager.imgic1110,"DMA","Add a DMA node to the currently opened AVATAR deployment diagram",0);
actions[ADD_ICUNODE]=newTAction("add-add-icunode","Add an ICU",IconManager.imgic1112,IconManager.imgic1112,"ICU","Add a ICU node to the currently opened AVATAR deployment diagram",0);
actions[ADD_COPROMWMRNODE]=newTAction("add-add-copromwmrnode","Add a MWMR Copro",IconManager.imgic1114,IconManager.imgic1114,"MWMR Copro","Add a DMA node to the currently opened AVATAR deployment diagram",0);
actions[ADD_COPROMWMRNODE]=newTAction("add-add-copromwmrnode","Add a MWMR Copro",IconManager.imgic1114,IconManager.imgic1114,"MWMR Copro","Add a MWMR Coprocessor node to the currently opened AVATAR deployment diagram",0);
actions[ADD_TIMERNODE]=newTAction("add-add-timernode","Add a Timer",IconManager.imgic1116,IconManager.imgic1116,"Timer","Add a timer node to the currently opened AVATAR deployment diagram",0);
...
...
@@ -1026,7 +1022,6 @@ public class TGUIAction extends AbstractAction {
actions[TMLARCHI_EVENT_ARTIFACT]=newTAction("add-tmlarchi-event-artifact","Map an event / request",IconManager.imgic702,IconManager.imgic702,"Map an event/request","Map an event or a request onto a node in the currently opened DIPLODOCUS architecture diagram",0);
actions[TMLARCHI_BRIDGENODE]=newTAction("add-tmlarchi-bridgenode","Add a Bridge node",IconManager.imgic1104,IconManager.imgic1104,"Bridge node","Add a bridge node to the currently opened DIPLODOCUS architecture diagram",0);
actions[TMLARCHI_HWANODE]=newTAction("add-tmlarchi-hwanode","Add a hardware accelerator node",IconManager.imgic1106,IconManager.imgic1106,"Hardware accelerator node","Add a hardware accelerator node to the currently opened DIPLODOCUS architecture diagram",0);
actions[TMLARCHI_CAMSNODE]=newTAction("add-tmlarchi-camsnode","Add a System C-AMS node",IconManager.imgic1106,IconManager.imgic1106,"System C-AMS node","Add a System C-AMS node to the currently open DIPLODOCUS architecture diagram",0);
actions[TMLARCHI_MEMORYNODE]=newTAction("add-tmlarchi-memorynode","Add a memory node",IconManager.imgic1108,IconManager.imgic1108,"Memory node","Add a memory node to the currently opened DIPLODOCUS architecture diagram",0);
actions[TMLARCHI_DMANODE]=newTAction("add-tmlarchi-dmanode","Add a DMA node",IconManager.imgic1110,IconManager.imgic1110,"DMA node","Add a DMA node to the currently opened DIPLODOCUS architecture diagram",0);
actions[TMLARCHI_KEY]=newTAction("add-tmlarchi-key","Map a key",IconManager.imgic1118,IconManager.imgic1118,"Map a key","Map a key onto a node in the currently opened DIPLODOCUS architecture diagram",0);
...
...
@@ -1051,11 +1046,6 @@ public class TGUIAction extends AbstractAction {
actions[TMLSD_CONTROLLER_INSTANCE]=newTAction("add-controller-instance-tmlsd","Controller instance",IconManager.imgic500,IconManager.imgic500,"Controller instance","Add a controller instance to the currently opened communication pattern sequence diagram",0);
actions[TMLSD_ACTION_STATE]=newTAction("add-action-tmlsd","Action state",IconManager.imgic512,IconManager.imgic512,"Action state","Add an action state to the currently opened communication pattern sequence diagram",0);
//System C-AMS
actions[CAMS_EDIT]=newTAction("add-action-C-AMS","Action state",IconManager.imgic100,IconManager.imgic101,"Action state","Add an action state to the currently opened SystemC-AMS diagram",0);
actions[CAMS_BLOCK]=newTAction("C-AMS-block","Add a block",IconManager.imgic5000,IconManager.imgic5000,"Block","Add a Block to the currently opened SystemC-AMS Diagram",0);
actions[CAMS_CONNECTOR]=newTAction("C-AMS-connector","Add a connection",IconManager.imgic202,IconManager.imgic202,"Connector","Connects two block of the currently opened SystemC-AMS Diagram",0);
//ProActive State Machine Diagram
actions[PROSMD_EDIT]=newTAction("edit-prosmd-diagram","Edit ProActive state machine diagram",IconManager.imgic100,IconManager.imgic101,"Edit ProActive state machine diagram","Make it possible to edit the currently opened ProActive state machine diagram",0);