|
23 | 23 | !$TECHNOLOGY_FILLCOLOR = "#TECHNOLOGY" |
24 | 24 | !$PHYSICAL_FILLCOLOR = "#PHYSICAL" |
25 | 25 | !$MOTIVATION_FILLCOLOR = "#MOTIVATION" |
26 | | -!$IMPLEMANTATION_FILLCOLOR = "#IMPLEMENTATION" |
| 26 | +!$IMPLEMENTATION_FILLCOLOR = "#IMPLEMENTATION" |
27 | 27 | !$OTHER_FILLCOLOR = "#ffb973" |
28 | 28 | !$JUNCTIONOR_FILLCOLOR = "#WhiteSmoke" |
29 | 29 | !$JUNCTIONAND_FILLCOLOR = "#Black" |
@@ -530,37 +530,37 @@ skinparam usecase { |
530 | 530 | 'Implementation Elements |
531 | 531 | !unquoted procedure Implementation_WorkPackage($alias, $label, $nest=0) |
532 | 532 | !if ($nest == %false()) |
533 | | - archimate $IMPLEMANTATION_FILLCOLOR "$label" <<implementation-workpackage>> as $alias |
| 533 | + archimate $IMPLEMENTATION_FILLCOLOR "$label" <<implementation-workpackage>> as $alias |
534 | 534 | !else |
535 | | - rectangle "$label" <<$archimate/implementation-workpackage>> as $alias $IMPLEMANTATION_FILLCOLOR |
| 535 | + rectangle "$label" <<$archimate/implementation-workpackage>> as $alias $IMPLEMENTATION_FILLCOLOR |
536 | 536 | !endif |
537 | 537 | !endprocedure |
538 | 538 | !unquoted procedure Implementation_Deliverable($alias, $label, $nest=0) |
539 | 539 | !if ($nest == %false()) |
540 | | - archimate $IMPLEMANTATION_FILLCOLOR "$label" <<implementation-deliverable>> as $alias |
| 540 | + archimate $IMPLEMENTATION_FILLCOLOR "$label" <<implementation-deliverable>> as $alias |
541 | 541 | !else |
542 | | - rectangle "$label" <<$archimate/implementation-deliverable>> as $alias $IMPLEMANTATION_FILLCOLOR |
| 542 | + rectangle "$label" <<$archimate/implementation-deliverable>> as $alias $IMPLEMENTATION_FILLCOLOR |
543 | 543 | !endif |
544 | 544 | !endprocedure |
545 | 545 | !unquoted procedure Implementation_Event($alias, $label, $nest=0) |
546 | 546 | !if ($nest == %false()) |
547 | | - archimate $IMPLEMANTATION_FILLCOLOR "$label" <<implementation-event>> as $alias |
| 547 | + archimate $IMPLEMENTATION_FILLCOLOR "$label" <<implementation-event>> as $alias |
548 | 548 | !else |
549 | | - rectangle "$label" <<$archimate/implementation-event>> as $alias $IMPLEMANTATION_FILLCOLOR |
| 549 | + rectangle "$label" <<$archimate/implementation-event>> as $alias $IMPLEMENTATION_FILLCOLOR |
550 | 550 | !endif |
551 | 551 | !endprocedure |
552 | 552 | !unquoted procedure Implementation_Plateau($alias, $label, $nest=0) |
553 | 553 | !if ($nest == %false()) |
554 | | - node $IMPLEMANTATION_FILLCOLOR "$label" <<$archimate/implementation-plateau>> as $alias |
| 554 | + node $IMPLEMENTATION_FILLCOLOR "$label" <<$archimate/implementation-plateau>> as $alias |
555 | 555 | !else |
556 | | - rectangle "$label" <<$archimate/implementation-plateau>> as $alias $IMPLEMANTATION_FILLCOLOR |
| 556 | + rectangle "$label" <<$archimate/implementation-plateau>> as $alias $IMPLEMENTATION_FILLCOLOR |
557 | 557 | !endif |
558 | 558 | !endprocedure |
559 | 559 | !unquoted procedure Implementation_Gap($alias, $label, $nest=0) |
560 | 560 | !if ($nest == %false()) |
561 | | - archimate $IMPLEMANTATION_FILLCOLOR "$label" <<implementation-gap>> as $alias |
| 561 | + archimate $IMPLEMENTATION_FILLCOLOR "$label" <<implementation-gap>> as $alias |
562 | 562 | !else |
563 | | - rectangle "$label" <<$archimate/implementation-gap>> as $alias $IMPLEMANTATION_FILLCOLOR |
| 563 | + rectangle "$label" <<$archimate/implementation-gap>> as $alias $IMPLEMENTATION_FILLCOLOR |
564 | 564 | !endif |
565 | 565 | !endprocedure |
566 | 566 |
|
|
0 commit comments