| 1 | /* |
| 2 | * Copyright 2006 SDQ Research Group, University of Karlsruhe (TH) |
| 3 | */ |
| 4 | package de.uka.ipd.sdq.pcm.gmf.seff.part; |
| 5 | |
| 6 | import org.eclipse.osgi.util.NLS; |
| 7 | |
| 8 | /** |
| 9 | * @generated |
| 10 | */ |
| 11 | public class Messages extends NLS { |
| 12 | |
| 13 | /** |
| 14 | * @generated |
| 15 | */ |
| 16 | static { |
| 17 | NLS.initializeMessages("messages", Messages.class); //$NON-NLS-1$ |
| 18 | } |
| 19 | |
| 20 | /** |
| 21 | * @generated |
| 22 | */ |
| 23 | private Messages() { |
| 24 | } |
| 25 | |
| 26 | /** |
| 27 | * @generated |
| 28 | */ |
| 29 | public static String PalladioComponentModelCreationWizardTitle; |
| 30 | |
| 31 | /** |
| 32 | * @generated |
| 33 | */ |
| 34 | public static String PalladioComponentModelCreationWizard_DiagramModelFilePageTitle; |
| 35 | |
| 36 | /** |
| 37 | * @generated |
| 38 | */ |
| 39 | public static String PalladioComponentModelCreationWizard_DiagramModelFilePageDescription; |
| 40 | |
| 41 | /** |
| 42 | * @generated |
| 43 | */ |
| 44 | public static String PalladioComponentModelCreationWizard_DomainModelFilePageTitle; |
| 45 | |
| 46 | /** |
| 47 | * @generated |
| 48 | */ |
| 49 | public static String PalladioComponentModelCreationWizard_DomainModelFilePageDescription; |
| 50 | |
| 51 | /** |
| 52 | * @generated |
| 53 | */ |
| 54 | public static String PalladioComponentModelCreationWizardOpenEditorError; |
| 55 | |
| 56 | /** |
| 57 | * @generated |
| 58 | */ |
| 59 | public static String PalladioComponentModelCreationWizardCreationError; |
| 60 | |
| 61 | /** |
| 62 | * @generated |
| 63 | */ |
| 64 | public static String PalladioComponentModelCreationWizardPageExtensionError; |
| 65 | |
| 66 | /** |
| 67 | * @generated |
| 68 | */ |
| 69 | public static String PalladioComponentModelDiagramEditorUtil_OpenModelResourceErrorDialogTitle; |
| 70 | |
| 71 | /** |
| 72 | * @generated |
| 73 | */ |
| 74 | public static String PalladioComponentModelDiagramEditorUtil_OpenModelResourceErrorDialogMessage; |
| 75 | |
| 76 | /** |
| 77 | * @generated |
| 78 | */ |
| 79 | public static String PalladioComponentModelDiagramEditorUtil_CreateDiagramProgressTask; |
| 80 | |
| 81 | /** |
| 82 | * @generated |
| 83 | */ |
| 84 | public static String PalladioComponentModelDiagramEditorUtil_CreateDiagramCommandLabel; |
| 85 | |
| 86 | /** |
| 87 | * @generated |
| 88 | */ |
| 89 | public static String PalladioComponentModelDocumentProvider_isModifiable; |
| 90 | |
| 91 | /** |
| 92 | * @generated |
| 93 | */ |
| 94 | public static String PalladioComponentModelDocumentProvider_handleElementContentChanged; |
| 95 | |
| 96 | /** |
| 97 | * @generated |
| 98 | */ |
| 99 | public static String PalladioComponentModelDocumentProvider_IncorrectInputError; |
| 100 | |
| 101 | /** |
| 102 | * @generated |
| 103 | */ |
| 104 | public static String PalladioComponentModelDocumentProvider_NoDiagramInResourceError; |
| 105 | |
| 106 | /** |
| 107 | * @generated |
| 108 | */ |
| 109 | public static String PalladioComponentModelDocumentProvider_DiagramLoadingError; |
| 110 | |
| 111 | /** |
| 112 | * @generated |
| 113 | */ |
| 114 | public static String PalladioComponentModelDocumentProvider_UnsynchronizedFileSaveError; |
| 115 | |
| 116 | /** |
| 117 | * @generated |
| 118 | */ |
| 119 | public static String PalladioComponentModelDocumentProvider_SaveDiagramTask; |
| 120 | |
| 121 | /** |
| 122 | * @generated |
| 123 | */ |
| 124 | public static String PalladioComponentModelDocumentProvider_SaveNextResourceTask; |
| 125 | |
| 126 | /** |
| 127 | * @generated |
| 128 | */ |
| 129 | public static String PalladioComponentModelDocumentProvider_SaveAsOperation; |
| 130 | |
| 131 | /** |
| 132 | * @generated |
| 133 | */ |
| 134 | public static String InitDiagramFile_ResourceErrorDialogTitle; |
| 135 | |
| 136 | /** |
| 137 | * @generated |
| 138 | */ |
| 139 | public static String InitDiagramFile_ResourceErrorDialogMessage; |
| 140 | |
| 141 | /** |
| 142 | * @generated |
| 143 | */ |
| 144 | public static String InitDiagramFile_WizardTitle; |
| 145 | |
| 146 | /** |
| 147 | * @generated |
| 148 | */ |
| 149 | public static String InitDiagramFile_OpenModelFileDialogTitle; |
| 150 | |
| 151 | /** |
| 152 | * @generated |
| 153 | */ |
| 154 | public static String PalladioComponentModelNewDiagramFileWizard_CreationPageName; |
| 155 | |
| 156 | /** |
| 157 | * @generated |
| 158 | */ |
| 159 | public static String PalladioComponentModelNewDiagramFileWizard_CreationPageTitle; |
| 160 | |
| 161 | /** |
| 162 | * @generated |
| 163 | */ |
| 164 | public static String PalladioComponentModelNewDiagramFileWizard_CreationPageDescription; |
| 165 | |
| 166 | /** |
| 167 | * @generated |
| 168 | */ |
| 169 | public static String PalladioComponentModelNewDiagramFileWizard_RootSelectionPageName; |
| 170 | |
| 171 | /** |
| 172 | * @generated |
| 173 | */ |
| 174 | public static String PalladioComponentModelNewDiagramFileWizard_RootSelectionPageTitle; |
| 175 | |
| 176 | /** |
| 177 | * @generated |
| 178 | */ |
| 179 | public static String PalladioComponentModelNewDiagramFileWizard_RootSelectionPageDescription; |
| 180 | |
| 181 | /** |
| 182 | * @generated |
| 183 | */ |
| 184 | public static String PalladioComponentModelNewDiagramFileWizard_RootSelectionPageSelectionTitle; |
| 185 | |
| 186 | /** |
| 187 | * @generated |
| 188 | */ |
| 189 | public static String PalladioComponentModelNewDiagramFileWizard_RootSelectionPageNoSelectionMessage; |
| 190 | |
| 191 | /** |
| 192 | * @generated |
| 193 | */ |
| 194 | public static String PalladioComponentModelNewDiagramFileWizard_RootSelectionPageInvalidSelectionMessage; |
| 195 | |
| 196 | /** |
| 197 | * @generated |
| 198 | */ |
| 199 | public static String PalladioComponentModelNewDiagramFileWizard_InitDiagramCommand; |
| 200 | |
| 201 | /** |
| 202 | * @generated |
| 203 | */ |
| 204 | public static String PalladioComponentModelNewDiagramFileWizard_IncorrectRootError; |
| 205 | |
| 206 | /** |
| 207 | * @generated |
| 208 | */ |
| 209 | public static String SeffDiagramEditor_SavingDeletedFile; |
| 210 | |
| 211 | /** |
| 212 | * @generated |
| 213 | */ |
| 214 | public static String SeffDiagramEditor_SaveAsErrorTitle; |
| 215 | |
| 216 | /** |
| 217 | * @generated |
| 218 | */ |
| 219 | public static String SeffDiagramEditor_SaveAsErrorMessage; |
| 220 | |
| 221 | /** |
| 222 | * @generated |
| 223 | */ |
| 224 | public static String SeffDiagramEditor_SaveErrorTitle; |
| 225 | |
| 226 | /** |
| 227 | * @generated |
| 228 | */ |
| 229 | public static String SeffDiagramEditor_SaveErrorMessage; |
| 230 | |
| 231 | /** |
| 232 | * @generated |
| 233 | */ |
| 234 | public static String PalladioComponentModelElementChooserDialog_SelectModelElementTitle; |
| 235 | |
| 236 | /** |
| 237 | * @generated |
| 238 | */ |
| 239 | public static String ModelElementSelectionPageMessage; |
| 240 | |
| 241 | /** |
| 242 | * @generated |
| 243 | */ |
| 244 | public static String ValidateActionMessage; |
| 245 | |
| 246 | /** |
| 247 | * @generated |
| 248 | */ |
| 249 | public static String Actions1Group_title; |
| 250 | |
| 251 | /** |
| 252 | * @generated |
| 253 | */ |
| 254 | public static String Actions1Group_desc; |
| 255 | |
| 256 | /** |
| 257 | * @generated |
| 258 | */ |
| 259 | public static String ActionDetails2Group_title; |
| 260 | |
| 261 | /** |
| 262 | * @generated |
| 263 | */ |
| 264 | public static String Links3Group_title; |
| 265 | |
| 266 | /** |
| 267 | * @generated |
| 268 | */ |
| 269 | public static String StartAction1CreationTool_title; |
| 270 | |
| 271 | /** |
| 272 | * @generated |
| 273 | */ |
| 274 | public static String StartAction1CreationTool_desc; |
| 275 | |
| 276 | /** |
| 277 | * @generated |
| 278 | */ |
| 279 | public static String StopAction2CreationTool_title; |
| 280 | |
| 281 | /** |
| 282 | * @generated |
| 283 | */ |
| 284 | public static String StopAction2CreationTool_desc; |
| 285 | |
| 286 | /** |
| 287 | * @generated |
| 288 | */ |
| 289 | public static String InternalAction3CreationTool_title; |
| 290 | |
| 291 | /** |
| 292 | * @generated |
| 293 | */ |
| 294 | public static String InternalAction3CreationTool_desc; |
| 295 | |
| 296 | /** |
| 297 | * @generated |
| 298 | */ |
| 299 | public static String ExternalCallAction4CreationTool_title; |
| 300 | |
| 301 | /** |
| 302 | * @generated |
| 303 | */ |
| 304 | public static String ExternalCallAction4CreationTool_desc; |
| 305 | |
| 306 | /** |
| 307 | * @generated |
| 308 | */ |
| 309 | public static String EmitEventAction5CreationTool_title; |
| 310 | |
| 311 | /** |
| 312 | * @generated |
| 313 | */ |
| 314 | public static String EmitEventAction5CreationTool_desc; |
| 315 | |
| 316 | /** |
| 317 | * @generated |
| 318 | */ |
| 319 | public static String SetVariableAction6CreationTool_title; |
| 320 | |
| 321 | /** |
| 322 | * @generated |
| 323 | */ |
| 324 | public static String SetVariableAction6CreationTool_desc; |
| 325 | |
| 326 | /** |
| 327 | * @generated |
| 328 | */ |
| 329 | public static String AcquireAction7CreationTool_title; |
| 330 | |
| 331 | /** |
| 332 | * @generated |
| 333 | */ |
| 334 | public static String AcquireAction7CreationTool_desc; |
| 335 | |
| 336 | /** |
| 337 | * @generated |
| 338 | */ |
| 339 | public static String ReleaseAction8CreationTool_title; |
| 340 | |
| 341 | /** |
| 342 | * @generated |
| 343 | */ |
| 344 | public static String ReleaseAction8CreationTool_desc; |
| 345 | |
| 346 | /** |
| 347 | * @generated |
| 348 | */ |
| 349 | public static String LoopAction9CreationTool_title; |
| 350 | |
| 351 | /** |
| 352 | * @generated |
| 353 | */ |
| 354 | public static String LoopAction9CreationTool_desc; |
| 355 | |
| 356 | /** |
| 357 | * @generated |
| 358 | */ |
| 359 | public static String CollectionIteratorAction10CreationTool_title; |
| 360 | |
| 361 | /** |
| 362 | * @generated |
| 363 | */ |
| 364 | public static String CollectionIteratorAction10CreationTool_desc; |
| 365 | |
| 366 | /** |
| 367 | * @generated |
| 368 | */ |
| 369 | public static String BranchAction11CreationTool_title; |
| 370 | |
| 371 | /** |
| 372 | * @generated |
| 373 | */ |
| 374 | public static String BranchAction11CreationTool_desc; |
| 375 | |
| 376 | /** |
| 377 | * @generated |
| 378 | */ |
| 379 | public static String ForkAction12CreationTool_title; |
| 380 | |
| 381 | /** |
| 382 | * @generated |
| 383 | */ |
| 384 | public static String ForkAction12CreationTool_desc; |
| 385 | |
| 386 | /** |
| 387 | * @generated |
| 388 | */ |
| 389 | public static String RecoveryAction13CreationTool_title; |
| 390 | |
| 391 | /** |
| 392 | * @generated |
| 393 | */ |
| 394 | public static String RecoveryAction13CreationTool_desc; |
| 395 | |
| 396 | /** |
| 397 | * @generated |
| 398 | */ |
| 399 | public static String ResourceDemand1CreationTool_title; |
| 400 | |
| 401 | /** |
| 402 | * @generated |
| 403 | */ |
| 404 | public static String ResourceDemand1CreationTool_desc; |
| 405 | |
| 406 | /** |
| 407 | * @generated |
| 408 | */ |
| 409 | public static String VariableUsage2CreationTool_title; |
| 410 | |
| 411 | /** |
| 412 | * @generated |
| 413 | */ |
| 414 | public static String VariableUsage2CreationTool_desc; |
| 415 | |
| 416 | /** |
| 417 | * @generated |
| 418 | */ |
| 419 | public static String VariableCharacterisation3CreationTool_title; |
| 420 | |
| 421 | /** |
| 422 | * @generated |
| 423 | */ |
| 424 | public static String VariableCharacterisation3CreationTool_desc; |
| 425 | |
| 426 | /** |
| 427 | * @generated |
| 428 | */ |
| 429 | public static String FailureOccurrenceDescription4CreationTool_title; |
| 430 | |
| 431 | /** |
| 432 | * @generated |
| 433 | */ |
| 434 | public static String FailureOccurrenceDescription4CreationTool_desc; |
| 435 | |
| 436 | /** |
| 437 | * @generated |
| 438 | */ |
| 439 | public static String ResourceDemandingBehaviour5CreationTool_title; |
| 440 | |
| 441 | /** |
| 442 | * @generated |
| 443 | */ |
| 444 | public static String ResourceDemandingBehaviour5CreationTool_desc; |
| 445 | |
| 446 | /** |
| 447 | * @generated |
| 448 | */ |
| 449 | public static String SynchronisationPoint6CreationTool_title; |
| 450 | |
| 451 | /** |
| 452 | * @generated |
| 453 | */ |
| 454 | public static String SynchronisationPoint6CreationTool_desc; |
| 455 | |
| 456 | /** |
| 457 | * @generated |
| 458 | */ |
| 459 | public static String ProbabilisticBranchTransition7CreationTool_title; |
| 460 | |
| 461 | /** |
| 462 | * @generated |
| 463 | */ |
| 464 | public static String ProbabilisticBranchTransition7CreationTool_desc; |
| 465 | |
| 466 | /** |
| 467 | * @generated |
| 468 | */ |
| 469 | public static String GuardedBranchTransition8CreationTool_title; |
| 470 | |
| 471 | /** |
| 472 | * @generated |
| 473 | */ |
| 474 | public static String GuardedBranchTransition8CreationTool_desc; |
| 475 | |
| 476 | /** |
| 477 | * @generated |
| 478 | */ |
| 479 | public static String RecoveryActionBehaviour9CreationTool_title; |
| 480 | |
| 481 | /** |
| 482 | * @generated |
| 483 | */ |
| 484 | public static String RecoveryActionBehaviour9CreationTool_desc; |
| 485 | |
| 486 | /** |
| 487 | * @generated |
| 488 | */ |
| 489 | public static String InfrastructureCall10CreationTool_title; |
| 490 | |
| 491 | /** |
| 492 | * @generated |
| 493 | */ |
| 494 | public static String InfrastructureCall10CreationTool_desc; |
| 495 | |
| 496 | /** |
| 497 | * @generated |
| 498 | */ |
| 499 | public static String ControlFlow1CreationTool_title; |
| 500 | |
| 501 | /** |
| 502 | * @generated |
| 503 | */ |
| 504 | public static String ControlFlow1CreationTool_desc; |
| 505 | |
| 506 | /** |
| 507 | * @generated |
| 508 | */ |
| 509 | public static String RecoveryFlow2CreationTool_title; |
| 510 | |
| 511 | /** |
| 512 | * @generated |
| 513 | */ |
| 514 | public static String RecoveryFlow2CreationTool_desc; |
| 515 | |
| 516 | /** |
| 517 | * @generated |
| 518 | */ |
| 519 | public static String ExternalCallActionInputVariableUsageEditPart_title; |
| 520 | |
| 521 | /** |
| 522 | * @generated |
| 523 | */ |
| 524 | public static String ExternalCallActionOutputVariableUsageEditPart_title; |
| 525 | |
| 526 | /** |
| 527 | * @generated |
| 528 | */ |
| 529 | public static String VariableUsageVariableCharacterisationEditPart_title; |
| 530 | |
| 531 | /** |
| 532 | * @generated |
| 533 | */ |
| 534 | public static String VariableUsageVariableCharacterisation2EditPart_title; |
| 535 | |
| 536 | /** |
| 537 | * @generated |
| 538 | */ |
| 539 | public static String EmitEventActionInputVariableUsageEventEditPart_title; |
| 540 | |
| 541 | /** |
| 542 | * @generated |
| 543 | */ |
| 544 | public static String VariableUsageVariableCharacterisation4EditPart_title; |
| 545 | |
| 546 | /** |
| 547 | * @generated |
| 548 | */ |
| 549 | public static String ResourceDemandingBehaviourBehaviourCompartmentEditPart_title; |
| 550 | |
| 551 | /** |
| 552 | * @generated |
| 553 | */ |
| 554 | public static String InternalActionResourceDemandEditPart_title; |
| 555 | |
| 556 | /** |
| 557 | * @generated |
| 558 | */ |
| 559 | public static String InternalActionFailureOccurrenceDescriptionsEditPart_title; |
| 560 | |
| 561 | /** |
| 562 | * @generated |
| 563 | */ |
| 564 | public static String InternalActionInfrastructureCallsCompartmentEditPart_title; |
| 565 | |
| 566 | /** |
| 567 | * @generated |
| 568 | */ |
| 569 | public static String InfrastructureCallInfrastructureCallInputVariableUsagesEditPart_title; |
| 570 | |
| 571 | /** |
| 572 | * @generated |
| 573 | */ |
| 574 | public static String VariableUsageVariableCharacterisation5EditPart_title; |
| 575 | |
| 576 | /** |
| 577 | * @generated |
| 578 | */ |
| 579 | public static String BranchActionBranchTransitionCompartmentEditPart_title; |
| 580 | |
| 581 | /** |
| 582 | * @generated |
| 583 | */ |
| 584 | public static String ResourceDemandingBehaviourBehaviourCompartment2EditPart_title; |
| 585 | |
| 586 | /** |
| 587 | * @generated |
| 588 | */ |
| 589 | public static String ExternalCallActionInputVariableUsage2EditPart_title; |
| 590 | |
| 591 | /** |
| 592 | * @generated |
| 593 | */ |
| 594 | public static String ExternalCallActionOutputVariableUsage2EditPart_title; |
| 595 | |
| 596 | /** |
| 597 | * @generated |
| 598 | */ |
| 599 | public static String EmitEventActionInputVariableUsageEvent2EditPart_title; |
| 600 | |
| 601 | /** |
| 602 | * @generated |
| 603 | */ |
| 604 | public static String BranchActionBranchTransitionCompartment2EditPart_title; |
| 605 | |
| 606 | /** |
| 607 | * @generated |
| 608 | */ |
| 609 | public static String InternalActionResourceDemand2EditPart_title; |
| 610 | |
| 611 | /** |
| 612 | * @generated |
| 613 | */ |
| 614 | public static String InternalActionFailureOccurrenceDescriptions2EditPart_title; |
| 615 | |
| 616 | /** |
| 617 | * @generated |
| 618 | */ |
| 619 | public static String InternalActionInfrastructureCallsCompartment2EditPart_title; |
| 620 | |
| 621 | /** |
| 622 | * @generated |
| 623 | */ |
| 624 | public static String SetVariableActionVariableSetter2EditPart_title; |
| 625 | |
| 626 | /** |
| 627 | * @generated |
| 628 | */ |
| 629 | public static String ForkActionForkedBehaviours2EditPart_title; |
| 630 | |
| 631 | /** |
| 632 | * @generated |
| 633 | */ |
| 634 | public static String RecoveryActionRecoveryBlockCompartment2EditPart_title; |
| 635 | |
| 636 | /** |
| 637 | * @generated |
| 638 | */ |
| 639 | public static String SetVariableActionVariableSetterEditPart_title; |
| 640 | |
| 641 | /** |
| 642 | * @generated |
| 643 | */ |
| 644 | public static String VariableUsageVariableCharacterisation3EditPart_title; |
| 645 | |
| 646 | /** |
| 647 | * @generated |
| 648 | */ |
| 649 | public static String ResourceDemandingBehaviourBehaviourCompartment4EditPart_title; |
| 650 | |
| 651 | /** |
| 652 | * @generated |
| 653 | */ |
| 654 | public static String ForkActionForkedBehavioursEditPart_title; |
| 655 | |
| 656 | /** |
| 657 | * @generated |
| 658 | */ |
| 659 | public static String ForkedBehaviourBehaviourCompartmentEditPart_title; |
| 660 | |
| 661 | /** |
| 662 | * @generated |
| 663 | */ |
| 664 | public static String ResourceDemandingBehaviourBehaviourCompartment3EditPart_title; |
| 665 | |
| 666 | /** |
| 667 | * @generated |
| 668 | */ |
| 669 | public static String RecoveryActionRecoveryBlockCompartmentEditPart_title; |
| 670 | |
| 671 | /** |
| 672 | * @generated |
| 673 | */ |
| 674 | public static String RecoveryActionBehaviourAlternativeBehaviourCompartmentEditPart_title; |
| 675 | |
| 676 | /** |
| 677 | * @generated |
| 678 | */ |
| 679 | public static String SynchronisationPointSynchronisationPointEditPart_title; |
| 680 | |
| 681 | /** |
| 682 | * @generated |
| 683 | */ |
| 684 | public static String ForkedBehaviourSynchronisationPointForkedBehavioursEditPart_title; |
| 685 | |
| 686 | /** |
| 687 | * @generated |
| 688 | */ |
| 689 | public static String CommandName_OpenDiagram; |
| 690 | |
| 691 | /** |
| 692 | * @generated |
| 693 | */ |
| 694 | public static String NavigatorGroupName_ResourceDemandingSEFF_1000_links; |
| 695 | |
| 696 | /** |
| 697 | * @generated |
| 698 | */ |
| 699 | public static String NavigatorGroupName_StartAction_2001_outgoinglinks; |
| 700 | |
| 701 | /** |
| 702 | * @generated |
| 703 | */ |
| 704 | public static String NavigatorGroupName_StartAction_2001_incominglinks; |
| 705 | |
| 706 | /** |
| 707 | * @generated |
| 708 | */ |
| 709 | public static String NavigatorGroupName_StopAction_2002_outgoinglinks; |
| 710 | |
| 711 | /** |
| 712 | * @generated |
| 713 | */ |
| 714 | public static String NavigatorGroupName_StopAction_2002_incominglinks; |
| 715 | |
| 716 | /** |
| 717 | * @generated |
| 718 | */ |
| 719 | public static String NavigatorGroupName_ExternalCallAction_2003_outgoinglinks; |
| 720 | |
| 721 | /** |
| 722 | * @generated |
| 723 | */ |
| 724 | public static String NavigatorGroupName_EmitEventAction_2013_incominglinks; |
| 725 | |
| 726 | /** |
| 727 | * @generated |
| 728 | */ |
| 729 | public static String NavigatorGroupName_EmitEventAction_2013_outgoinglinks; |
| 730 | |
| 731 | /** |
| 732 | * @generated |
| 733 | */ |
| 734 | public static String NavigatorGroupName_ExternalCallAction_2003_incominglinks; |
| 735 | |
| 736 | /** |
| 737 | * @generated |
| 738 | */ |
| 739 | public static String NavigatorGroupName_LoopAction_2004_outgoinglinks; |
| 740 | |
| 741 | /** |
| 742 | * @generated |
| 743 | */ |
| 744 | public static String NavigatorGroupName_LoopAction_2004_incominglinks; |
| 745 | |
| 746 | /** |
| 747 | * @generated |
| 748 | */ |
| 749 | public static String NavigatorGroupName_BranchAction_2005_outgoinglinks; |
| 750 | |
| 751 | /** |
| 752 | * @generated |
| 753 | */ |
| 754 | public static String NavigatorGroupName_BranchAction_2005_incominglinks; |
| 755 | |
| 756 | /** |
| 757 | * @generated |
| 758 | */ |
| 759 | public static String NavigatorGroupName_InternalAction_2006_outgoinglinks; |
| 760 | |
| 761 | /** |
| 762 | * @generated |
| 763 | */ |
| 764 | public static String NavigatorGroupName_InternalAction_2006_incominglinks; |
| 765 | |
| 766 | /** |
| 767 | * @generated |
| 768 | */ |
| 769 | public static String NavigatorGroupName_CollectionIteratorAction_2007_outgoinglinks; |
| 770 | |
| 771 | /** |
| 772 | * @generated |
| 773 | */ |
| 774 | public static String NavigatorGroupName_CollectionIteratorAction_2007_incominglinks; |
| 775 | |
| 776 | /** |
| 777 | * @generated |
| 778 | */ |
| 779 | public static String NavigatorGroupName_SetVariableAction_2008_outgoinglinks; |
| 780 | |
| 781 | /** |
| 782 | * @generated |
| 783 | */ |
| 784 | public static String NavigatorGroupName_AcquireAction_2012_incominglinks; |
| 785 | |
| 786 | /** |
| 787 | * @generated |
| 788 | */ |
| 789 | public static String NavigatorGroupName_AcquireAction_2012_outgoinglinks; |
| 790 | |
| 791 | /** |
| 792 | * @generated |
| 793 | */ |
| 794 | public static String NavigatorGroupName_SetVariableAction_2008_incominglinks; |
| 795 | |
| 796 | /** |
| 797 | * @generated |
| 798 | */ |
| 799 | public static String NavigatorGroupName_ReleaseAction_2010_outgoinglinks; |
| 800 | |
| 801 | /** |
| 802 | * @generated |
| 803 | */ |
| 804 | public static String NavigatorGroupName_ReleaseAction_2010_incominglinks; |
| 805 | |
| 806 | /** |
| 807 | * @generated |
| 808 | */ |
| 809 | public static String NavigatorGroupName_ForkAction_2011_outgoinglinks; |
| 810 | |
| 811 | /** |
| 812 | * @generated |
| 813 | */ |
| 814 | public static String NavigatorGroupName_RecoveryAction_2016_incominglinks; |
| 815 | |
| 816 | /** |
| 817 | * @generated |
| 818 | */ |
| 819 | public static String NavigatorGroupName_RecoveryAction_2016_outgoinglinks; |
| 820 | |
| 821 | /** |
| 822 | * @generated |
| 823 | */ |
| 824 | public static String NavigatorGroupName_ForkAction_2011_incominglinks; |
| 825 | |
| 826 | /** |
| 827 | * @generated |
| 828 | */ |
| 829 | public static String NavigatorGroupName_StartAction_3004_outgoinglinks; |
| 830 | |
| 831 | /** |
| 832 | * @generated |
| 833 | */ |
| 834 | public static String NavigatorGroupName_StartAction_3004_incominglinks; |
| 835 | |
| 836 | /** |
| 837 | * @generated |
| 838 | */ |
| 839 | public static String NavigatorGroupName_StopAction_3005_outgoinglinks; |
| 840 | |
| 841 | /** |
| 842 | * @generated |
| 843 | */ |
| 844 | public static String NavigatorGroupName_StopAction_3005_incominglinks; |
| 845 | |
| 846 | /** |
| 847 | * @generated |
| 848 | */ |
| 849 | public static String NavigatorGroupName_LoopAction_3006_outgoinglinks; |
| 850 | |
| 851 | /** |
| 852 | * @generated |
| 853 | */ |
| 854 | public static String NavigatorGroupName_LoopAction_3006_incominglinks; |
| 855 | |
| 856 | /** |
| 857 | * @generated |
| 858 | */ |
| 859 | public static String NavigatorGroupName_InternalAction_3007_outgoinglinks; |
| 860 | |
| 861 | /** |
| 862 | * @generated |
| 863 | */ |
| 864 | public static String NavigatorGroupName_InternalAction_3007_incominglinks; |
| 865 | |
| 866 | /** |
| 867 | * @generated |
| 868 | */ |
| 869 | public static String NavigatorGroupName_BranchAction_3009_outgoinglinks; |
| 870 | |
| 871 | /** |
| 872 | * @generated |
| 873 | */ |
| 874 | public static String NavigatorGroupName_BranchAction_3009_incominglinks; |
| 875 | |
| 876 | /** |
| 877 | * @generated |
| 878 | */ |
| 879 | public static String NavigatorGroupName_ExternalCallAction_3012_outgoinglinks; |
| 880 | |
| 881 | /** |
| 882 | * @generated |
| 883 | */ |
| 884 | public static String NavigatorGroupName_EmitEventAction_3046_incominglinks; |
| 885 | |
| 886 | /** |
| 887 | * @generated |
| 888 | */ |
| 889 | public static String NavigatorGroupName_EmitEventAction_3046_outgoinglinks; |
| 890 | |
| 891 | /** |
| 892 | * @generated |
| 893 | */ |
| 894 | public static String NavigatorGroupName_AcquireAction_3026_incominglinks; |
| 895 | |
| 896 | /** |
| 897 | * @generated |
| 898 | */ |
| 899 | public static String NavigatorGroupName_AcquireAction_3026_outgoinglinks; |
| 900 | |
| 901 | /** |
| 902 | * @generated |
| 903 | */ |
| 904 | public static String NavigatorGroupName_ExternalCallAction_3012_incominglinks; |
| 905 | |
| 906 | /** |
| 907 | * @generated |
| 908 | */ |
| 909 | public static String NavigatorGroupName_ReleaseAction_3020_outgoinglinks; |
| 910 | |
| 911 | /** |
| 912 | * @generated |
| 913 | */ |
| 914 | public static String NavigatorGroupName_ReleaseAction_3020_incominglinks; |
| 915 | |
| 916 | /** |
| 917 | * @generated |
| 918 | */ |
| 919 | public static String NavigatorGroupName_ForkAction_3023_outgoinglinks; |
| 920 | |
| 921 | /** |
| 922 | * @generated |
| 923 | */ |
| 924 | public static String NavigatorGroupName_ForkAction_3023_incominglinks; |
| 925 | |
| 926 | /** |
| 927 | * @generated |
| 928 | */ |
| 929 | public static String NavigatorGroupName_CollectionIteratorAction_3013_outgoinglinks; |
| 930 | |
| 931 | /** |
| 932 | * @generated |
| 933 | */ |
| 934 | public static String NavigatorGroupName_RecoveryAction_3057_incominglinks; |
| 935 | |
| 936 | /** |
| 937 | * @generated |
| 938 | */ |
| 939 | public static String NavigatorGroupName_RecoveryAction_3057_outgoinglinks; |
| 940 | |
| 941 | /** |
| 942 | * @generated |
| 943 | */ |
| 944 | public static String NavigatorGroupName_RecoveryActionBehaviour_3058_incominglinks; |
| 945 | |
| 946 | /** |
| 947 | * @generated |
| 948 | */ |
| 949 | public static String NavigatorGroupName_RecoveryActionBehaviour_3058_outgoinglinks; |
| 950 | |
| 951 | /** |
| 952 | * @generated |
| 953 | */ |
| 954 | public static String NavigatorGroupName_CollectionIteratorAction_3013_incominglinks; |
| 955 | |
| 956 | /** |
| 957 | * @generated |
| 958 | */ |
| 959 | public static String NavigatorGroupName_SetVariableAction_3024_outgoinglinks; |
| 960 | |
| 961 | /** |
| 962 | * @generated |
| 963 | */ |
| 964 | public static String NavigatorGroupName_SetVariableAction_3024_incominglinks; |
| 965 | |
| 966 | /** |
| 967 | * @generated |
| 968 | */ |
| 969 | public static String NavigatorGroupName_AbstractActionSuccessor_AbstractAction_4001_source; |
| 970 | |
| 971 | /** |
| 972 | * @generated |
| 973 | */ |
| 974 | public static String NavigatorGroupName_RecoveryActionBehaviourFailureHandlingAlternatives__RecoveryActionBehaviour_4004_target; |
| 975 | |
| 976 | /** |
| 977 | * @generated |
| 978 | */ |
| 979 | public static String NavigatorGroupName_RecoveryActionBehaviourFailureHandlingAlternatives__RecoveryActionBehaviour_4004_source; |
| 980 | |
| 981 | /** |
| 982 | * @generated |
| 983 | */ |
| 984 | public static String NavigatorActionProvider_OpenDiagramActionName; |
| 985 | |
| 986 | /** |
| 987 | * @generated |
| 988 | */ |
| 989 | public static String AbstractParser_UnexpectedValueType; |
| 990 | |
| 991 | /** |
| 992 | * @generated |
| 993 | */ |
| 994 | public static String AbstractParser_WrongStringConversion; |
| 995 | |
| 996 | /** |
| 997 | * @generated |
| 998 | */ |
| 999 | public static String AbstractParser_UnknownLiteral; |
| 1000 | |
| 1001 | /** |
| 1002 | * @generated |
| 1003 | */ |
| 1004 | public static String MessageFormatParser_InvalidInputError; |
| 1005 | |
| 1006 | /** |
| 1007 | * @generated |
| 1008 | */ |
| 1009 | public static String PalladioComponentModelModelingAssistantProviderTitle; |
| 1010 | |
| 1011 | /** |
| 1012 | * @generated |
| 1013 | */ |
| 1014 | public static String PalladioComponentModelModelingAssistantProviderMessage; |
| 1015 | |
| 1016 | /** |
| 1017 | * @generated |
| 1018 | */ |
| 1019 | public static String NavigatorGroupName_AbstractActionSuccessor_AbstractAction_4001_target; |
| 1020 | |
| 1021 | public static String ExternalCallActionInputVariableUsage3EditPart_title; |
| 1022 | |
| 1023 | public static String ExternalCallActionOutputVariableUsage3EditPart_title; |
| 1024 | |
| 1025 | //TODO: put accessor fields manually |
| 1026 | } |