| # Copyright (c) 2005-2012 University of Augsburg, Germany <www.ds-lab.org> |
| # |
| # All rights reserved. This program and the accompanying materials |
| # are made available under the terms of the Eclipse Public License v1.0 |
| # which accompanies this distribution, and is available at |
| # http://www.eclipse.org/legal/epl-v10.html |
| # |
| ################################################################################ |
| |
| #Properties file for jwt-we-view-bpmn |
| |
| ################################################################################ |
| # |
| # Views Extension for BPMN Display Plugin |
| # |
| |
| # palette elements |
| palette_ActivityElementsGroups_name = BPMN Elements |
| palette_CreationEntry_description = Add a new {1} |
| |
| view_BPMN_name = BPMN |
| view_BPMN_icon = jwt-we-bpmn.png |
| |
| model_Action_type = Task |
| model_InitialNode_type = Start event |
| model_FinalNode_type = End event |
| model_ForkNode_type = AND gateway |
| model_DecisionNode_type = XOR gateway |
| model_ActivityEdge_type = Sequence Flow |
| |
| model_Action_icon = bpmn_task.png |
| model_InitialNode_icon = bpmn_start.png |
| model_FinalNode_icon = bpmn_end.png |
| model_DecisionNode_icon = bpmn_XOR.png |
| model_ForkNode_icon = bpmn_AND.png |
| model_ActivityEdge_icon = bpmn_sequence_flow.png |
| model_Event_icon = model_event.png |
| |