diff options
author | marcinzelent <marcin@zelent.net> | 2017-02-18 23:13:33 +0100 |
---|---|---|
committer | marcinzelent <marcin@zelent.net> | 2017-02-18 23:13:33 +0100 |
commit | 6e600d30adbe59557cd2478fb0ed0861c03f0faf (patch) | |
tree | 1753e49d8c477bbd8974dc5b1f74941ee2442e7a | |
parent | 44995cdd14bee7b236fe96916697ca3ee24f6e74 (diff) |
Removed faulty diagrams.
-rw-r--r-- | EventMaker/Design/AddEventFDUC.txt (renamed from EventMaker/Design/AddingEventFDUC.txt) | 2 | ||||
-rw-r--r-- | EventMaker/Design/AddingEvent.sequencediagram | 1 | ||||
-rw-r--r-- | EventMaker/Design/AddingEvent.sequencediagram.layout | 1 | ||||
-rw-r--r-- | EventMaker/Design/Design.modelproj | 20 | ||||
-rw-r--r-- | EventMaker/Design/EditEventFDUC.txt (renamed from EventMaker/Design/EditingEventFDUC.txt) | 2 | ||||
-rw-r--r-- | EventMaker/Design/ModelDefinition/Design.uml | 18 | ||||
-rw-r--r-- | EventMaker/Design/RemoveEventFDUC.txt (renamed from EventMaker/Design/RemovingEventFDUC.txt) | 2 | ||||
-rw-r--r-- | EventMaker/Design/RemovingEvent.sequencediagram | 582 | ||||
-rw-r--r-- | EventMaker/Design/RemovingEvent.sequencediagram.layout | 224 |
9 files changed, 24 insertions, 828 deletions
diff --git a/EventMaker/Design/AddingEventFDUC.txt b/EventMaker/Design/AddEventFDUC.txt index 402ade8..f91da65 100644 --- a/EventMaker/Design/AddingEventFDUC.txt +++ b/EventMaker/Design/AddEventFDUC.txt @@ -1,4 +1,4 @@ -Use case name: Adding event +Use case name: Add event Scope: EventMaker Level: Adding new event to the list Primary Actor: User diff --git a/EventMaker/Design/AddingEvent.sequencediagram b/EventMaker/Design/AddingEvent.sequencediagram deleted file mode 100644 index 19a76f1..0000000 --- a/EventMaker/Design/AddingEvent.sequencediagram +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/EventMaker/Design/AddingEvent.sequencediagram.layout b/EventMaker/Design/AddingEvent.sequencediagram.layout deleted file mode 100644 index 5f28270..0000000 --- a/EventMaker/Design/AddingEvent.sequencediagram.layout +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/EventMaker/Design/Design.modelproj b/EventMaker/Design/Design.modelproj index 91b7a5f..58f7eb4 100644 --- a/EventMaker/Design/Design.modelproj +++ b/EventMaker/Design/Design.modelproj @@ -22,24 +22,10 @@ </PropertyGroup> <Import Project="$(VSToolsPath)\ArchitectureTools\Microsoft.VisualStudio.TeamArchitect.ModelingProject.targets" Condition="'$(VSToolsPath)' != ''" /> <ItemGroup> - <Content Include="AddingEvent.sequencediagram"> + <Content Include="AddEventFDUC.txt"> <SubType>Content</SubType> </Content> - <Content Include="AddingEvent.sequencediagram.layout"> - <SubType>Content</SubType> - <DependentUpon>AddingEvent.sequencediagram</DependentUpon> - </Content> - <Content Include="AddingEventFDUC.txt"> - <SubType>Content</SubType> - </Content> - <Content Include="RemovingEvent.sequencediagram"> - <SubType>Content</SubType> - </Content> - <Content Include="RemovingEvent.sequencediagram.layout"> - <SubType>Content</SubType> - <DependentUpon>RemovingEvent.sequencediagram</DependentUpon> - </Content> - <Content Include="RemovingEventFDUC.txt"> + <Content Include="RemoveEventFDUC.txt"> <SubType>Content</SubType> </Content> <Content Include="DesignClassDiagram.classdiagram"> @@ -56,7 +42,7 @@ <SubType>Content</SubType> <DependentUpon>DomainModel.classdiagram</DependentUpon> </Content> - <Content Include="EditingEventFDUC.txt"> + <Content Include="EditEventFDUC.txt"> <SubType>Content</SubType> </Content> <Content Include="ModelDefinition\Package1_1602.uml"> diff --git a/EventMaker/Design/EditingEventFDUC.txt b/EventMaker/Design/EditEventFDUC.txt index 81f8439..daa5441 100644 --- a/EventMaker/Design/EditingEventFDUC.txt +++ b/EventMaker/Design/EditEventFDUC.txt @@ -1,4 +1,4 @@ -Use case name: Editing event +Use case name: Edit event Scope: EventMaker Level: Editing existing events Primary Actor: User diff --git a/EventMaker/Design/ModelDefinition/Design.uml b/EventMaker/Design/ModelDefinition/Design.uml index 32c7fe5..431f120 100644 --- a/EventMaker/Design/ModelDefinition/Design.uml +++ b/EventMaker/Design/ModelDefinition/Design.uml @@ -655,6 +655,24 @@ Id="3b814457-889b-410e-aad3-6a62b7007f73" name="ExecutionEvent" /> </packageHasNamedElement> + <packageHasNamedElement> + <interaction + Id="4bb49608-7e4f-41a0-a13a-7cbf98c56062" + name="AddEvent" + collapseFragmentsFlag="false" + isActiveClass="false" + isAbstract="false" + isLeaf="false" + isReentrant="false"> + <lifelines> + <lifeline + Id="2fafa649-d223-457d-bbd4-689ebd4880d9" + name="Lifeline1" + isActor="false" + lifelineDisplayName="Lifeline1" /> + </lifelines> + </interaction> + </packageHasNamedElement> </packagedElements> <interaction Id="0b07700a-0cbb-442e-8283-77246f9c0075" diff --git a/EventMaker/Design/RemovingEventFDUC.txt b/EventMaker/Design/RemoveEventFDUC.txt index 1201c3c..6a00ab0 100644 --- a/EventMaker/Design/RemovingEventFDUC.txt +++ b/EventMaker/Design/RemoveEventFDUC.txt @@ -1,4 +1,4 @@ -Use case name: Removing event +Use case name: Remove event Scope: EventMaker Level: Remove event from the list Primary Actor: User diff --git a/EventMaker/Design/RemovingEvent.sequencediagram b/EventMaker/Design/RemovingEvent.sequencediagram deleted file mode 100644 index 5cb49e3..0000000 --- a/EventMaker/Design/RemovingEvent.sequencediagram +++ /dev/null @@ -1,582 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<SequenceDesignerModel xmlns:dm0="http://schemas.microsoft.com/VisualStudio/2008/DslTools/Core" xmlns:dm1="http://schemas.microsoft.com/dsltools/Kernel" xmlns:dm2="http://schemas.microsoft.com/dsltools/Component" xmlns:dm3="http://schemas.microsoft.com/dsltools/Activity" xmlns:dm4="http://schemas.microsoft.com/dsltools/UseCase" xmlns:dm5="http://schemas.microsoft.com/dsltools/Interaction" xmlns:dm6="http://schemas.microsoft.com/dsltools/UmlModelLibrary" xmlns:dm7="http://schemas.microsoft.com/dsltools/UmlDiagrams" xmlns:dm8="http://schemas.microsoft.com/dsltools/ModelStore" xmlns:dm9="http://schemas.microsoft.com/dsltools/LogicalClassDesigner" xmlns:dm10="http://schemas.microsoft.com/dsltools/SimpleShapesModel" xmlns:dm11="http://schemas.microsoft.com/dsltools/UseCaseModel" dslVersion="1.0.0.0" Id="6c3241eb-f5b5-4520-a07d-691169e42d8b" name="Remove Action Sequence Diagram" linkedPackageId="d8e7829c-b483-43ed-98e2-6008a865eb7a" xmlns="http://schemas.microsoft.com/VisualStudio/TeamArchitect/SequenceDesigner"> - <profileInstances> - <packageHasProfileInstances Id="b4e45175-9717-47e3-bd56-2d981f325c0f"> - <profileInstance Id="41452ae5-0f30-4399-84c1-4ee085d71c83" name="StandardProfileL2"> - <elementDefinition Id="e34d544e-0fea-4ed6-ac5e-1b74119ac791" /> - </profileInstance> - <elementDefinition Id="0caec977-1f8c-4ba3-a7db-8cc9ad9cc73b" /> - </packageHasProfileInstances> - <packageHasProfileInstances Id="970012ec-b0fb-4dae-924d-fac4429dd3ff"> - <profileInstance Id="171edd0a-12f7-4e5f-8737-bc2d47539c11" name="StandardProfileL3"> - <elementDefinition Id="532ea607-fb19-44b8-8502-3351b05452be" /> - </profileInstance> - <elementDefinition Id="29349502-908c-4fda-9054-c48619c59ed0" /> - </packageHasProfileInstances> - </profileInstances> - <packagedElements> - <packageHasNamedElement> - <interaction Id="943210b2-8b62-46c0-a440-b8c5aec58c5c" name="Remove Action Sequence Diagram" collapseFragmentsFlag="false" isActiveClass="false" isAbstract="false" isLeaf="false" isReentrant="false"> - <ownedCommentsInternal> - <comment Id="cba7e648-2fc2-4c28-a514-858e673eff11"> - <elementDefinition Id="79e95a44-36e6-45b5-a8c1-c26dd924a092" /> - <body>Databinding to SelectedEventIndex</body> - <annotatedElements> - <lifelineMoniker Id="4b5e8a5c-254d-4725-8be1-7a79fbee9022" LastKnownName=": EventPage" /> - </annotatedElements> - </comment> - </ownedCommentsInternal> - <elementDefinition Id="0b07700a-0cbb-442e-8283-77246f9c0075" /> - <fragments> - <messageOccurrenceSpecification Id="0f403def-2aa9-4447-9a94-6ffb4de6eceb" name="MessageOccurrenceSpecification13"> - <elementDefinition Id="e94d5ef8-c0ea-44cb-b1e6-a876af63757a" /> - </messageOccurrenceSpecification> - <executionOccurrenceSpecification Id="7ea885e0-daed-49f4-aaa0-68b15a72311b" name="ExecutionOccurrenceSpecification10"> - <elementDefinition Id="5f968eac-be1e-4fe5-8119-4f8c8a349bf9" /> - <event> - <executionOccurrenceSpecificationReferencesEvent> - <executionEventMoniker Id="2a8e0b90-2caa-4074-96c1-65ae174d5ca9" LastKnownName="ExecutionEvent" /> - </executionOccurrenceSpecificationReferencesEvent> - </event> - </executionOccurrenceSpecification> - <messageOccurrenceSpecification Id="b8708d58-8f43-4613-9b31-7bb9cf3a5efd" name="MessageOccurrenceSpecification18"> - <elementDefinition Id="5280ddcb-ccb4-4c55-bf8a-ff298f0886d6" /> - </messageOccurrenceSpecification> - <messageOccurrenceSpecification Id="5315f45d-6731-4ca8-a018-e7cc4645c723" name="MessageOccurrenceSpecification19"> - <elementDefinition Id="d722fed1-e0db-4bf1-a8ee-8ade355a0a35" /> - <covered> - <lifelineMoniker Id="c46cf1b9-958b-49d1-9a7b-82b3cc8028f4" LastKnownName=": EventCatalogSingleton" /> - </covered> - </messageOccurrenceSpecification> - <messageOccurrenceSpecification Id="e03db2f1-4417-410b-b17b-905c89f52059" name="MessageOccurrenceSpecification12"> - <elementDefinition Id="c46c3d49-a4fc-407b-a92f-679b6f649f69" /> - <covered> - <lifelineMoniker Id="6fd7072c-5e21-4c32-b4d3-1b79c1a5f719" LastKnownName=": RelayCommand" /> - </covered> - </messageOccurrenceSpecification> - <executionOccurrenceSpecification Id="05a47356-2bd2-4de0-969b-42fd479d5ff7" name="ExecutionOccurrenceSpecification9"> - <elementDefinition Id="a4671dc9-e8d7-48c7-9cb2-4510e76109f5" /> - <event> - <executionOccurrenceSpecificationReferencesEvent> - <executionEventMoniker Id="e1b5c94e-efe9-4f74-a785-918ca51039e1" LastKnownName="ExecutionEvent" /> - </executionOccurrenceSpecificationReferencesEvent> - </event> - </executionOccurrenceSpecification> - <behaviorExecutionSpecification Id="36561d33-a929-4060-bfa7-0c589f07cd20" name="BehaviorExecutionSpecification5"> - <elementDefinition Id="b04911bf-3679-4563-be38-69c78b8e4d09" /> - <finish> - <executionOccurrenceSpecificationMoniker Id="7ea885e0-daed-49f4-aaa0-68b15a72311b" LastKnownName="ExecutionOccurrenceSpecification10" /> - </finish> - <start> - <executionOccurrenceSpecificationMoniker Id="05a47356-2bd2-4de0-969b-42fd479d5ff7" LastKnownName="ExecutionOccurrenceSpecification9" /> - </start> - <nestedOccurrences> - <messageOccurrenceSpecificationMoniker Id="0f403def-2aa9-4447-9a94-6ffb4de6eceb" LastKnownName="MessageOccurrenceSpecification13" /> - <messageOccurrenceSpecificationMoniker Id="b8708d58-8f43-4613-9b31-7bb9cf3a5efd" LastKnownName="MessageOccurrenceSpecification18" /> - </nestedOccurrences> - </behaviorExecutionSpecification> - <behaviorExecutionSpecification Id="cbeb3215-ffbd-4905-860d-413e8975a2db" name="BehaviorExecutionSpecification4"> - <elementDefinition Id="afaf1da6-de43-4f8e-bfa9-945edbad767f" /> - <coveredLifelines> - <lifelineMoniker Id="6fd7072c-5e21-4c32-b4d3-1b79c1a5f719" LastKnownName=": RelayCommand" /> - </coveredLifelines> - <finish> - <executionOccurrenceSpecificationMoniker Id="c518290d-17b9-4535-a5a1-c13bcb97f362" LastKnownName="ExecutionOccurrenceSpecification8" /> - </finish> - <start> - <executionOccurrenceSpecificationMoniker Id="ccbcdc60-0fe4-42b4-9618-2e320f2c73de" LastKnownName="ExecutionOccurrenceSpecification7" /> - </start> - <nestedOccurrences> - <messageOccurrenceSpecificationMoniker Id="4dae8cfb-be9f-4023-9152-a25dfb2f1ac5" LastKnownName="MessageOccurrenceSpecification10" /> - </nestedOccurrences> - </behaviorExecutionSpecification> - <executionOccurrenceSpecification Id="ccbcdc60-0fe4-42b4-9618-2e320f2c73de" name="ExecutionOccurrenceSpecification7"> - <elementDefinition Id="8aad1992-add4-455b-83e1-d7988429889d" /> - <event> - <executionOccurrenceSpecificationReferencesEvent> - <executionEventMoniker Id="8a9df2a2-5440-4c87-910b-fb2bb3d5ead9" LastKnownName="ExecutionEvent" /> - </executionOccurrenceSpecificationReferencesEvent> - </event> - <covered> - <lifelineMoniker Id="6fd7072c-5e21-4c32-b4d3-1b79c1a5f719" LastKnownName=": RelayCommand" /> - </covered> - </executionOccurrenceSpecification> - <messageOccurrenceSpecification Id="4dae8cfb-be9f-4023-9152-a25dfb2f1ac5" name="MessageOccurrenceSpecification10"> - <elementDefinition Id="3e80aa8c-1a94-4ddd-91b0-a7791c916b9c" /> - <covered> - <lifelineMoniker Id="6fd7072c-5e21-4c32-b4d3-1b79c1a5f719" LastKnownName=": RelayCommand" /> - </covered> - </messageOccurrenceSpecification> - <messageOccurrenceSpecification Id="3fb2a34f-fa39-4791-8a20-24a678648802" name="MessageOccurrenceSpecification9"> - <elementDefinition Id="a5585828-d03b-4347-9da1-f01991aa30aa" /> - <covered> - <lifelineMoniker Id="4b5e8a5c-254d-4725-8be1-7a79fbee9022" LastKnownName=": EventPage" /> - </covered> - </messageOccurrenceSpecification> - <executionOccurrenceSpecification Id="c518290d-17b9-4535-a5a1-c13bcb97f362" name="ExecutionOccurrenceSpecification8"> - <elementDefinition Id="a67b08f2-a654-4a47-81b5-8f5c2d53fbf4" /> - <event> - <executionOccurrenceSpecificationReferencesEvent> - <executionEventMoniker Id="f4ce8286-91d6-4f17-a124-2cbe9a93cedb" LastKnownName="ExecutionEvent" /> - </executionOccurrenceSpecificationReferencesEvent> - </event> - <covered> - <lifelineMoniker Id="6fd7072c-5e21-4c32-b4d3-1b79c1a5f719" LastKnownName=": RelayCommand" /> - </covered> - </executionOccurrenceSpecification> - <behaviorExecutionSpecification Id="c6094fe9-0c9d-4677-8f9a-b484adcda690" name="BehaviorExecutionSpecification1"> - <elementDefinition Id="1e6dcbdc-9325-4bda-bf65-1b73bd9c97bd" /> - <coveredLifelines> - <lifelineMoniker Id="5c6f76f9-09be-4e18-b6a1-9142537a23ae" LastKnownName=": EventViewModel" /> - </coveredLifelines> - <finish> - <executionOccurrenceSpecificationMoniker Id="26959fbf-1da7-40a9-8077-88b3c2d4f4f7" LastKnownName="ExecutionOccurrenceSpecification2" /> - </finish> - <start> - <executionOccurrenceSpecificationMoniker Id="90c25fdf-883d-487c-999a-b87ae9692403" LastKnownName="ExecutionOccurrenceSpecification1" /> - </start> - <nestedOccurrences> - <messageOccurrenceSpecificationMoniker Id="478434c9-e810-4ed6-a426-7b16e8686f1e" LastKnownName="MessageOccurrenceSpecification2" /> - <messageOccurrenceSpecificationMoniker Id="4f90e10e-df14-40a2-be20-88ce3cf789ee" LastKnownName="MessageOccurrenceSpecification7" /> - </nestedOccurrences> - </behaviorExecutionSpecification> - <executionOccurrenceSpecification Id="90c25fdf-883d-487c-999a-b87ae9692403" name="ExecutionOccurrenceSpecification1"> - <elementDefinition Id="c38df182-9cad-4441-be69-cf435c7ad5cb" /> - <event> - <executionOccurrenceSpecificationReferencesEvent> - <executionEventMoniker Id="ce054908-3026-437a-95e0-abf310efcc8f" LastKnownName="ExecutionEvent" /> - </executionOccurrenceSpecificationReferencesEvent> - </event> - <covered> - <lifelineMoniker Id="5c6f76f9-09be-4e18-b6a1-9142537a23ae" LastKnownName=": EventViewModel" /> - </covered> - </executionOccurrenceSpecification> - <messageOccurrenceSpecification Id="0fb45ee8-a505-4220-9465-77ca4ad8f1c3" name="MessageOccurrenceSpecification1"> - <elementDefinition Id="caa50b42-4a56-41ea-9c20-532ac59e2bef" /> - <covered> - <lifelineMoniker Id="6fd7072c-5e21-4c32-b4d3-1b79c1a5f719" LastKnownName=": RelayCommand" /> - </covered> - </messageOccurrenceSpecification> - <messageOccurrenceSpecification Id="478434c9-e810-4ed6-a426-7b16e8686f1e" name="MessageOccurrenceSpecification2"> - <elementDefinition Id="91d1d3bb-e8d6-488d-a2b5-18d1e8b402f5" /> - <covered> - <lifelineMoniker Id="5c6f76f9-09be-4e18-b6a1-9142537a23ae" LastKnownName=": EventViewModel" /> - </covered> - </messageOccurrenceSpecification> - <behaviorExecutionSpecification Id="33a7917f-6028-447c-889c-a8915ea23ddd" name="BehaviorExecutionSpecification3"> - <elementDefinition Id="ed849225-67f4-484a-8d38-96a8491b24d6" /> - <coveredLifelines> - <lifelineMoniker Id="c46cf1b9-958b-49d1-9a7b-82b3cc8028f4" LastKnownName=": EventCatalogSingleton" /> - </coveredLifelines> - <finish> - <executionOccurrenceSpecificationMoniker Id="ff492eb1-bdfa-4eda-a606-c73ea2ce1bcc" LastKnownName="ExecutionOccurrenceSpecification6" /> - </finish> - <start> - <executionOccurrenceSpecificationMoniker Id="8f403f3b-04b4-4cba-a988-a4986f5e8022" LastKnownName="ExecutionOccurrenceSpecification5" /> - </start> - <nestedOccurrences> - <messageOccurrenceSpecificationMoniker Id="1cd005ff-e492-4b88-86f9-30b4b781c7e1" LastKnownName="MessageOccurrenceSpecification8" /> - <messageOccurrenceSpecificationMoniker Id="b4ec3913-2f9f-4155-a89d-7657a8b9c44a" LastKnownName="MessageOccurrenceSpecification17" /> - <messageOccurrenceSpecificationMoniker Id="f8ef59d1-d04d-4320-bce1-9493b9339cf8" LastKnownName="MessageOccurrenceSpecification11" /> - </nestedOccurrences> - </behaviorExecutionSpecification> - <executionOccurrenceSpecification Id="8f403f3b-04b4-4cba-a988-a4986f5e8022" name="ExecutionOccurrenceSpecification5"> - <elementDefinition Id="070e8f3c-d03d-45dd-a9d4-3ff7fbdae444" /> - <event> - <executionOccurrenceSpecificationReferencesEvent> - <executionEventMoniker Id="f29d84c9-7db8-4652-b05c-cc04134a3253" LastKnownName="ExecutionEvent" /> - </executionOccurrenceSpecificationReferencesEvent> - </event> - <covered> - <lifelineMoniker Id="c46cf1b9-958b-49d1-9a7b-82b3cc8028f4" LastKnownName=": EventCatalogSingleton" /> - </covered> - </executionOccurrenceSpecification> - <messageOccurrenceSpecification Id="4f90e10e-df14-40a2-be20-88ce3cf789ee" name="MessageOccurrenceSpecification7"> - <elementDefinition Id="6c38f859-82a0-4400-9c84-6ae71ec60283" /> - <covered> - <lifelineMoniker Id="5c6f76f9-09be-4e18-b6a1-9142537a23ae" LastKnownName=": EventViewModel" /> - </covered> - </messageOccurrenceSpecification> - <messageOccurrenceSpecification Id="1cd005ff-e492-4b88-86f9-30b4b781c7e1" name="MessageOccurrenceSpecification8"> - <elementDefinition Id="f94361c3-3bf3-483c-8b30-65d432a85be9" /> - <covered> - <lifelineMoniker Id="c46cf1b9-958b-49d1-9a7b-82b3cc8028f4" LastKnownName=": EventCatalogSingleton" /> - </covered> - </messageOccurrenceSpecification> - <behaviorExecutionSpecification Id="051ffa1c-d67b-40d9-8f08-ab33babd3b6a" name="BehaviorExecutionSpecification8"> - <elementDefinition Id="7b253fd5-ff2b-446b-97e9-3bf6cee33755" /> - <coveredLifelines> - <lifelineMoniker Id="f6eb5541-817b-4c7c-ad50-d677357b367f" LastKnownName="Events : ObservableCollection<Event>" /> - </coveredLifelines> - <finish> - <executionOccurrenceSpecificationMoniker Id="4105f6cd-3b50-4414-b1d0-21a428e9fbb7" LastKnownName="ExecutionOccurrenceSpecification16" /> - </finish> - <start> - <executionOccurrenceSpecificationMoniker Id="25fb6bf7-d39b-4313-aaa7-c452690de02c" LastKnownName="ExecutionOccurrenceSpecification15" /> - </start> - <nestedOccurrences> - <messageOccurrenceSpecificationMoniker Id="78314432-6bf6-4469-b9fd-d1c12524b846" LastKnownName="MessageOccurrenceSpecification18" /> - </nestedOccurrences> - </behaviorExecutionSpecification> - <executionOccurrenceSpecification Id="25fb6bf7-d39b-4313-aaa7-c452690de02c" name="ExecutionOccurrenceSpecification15"> - <elementDefinition Id="fa52e233-9440-42f2-869e-116c43b4eae5" /> - <event> - <executionOccurrenceSpecificationReferencesEvent> - <executionEventMoniker Id="18fdd374-571f-4bd6-9f5d-7ea3ec936f85" LastKnownName="ExecutionEvent" /> - </executionOccurrenceSpecificationReferencesEvent> - </event> - <covered> - <lifelineMoniker Id="f6eb5541-817b-4c7c-ad50-d677357b367f" LastKnownName="Events : ObservableCollection<Event>" /> - </covered> - </executionOccurrenceSpecification> - <executionOccurrenceSpecification Id="26959fbf-1da7-40a9-8077-88b3c2d4f4f7" name="ExecutionOccurrenceSpecification2"> - <elementDefinition Id="e705dc3d-0dc3-40fe-857f-c6ef48230259" /> - <event> - <executionOccurrenceSpecificationReferencesEvent> - <executionEventMoniker Id="c6256763-36c6-4aa6-85a0-fa5f001d59e8" LastKnownName="ExecutionEvent" /> - </executionOccurrenceSpecificationReferencesEvent> - </event> - <covered> - <lifelineMoniker Id="5c6f76f9-09be-4e18-b6a1-9142537a23ae" LastKnownName=": EventViewModel" /> - </covered> - </executionOccurrenceSpecification> - <messageOccurrenceSpecification Id="b4ec3913-2f9f-4155-a89d-7657a8b9c44a" name="MessageOccurrenceSpecification17"> - <elementDefinition Id="90257c3b-21a4-4b89-8c5f-5c59aec26f2a" /> - <covered> - <lifelineMoniker Id="c46cf1b9-958b-49d1-9a7b-82b3cc8028f4" LastKnownName=": EventCatalogSingleton" /> - </covered> - </messageOccurrenceSpecification> - <messageOccurrenceSpecification Id="78314432-6bf6-4469-b9fd-d1c12524b846" name="MessageOccurrenceSpecification18"> - <elementDefinition Id="322c555a-8e0d-4782-a899-804b0c58d794" /> - <covered> - <lifelineMoniker Id="f6eb5541-817b-4c7c-ad50-d677357b367f" LastKnownName="Events : ObservableCollection<Event>" /> - </covered> - </messageOccurrenceSpecification> - <executionOccurrenceSpecification Id="4105f6cd-3b50-4414-b1d0-21a428e9fbb7" name="ExecutionOccurrenceSpecification16"> - <elementDefinition Id="fcdd1c34-754c-41a8-9d7c-84646d769ba9" /> - <event> - <executionOccurrenceSpecificationReferencesEvent> - <executionEventMoniker Id="94f26729-9723-4ac0-b1e6-f38a452cb5f1" LastKnownName="ExecutionEvent" /> - </executionOccurrenceSpecificationReferencesEvent> - </event> - <covered> - <lifelineMoniker Id="f6eb5541-817b-4c7c-ad50-d677357b367f" LastKnownName="Events : ObservableCollection<Event>" /> - </covered> - </executionOccurrenceSpecification> - <behaviorExecutionSpecification Id="9b6339fd-9ee4-4f7a-bccb-6f8ddbf7cf51" name="BehaviorExecutionSpecification5"> - <elementDefinition Id="e28d72d8-484c-4de7-8ba7-b00c9212d312" /> - <coveredLifelines> - <lifelineMoniker Id="4a8f9de3-9a5c-417b-82ca-b02d6e5588b2" LastKnownName="PersistencyService" /> - </coveredLifelines> - <finish> - <executionOccurrenceSpecificationMoniker Id="aec1a8d9-ce65-48af-9cbb-fd5910bbb8c7" LastKnownName="ExecutionOccurrenceSpecification10" /> - </finish> - <start> - <executionOccurrenceSpecificationMoniker Id="157e65d8-5bbb-4f0b-93b3-899a8b49b89d" LastKnownName="ExecutionOccurrenceSpecification9" /> - </start> - <nestedOccurrences> - <messageOccurrenceSpecificationMoniker Id="46a980c0-68e8-4c4b-b498-c1419fde1f2c" LastKnownName="MessageOccurrenceSpecification12" /> - <messageOccurrenceSpecificationMoniker Id="a769b384-48d0-4dcf-91cc-e19247500162" LastKnownName="MessageOccurrenceSpecification13" /> - </nestedOccurrences> - </behaviorExecutionSpecification> - <executionOccurrenceSpecification Id="157e65d8-5bbb-4f0b-93b3-899a8b49b89d" name="ExecutionOccurrenceSpecification9"> - <elementDefinition Id="7daf5a1a-9392-4aab-bf17-1d7a6a42f0aa" /> - <event> - <executionOccurrenceSpecificationReferencesEvent> - <executionEventMoniker Id="5b2953b5-6c25-491e-ac76-6c1a7b20c147" LastKnownName="ExecutionEvent" /> - </executionOccurrenceSpecificationReferencesEvent> - </event> - <covered> - <lifelineMoniker Id="4a8f9de3-9a5c-417b-82ca-b02d6e5588b2" LastKnownName="PersistencyService" /> - </covered> - </executionOccurrenceSpecification> - <messageOccurrenceSpecification Id="f8ef59d1-d04d-4320-bce1-9493b9339cf8" name="MessageOccurrenceSpecification11"> - <elementDefinition Id="9c75dcbe-2da4-4d2b-b447-f439db4c3572" /> - <covered> - <lifelineMoniker Id="c46cf1b9-958b-49d1-9a7b-82b3cc8028f4" LastKnownName=": EventCatalogSingleton" /> - </covered> - </messageOccurrenceSpecification> - <messageOccurrenceSpecification Id="46a980c0-68e8-4c4b-b498-c1419fde1f2c" name="MessageOccurrenceSpecification12"> - <elementDefinition Id="9496d764-8b53-4b6c-a807-8eee318ed937" /> - <covered> - <lifelineMoniker Id="4a8f9de3-9a5c-417b-82ca-b02d6e5588b2" LastKnownName="PersistencyService" /> - </covered> - </messageOccurrenceSpecification> - <behaviorExecutionSpecification Id="60daf272-b00c-4635-abf0-ca8f2c9d4c51" name="BehaviorExecutionSpecification6"> - <elementDefinition Id="5db8cc63-d63a-40e7-bf76-53beb85a5654" /> - <coveredLifelines> - <lifelineMoniker Id="099e4441-8cae-4050-bb36-49c492dc0f22" LastKnownName="_eventsFile : StorageFile" /> - </coveredLifelines> - <finish> - <executionOccurrenceSpecificationMoniker Id="3d74df65-0f30-4990-8bff-07c19772d8ac" LastKnownName="ExecutionOccurrenceSpecification12" /> - </finish> - <start> - <executionOccurrenceSpecificationMoniker Id="804dfcc0-56ca-4e0c-9e08-1111e77c7f9a" LastKnownName="ExecutionOccurrenceSpecification11" /> - </start> - <nestedOccurrences> - <messageOccurrenceSpecificationMoniker Id="df454e8b-0fdc-4e37-9054-58e9c41def24" LastKnownName="MessageOccurrenceSpecification14" /> - </nestedOccurrences> - </behaviorExecutionSpecification> - <executionOccurrenceSpecification Id="ff492eb1-bdfa-4eda-a606-c73ea2ce1bcc" name="ExecutionOccurrenceSpecification6"> - <elementDefinition Id="257192ca-0602-4772-ac48-be474a3832c4" /> - <event> - <executionOccurrenceSpecificationReferencesEvent> - <executionEventMoniker Id="2aa95e41-d53e-4066-9c91-dc8b41fbaf90" LastKnownName="ExecutionEvent" /> - </executionOccurrenceSpecificationReferencesEvent> - </event> - <covered> - <lifelineMoniker Id="c46cf1b9-958b-49d1-9a7b-82b3cc8028f4" LastKnownName=": EventCatalogSingleton" /> - </covered> - </executionOccurrenceSpecification> - <executionOccurrenceSpecification Id="804dfcc0-56ca-4e0c-9e08-1111e77c7f9a" name="ExecutionOccurrenceSpecification11"> - <elementDefinition Id="56280812-a26f-46fc-8648-4298b5035733" /> - <event> - <executionOccurrenceSpecificationReferencesEvent> - <executionEventMoniker Id="159dc303-052d-47ab-b9b9-a3f97c4e5423" LastKnownName="ExecutionEvent" /> - </executionOccurrenceSpecificationReferencesEvent> - </event> - <covered> - <lifelineMoniker Id="099e4441-8cae-4050-bb36-49c492dc0f22" LastKnownName="_eventsFile : StorageFile" /> - </covered> - </executionOccurrenceSpecification> - <messageOccurrenceSpecification Id="a769b384-48d0-4dcf-91cc-e19247500162" name="MessageOccurrenceSpecification13"> - <elementDefinition Id="5d9a2e42-cc0c-49a4-adbf-d7768574bece" /> - <covered> - <lifelineMoniker Id="4a8f9de3-9a5c-417b-82ca-b02d6e5588b2" LastKnownName="PersistencyService" /> - </covered> - </messageOccurrenceSpecification> - <messageOccurrenceSpecification Id="df454e8b-0fdc-4e37-9054-58e9c41def24" name="MessageOccurrenceSpecification14"> - <elementDefinition Id="dc0efd82-3a4e-4e06-a8b5-3d4567c8f62f" /> - <covered> - <lifelineMoniker Id="099e4441-8cae-4050-bb36-49c492dc0f22" LastKnownName="_eventsFile : StorageFile" /> - </covered> - </messageOccurrenceSpecification> - <executionOccurrenceSpecification Id="aec1a8d9-ce65-48af-9cbb-fd5910bbb8c7" name="ExecutionOccurrenceSpecification10"> - <elementDefinition Id="4e5c1234-8e65-4cf4-a70e-4a52ba84cc90" /> - <event> - <executionOccurrenceSpecificationReferencesEvent> - <executionEventMoniker Id="ac5c975a-bb6e-4ac6-927c-e47c2d8ecd85" LastKnownName="ExecutionEvent" /> - </executionOccurrenceSpecificationReferencesEvent> - </event> - <covered> - <lifelineMoniker Id="4a8f9de3-9a5c-417b-82ca-b02d6e5588b2" LastKnownName="PersistencyService" /> - </covered> - </executionOccurrenceSpecification> - <executionOccurrenceSpecification Id="3d74df65-0f30-4990-8bff-07c19772d8ac" name="ExecutionOccurrenceSpecification12"> - <elementDefinition Id="859ca47c-9d87-4f48-8362-b47c3009f460" /> - <event> - <executionOccurrenceSpecificationReferencesEvent> - <executionEventMoniker Id="3f3df419-d39b-41c1-88bb-d5bae2996c1a" LastKnownName="ExecutionEvent" /> - </executionOccurrenceSpecificationReferencesEvent> - </event> - <covered> - <lifelineMoniker Id="099e4441-8cae-4050-bb36-49c492dc0f22" LastKnownName="_eventsFile : StorageFile" /> - </covered> - </executionOccurrenceSpecification> - </fragments> - <lifelines> - <lifeline Id="4b5e8a5c-254d-4725-8be1-7a79fbee9022" name=": EventPage" isActor="false" lifelineDisplayName=": EventPage"> - <elementDefinition Id="307ce677-9bbe-4d66-922d-5dbb1eae047e" /> - <topLevelOccurrences> - <messageOccurrenceSpecificationMoniker Id="3fb2a34f-fa39-4791-8a20-24a678648802" LastKnownName="MessageOccurrenceSpecification9" /> - </topLevelOccurrences> - </lifeline> - <lifeline Id="6fd7072c-5e21-4c32-b4d3-1b79c1a5f719" name=": RelayCommand" isActor="false" lifelineDisplayName=": RelayCommand"> - <elementDefinition Id="d5fd567f-3be3-4b5a-a335-ab2e644428e9" /> - <topLevelOccurrences> - <executionOccurrenceSpecificationMoniker Id="ccbcdc60-0fe4-42b4-9618-2e320f2c73de" LastKnownName="ExecutionOccurrenceSpecification7" /> - <executionOccurrenceSpecificationMoniker Id="c518290d-17b9-4535-a5a1-c13bcb97f362" LastKnownName="ExecutionOccurrenceSpecification8" /> - <messageOccurrenceSpecificationMoniker Id="0fb45ee8-a505-4220-9465-77ca4ad8f1c3" LastKnownName="MessageOccurrenceSpecification1" /> - <messageOccurrenceSpecificationMoniker Id="e03db2f1-4417-410b-b17b-905c89f52059" LastKnownName="MessageOccurrenceSpecification12" /> - </topLevelOccurrences> - </lifeline> - <lifeline Id="5c6f76f9-09be-4e18-b6a1-9142537a23ae" name=": EventViewModel" isActor="false" lifelineDisplayName=": EventViewModel"> - <elementDefinition Id="5a62f469-6f51-4a1d-a582-7b0c4c3f6d48" /> - <topLevelOccurrences> - <executionOccurrenceSpecificationMoniker Id="90c25fdf-883d-487c-999a-b87ae9692403" LastKnownName="ExecutionOccurrenceSpecification1" /> - <executionOccurrenceSpecificationMoniker Id="26959fbf-1da7-40a9-8077-88b3c2d4f4f7" LastKnownName="ExecutionOccurrenceSpecification2" /> - </topLevelOccurrences> - </lifeline> - <lifeline Id="c46cf1b9-958b-49d1-9a7b-82b3cc8028f4" name=": EventCatalogSingleton" isActor="false" lifelineDisplayName=": EventCatalogSingleton"> - <elementDefinition Id="e27f0c0f-a56e-475a-ac90-cfd5e60137e3" /> - <topLevelOccurrences> - <executionOccurrenceSpecificationMoniker Id="8f403f3b-04b4-4cba-a988-a4986f5e8022" LastKnownName="ExecutionOccurrenceSpecification5" /> - <executionOccurrenceSpecificationMoniker Id="ff492eb1-bdfa-4eda-a606-c73ea2ce1bcc" LastKnownName="ExecutionOccurrenceSpecification6" /> - </topLevelOccurrences> - </lifeline> - <lifeline Id="f6eb5541-817b-4c7c-ad50-d677357b367f" name="Events : ObservableCollection<Event>" isActor="false" lifelineDisplayName="Events : ObservableCollection<Event>"> - <elementDefinition Id="6496cba6-29e9-4199-aac9-ccef698acd9c" /> - <topLevelOccurrences> - <executionOccurrenceSpecificationMoniker Id="25fb6bf7-d39b-4313-aaa7-c452690de02c" LastKnownName="ExecutionOccurrenceSpecification15" /> - <executionOccurrenceSpecificationMoniker Id="4105f6cd-3b50-4414-b1d0-21a428e9fbb7" LastKnownName="ExecutionOccurrenceSpecification16" /> - </topLevelOccurrences> - </lifeline> - <lifeline Id="4a8f9de3-9a5c-417b-82ca-b02d6e5588b2" name="PersistencyService" isActor="false" lifelineDisplayName="PersistencyService"> - <elementDefinition Id="6eb407c0-50e0-4b0c-bfe9-00b285db2cc1" /> - <topLevelOccurrences> - <executionOccurrenceSpecificationMoniker Id="157e65d8-5bbb-4f0b-93b3-899a8b49b89d" LastKnownName="ExecutionOccurrenceSpecification9" /> - <executionOccurrenceSpecificationMoniker Id="aec1a8d9-ce65-48af-9cbb-fd5910bbb8c7" LastKnownName="ExecutionOccurrenceSpecification10" /> - </topLevelOccurrences> - </lifeline> - <lifeline Id="099e4441-8cae-4050-bb36-49c492dc0f22" name="_eventsFile : StorageFile" isActor="false" lifelineDisplayName="_eventsFile : StorageFile"> - <elementDefinition Id="8658ac55-d01b-48b8-8421-92ffc76dea8d" /> - <topLevelOccurrences> - <executionOccurrenceSpecificationMoniker Id="804dfcc0-56ca-4e0c-9e08-1111e77c7f9a" LastKnownName="ExecutionOccurrenceSpecification11" /> - <executionOccurrenceSpecificationMoniker Id="3d74df65-0f30-4990-8bff-07c19772d8ac" LastKnownName="ExecutionOccurrenceSpecification12" /> - </topLevelOccurrences> - </lifeline> - </lifelines> - <messages> - <message Id="7967d225-2c05-432b-8ad6-fd9953083b87" name="Action" messageKind="Complete" messageSort="AsynchCall" createSelfMessage="false"> - <elementDefinition Id="a2d1a43b-7e8c-4c10-ad0a-27f0b351f781" /> - <sendEvent> - <messageOccurrenceSpecificationMoniker Id="e03db2f1-4417-410b-b17b-905c89f52059" LastKnownName="MessageOccurrenceSpecification12" /> - </sendEvent> - <receiveEvent> - <messageOccurrenceSpecificationMoniker Id="0f403def-2aa9-4447-9a94-6ffb4de6eceb" LastKnownName="MessageOccurrenceSpecification13" /> - </receiveEvent> - </message> - <message Id="6406c55f-1bc1-4e91-9bab-fdf8c835f56e" name="Remove" messageKind="Complete" messageSort="AsynchCall" createSelfMessage="false"> - <elementDefinition Id="5e96cb54-8a0f-4763-adea-3e4084d6134d" /> - <sendEvent> - <messageOccurrenceSpecificationMoniker Id="b8708d58-8f43-4613-9b31-7bb9cf3a5efd" LastKnownName="MessageOccurrenceSpecification18" /> - </sendEvent> - <receiveEvent> - <messageOccurrenceSpecificationMoniker Id="5315f45d-6731-4ca8-a018-e7cc4645c723" LastKnownName="MessageOccurrenceSpecification19" /> - </receiveEvent> - </message> - <message Id="3daaca5d-0feb-490e-a405-424043686bff" name="RemoveEventCommand" messageKind="Complete" messageSort="AsynchCall" createSelfMessage="false"> - <elementDefinition Id="4e41082f-78a7-4e00-b251-f35e888aca0d" /> - <sendEvent> - <messageOccurrenceSpecificationMoniker Id="3fb2a34f-fa39-4791-8a20-24a678648802" LastKnownName="MessageOccurrenceSpecification9" /> - </sendEvent> - <receiveEvent> - <messageOccurrenceSpecificationMoniker Id="4dae8cfb-be9f-4023-9152-a25dfb2f1ac5" LastKnownName="MessageOccurrenceSpecification10" /> - </receiveEvent> - </message> - <message Id="fbbc0be6-3c7a-4ae4-9767-23e6ea0b2dc7" name="Action" messageKind="Complete" messageSort="AsynchCall" createSelfMessage="false"> - <elementDefinition Id="a3022d72-d18d-411e-bec6-2c9c53e7fc52" /> - <sendEvent> - <messageOccurrenceSpecificationMoniker Id="0fb45ee8-a505-4220-9465-77ca4ad8f1c3" LastKnownName="MessageOccurrenceSpecification1" /> - </sendEvent> - <receiveEvent> - <messageOccurrenceSpecificationMoniker Id="478434c9-e810-4ed6-a426-7b16e8686f1e" LastKnownName="MessageOccurrenceSpecification2" /> - </receiveEvent> - </message> - <message Id="a786d37f-ad63-44d5-92fb-5991731e0378" name="Remove(SelectedEventIndex)" messageKind="Complete" messageSort="AsynchCall" createSelfMessage="false"> - <elementDefinition Id="1240616f-b697-4765-b9aa-0e9af36f1812" /> - <sendEvent> - <messageOccurrenceSpecificationMoniker Id="4f90e10e-df14-40a2-be20-88ce3cf789ee" LastKnownName="MessageOccurrenceSpecification7" /> - </sendEvent> - <receiveEvent> - <messageOccurrenceSpecificationMoniker Id="1cd005ff-e492-4b88-86f9-30b4b781c7e1" LastKnownName="MessageOccurrenceSpecification8" /> - </receiveEvent> - </message> - <message Id="4684cc34-d68e-4458-9282-19b6ddc2b76a" name="RemoveAt(index)" messageKind="Complete" messageSort="AsynchCall" createSelfMessage="false"> - <elementDefinition Id="91771eef-945e-42c1-99cc-67381e858b45" /> - <sendEvent> - <messageOccurrenceSpecificationMoniker Id="b4ec3913-2f9f-4155-a89d-7657a8b9c44a" LastKnownName="MessageOccurrenceSpecification17" /> - </sendEvent> - <receiveEvent> - <messageOccurrenceSpecificationMoniker Id="78314432-6bf6-4469-b9fd-d1c12524b846" LastKnownName="MessageOccurrenceSpecification18" /> - </receiveEvent> - </message> - <message Id="952e9d46-6145-48f0-8fd5-31976c6bce69" name="SaveEventsAsJsonAsync(Events)" messageKind="Complete" messageSort="AsynchCall" createSelfMessage="false"> - <elementDefinition Id="949811bd-98b9-4e66-b0cb-ab0e1d96c980" /> - <sendEvent> - <messageOccurrenceSpecificationMoniker Id="f8ef59d1-d04d-4320-bce1-9493b9339cf8" LastKnownName="MessageOccurrenceSpecification11" /> - </sendEvent> - <receiveEvent> - <messageOccurrenceSpecificationMoniker Id="46a980c0-68e8-4c4b-b498-c1419fde1f2c" LastKnownName="MessageOccurrenceSpecification12" /> - </receiveEvent> - </message> - <message Id="94de6fe2-67c9-4fa2-8adf-dfbd4b426b3f" name="File.WriteAllText" messageKind="Complete" messageSort="AsynchCall" createSelfMessage="false"> - <elementDefinition Id="a779ea9a-de9c-40a0-9dcc-3808a1dfbb70" /> - <sendEvent> - <messageOccurrenceSpecificationMoniker Id="a769b384-48d0-4dcf-91cc-e19247500162" LastKnownName="MessageOccurrenceSpecification13" /> - </sendEvent> - <receiveEvent> - <messageOccurrenceSpecificationMoniker Id="df454e8b-0fdc-4e37-9054-58e9c41def24" LastKnownName="MessageOccurrenceSpecification14" /> - </receiveEvent> - </message> - </messages> - </interaction> - </packageHasNamedElement> - <packageHasNamedElement> - <executionEvent Id="e1b5c94e-efe9-4f74-a785-918ca51039e1" name="ExecutionEvent"> - <elementDefinition Id="97691301-5c92-44eb-9320-6dda7d987a01" /> - </executionEvent> - </packageHasNamedElement> - <packageHasNamedElement> - <executionEvent Id="2a8e0b90-2caa-4074-96c1-65ae174d5ca9" name="ExecutionEvent"> - <elementDefinition Id="91049451-92c6-4444-b8db-6ae244dde226" /> - </executionEvent> - </packageHasNamedElement> - <packageHasNamedElement> - <executionEvent Id="ce054908-3026-437a-95e0-abf310efcc8f" name="ExecutionEvent"> - <elementDefinition Id="de251d3c-da60-4195-a9dc-e708204200c3" /> - </executionEvent> - </packageHasNamedElement> - <packageHasNamedElement> - <executionEvent Id="c6256763-36c6-4aa6-85a0-fa5f001d59e8" name="ExecutionEvent"> - <elementDefinition Id="ba87de8d-5e82-4b15-8b65-e39a71418592" /> - </executionEvent> - </packageHasNamedElement> - <packageHasNamedElement> - <executionEvent Id="f29d84c9-7db8-4652-b05c-cc04134a3253" name="ExecutionEvent"> - <elementDefinition Id="f1284cba-56c5-4364-a341-a0854b673256" /> - </executionEvent> - </packageHasNamedElement> - <packageHasNamedElement> - <executionEvent Id="2aa95e41-d53e-4066-9c91-dc8b41fbaf90" name="ExecutionEvent"> - <elementDefinition Id="434847e9-da6b-43e3-a95e-57b9d8d44442" /> - </executionEvent> - </packageHasNamedElement> - <packageHasNamedElement> - <executionEvent Id="8a9df2a2-5440-4c87-910b-fb2bb3d5ead9" name="ExecutionEvent"> - <elementDefinition Id="73d69b58-5c38-4b33-b8b1-00b103e32e4d" /> - </executionEvent> - </packageHasNamedElement> - <packageHasNamedElement> - <executionEvent Id="f4ce8286-91d6-4f17-a124-2cbe9a93cedb" name="ExecutionEvent"> - <elementDefinition Id="190ebc52-206f-45cd-afd9-6e1dc9f19440" /> - </executionEvent> - </packageHasNamedElement> - <packageHasNamedElement> - <executionEvent Id="5b2953b5-6c25-491e-ac76-6c1a7b20c147" name="ExecutionEvent"> - <elementDefinition Id="cd3f4ac4-eb03-4f91-82c0-40c25e09ae48" /> - </executionEvent> - </packageHasNamedElement> - <packageHasNamedElement> - <executionEvent Id="ac5c975a-bb6e-4ac6-927c-e47c2d8ecd85" name="ExecutionEvent"> - <elementDefinition Id="e838c3e2-1199-473d-a0a3-710ca7d7c9db" /> - </executionEvent> - </packageHasNamedElement> - <packageHasNamedElement> - <executionEvent Id="159dc303-052d-47ab-b9b9-a3f97c4e5423" name="ExecutionEvent"> - <elementDefinition Id="e479bb51-e40a-45a9-bdb1-e927cd2ec349" /> - </executionEvent> - </packageHasNamedElement> - <packageHasNamedElement> - <executionEvent Id="3f3df419-d39b-41c1-88bb-d5bae2996c1a" name="ExecutionEvent"> - <elementDefinition Id="24f5131f-c9f6-4bfe-a839-3a6f977656f3" /> - </executionEvent> - </packageHasNamedElement> - <packageHasNamedElement> - <executionEvent Id="18fdd374-571f-4bd6-9f5d-7ea3ec936f85" name="ExecutionEvent"> - <elementDefinition Id="3de40b1b-d7c9-42a6-858c-108dced44d23" /> - </executionEvent> - </packageHasNamedElement> - <packageHasNamedElement> - <executionEvent Id="94f26729-9723-4ac0-b1e6-f38a452cb5f1" name="ExecutionEvent"> - <elementDefinition Id="3b814457-889b-410e-aad3-6a62b7007f73" /> - </executionEvent> - </packageHasNamedElement> - </packagedElements> - <package Id="b1b003d2-232e-470b-a3ec-c88dde8fa94e" name="Design"> - <elementDefinition Id="4b0cb164-35b8-470e-8c31-e1c8cd481f6f" /> - </package> - <package Id="d8e7829c-b483-43ed-98e2-6008a865eb7a" name="Design"> - <elementDefinition Id="1bc1064b-b630-4768-9d3b-c772ca559686" /> - </package> -</SequenceDesignerModel>
\ No newline at end of file diff --git a/EventMaker/Design/RemovingEvent.sequencediagram.layout b/EventMaker/Design/RemovingEvent.sequencediagram.layout deleted file mode 100644 index eacd91a..0000000 --- a/EventMaker/Design/RemovingEvent.sequencediagram.layout +++ /dev/null @@ -1,224 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> - -<sequenceDesignerDiagram dslVersion="1.0.0.0" absoluteBounds="0, 0, 12.25, 8.5" name="Sequnce Diagram Delete Action"> - <SequenceDesignerModelMoniker Id="6c3241eb-f5b5-4520-a07d-691169e42d8b" /> - <nestedChildShapes> - <lifelineShape Id="0bddce2d-a643-4e64-a1e2-ee1f3e8bd2b2" absoluteBounds="1.2395833730697632, 1, 0.15, 7" - visible="true" visualStyleMode="Modified"> - <lifelineMoniker Id="4b5e8a5c-254d-4725-8be1-7a79fbee9022" LastKnownName=": EventPage" /> - <relativeChildShapes> - <umlLifelineHeadShape Id="22591353-f792-445a-af6d-5254c47c4b95" - absoluteBounds="0.81458337306976314, 0.6, 1, 0.4" customColor="White" - visualStyleMode="Modified"> - <lifelineMoniker Id="4b5e8a5c-254d-4725-8be1-7a79fbee9022" LastKnownName=": EventPage" /> - <relativeChildShapes /> - </umlLifelineHeadShape> - <lifelineHoverShape Id="6312d7c3-4163-486f-a766-1e7ce1cc784e" absoluteBounds="1.2395833730697632, 1, 0, 7"> - <lifelineMoniker Id="4b5e8a5c-254d-4725-8be1-7a79fbee9022" LastKnownName=": EventPage" /> - </lifelineHoverShape> - </relativeChildShapes> - </lifelineShape> - <lifelineShape Id="20121bd8-725f-4816-9ee9-f86739ade91a" absoluteBounds="4.1356509140066118, 1, 0.15, 7" - visible="true" visualStyleMode="Modified"> - <lifelineMoniker Id="5c6f76f9-09be-4e18-b6a1-9142537a23ae" LastKnownName=": EventViewModel" /> - <relativeChildShapes> - <umlLifelineHeadShape Id="8ca7491c-6a09-4591-8954-9bccfa472bb0" - absoluteBounds="3.5724297287992446, 0.6, 1.2764423704147339, 0.4" customColor="White" - visualStyleMode="Modified"> - <lifelineMoniker Id="5c6f76f9-09be-4e18-b6a1-9142537a23ae" LastKnownName=": EventViewModel" /> - <relativeChildShapes /> - </umlLifelineHeadShape> - <lifelineHoverShape Id="37378ab9-44d5-4dcd-851b-8875131af30f" absoluteBounds="4.1356509140066118, 1, 0, 7"> - <lifelineMoniker Id="5c6f76f9-09be-4e18-b6a1-9142537a23ae" LastKnownName=": EventViewModel" /> - </lifelineHoverShape> - <umlExecutionSpecificationShape Id="e5ea84f3-ac5a-457d-9293-68dd3b2d1516" - absoluteBounds="4.1356509140066118, 2.3112238950129687, 0.15, 0.59999999999999964" - customColor="184, 204, 215" visualStyleMode="Modified"> - <behaviorExecutionSpecificationMoniker Id="c6094fe9-0c9d-4677-8f9a-b484adcda690" - LastKnownName="BehaviorExecutionSpecification1" /> - </umlExecutionSpecificationShape> - </relativeChildShapes> - </lifelineShape> - <lifelineShape Id="837f019a-97e3-4912-a333-478f59e5ef8b" absoluteBounds="5.9687498410542821, 1, 0.15, 7" - visible="true" visualStyleMode="Modified"> - <lifelineMoniker Id="c46cf1b9-958b-49d1-9a7b-82b3cc8028f4" LastKnownName=": EventCatalogSingleton" /> - <relativeChildShapes> - <umlLifelineHeadShape Id="873f1263-783e-4755-9940-a890f51e6012" - absoluteBounds="5.2277129205067965, 0.6, 1.6320738410949707, 0.4" customColor="White" - visualStyleMode="Modified"> - <lifelineMoniker Id="c46cf1b9-958b-49d1-9a7b-82b3cc8028f4" LastKnownName=": EventCatalogSingleton" /> - <relativeChildShapes /> - </umlLifelineHeadShape> - <lifelineHoverShape Id="ee2d05d9-15ed-439f-ba1b-110e4fdb39bb" absoluteBounds="5.9687498410542821, 1, 0, 7"> - <lifelineMoniker Id="c46cf1b9-958b-49d1-9a7b-82b3cc8028f4" LastKnownName=": EventCatalogSingleton" /> - </lifelineHoverShape> - <umlExecutionSpecificationShape Id="97ad5565-7f95-44ef-8d00-6c58db73130a" - absoluteBounds="5.9687498410542821, 2.6112238950129685, 0.15, 1.5145833333333325" - customColor="184, 204, 215" visualStyleMode="Modified"> - <behaviorExecutionSpecificationMoniker Id="33a7917f-6028-447c-889c-a8915ea23ddd" - LastKnownName="BehaviorExecutionSpecification3" /> - </umlExecutionSpecificationShape> - </relativeChildShapes> - </lifelineShape> - <lifelineShape Id="9011f262-b96d-4c71-81e9-6b6878faf386" absoluteBounds="2.8043233404902863, 1, 0.15, 7" - visible="true" visualStyleMode="Modified"> - <lifelineMoniker Id="6fd7072c-5e21-4c32-b4d3-1b79c1a5f719" LastKnownName=": RelayCommand" /> - <relativeChildShapes> - <umlLifelineHeadShape Id="9552ea2f-3d9f-44fc-9006-7f7d6715c495" - absoluteBounds="2.2686900459079196, 0.6, 1.2212665891647339, 0.4" customColor="White" - visualStyleMode="Modified"> - <lifelineMoniker Id="6fd7072c-5e21-4c32-b4d3-1b79c1a5f719" LastKnownName=": RelayCommand" /> - <relativeChildShapes /> - </umlLifelineHeadShape> - <lifelineHoverShape Id="89c13dae-a5a4-4504-bd0a-7ddfc5d5a2d4" absoluteBounds="2.8043233404902863, 1, 0, 7"> - <lifelineMoniker Id="6fd7072c-5e21-4c32-b4d3-1b79c1a5f719" LastKnownName=": RelayCommand" /> - </lifelineHoverShape> - <umlExecutionSpecificationShape Id="dd6452f8-9a5d-4490-9ce0-297dd3d8afcd" - absoluteBounds="2.8043233404902863, 1.4299738950129692, 0.15, 0.55" - customColor="184, 204, 215" visualStyleMode="Modified"> - <behaviorExecutionSpecificationMoniker Id="cbeb3215-ffbd-4905-860d-413e8975a2db" - LastKnownName="BehaviorExecutionSpecification4" /> - </umlExecutionSpecificationShape> - </relativeChildShapes> - </lifelineShape> - <commentShape Id="466ff411-926b-4a75-bdca-d7e384ac0e17" absoluteBounds="0, 1.25, 1.25, 0.375" - customColor="251, 247, 200"> - <commentMoniker Id="cba7e648-2fc2-4c28-a514-858e673eff11" /> - <relativeChildShapes /> - </commentShape> - <commentConnector edgePoints="[(1.25 : 1.4375); (1.357421875 : 1)]" fixedFrom="Caller" fixedTo="Caller" - TargetRelationshipDomainClassId="217d6bd0-42ed-4e7f-ad2b-af3ef5142428" customColor="Black"> - <relativeChildShapes /> - <nodes> - <commentShapeMoniker Id="466ff411-926b-4a75-bdca-d7e384ac0e17" /> - <lifelineShapeMoniker Id="0bddce2d-a643-4e64-a1e2-ee1f3e8bd2b2" /> - </nodes> - </commentConnector> - <asyncMessageConnector edgePoints="[(2.87932334049029 : 2.31122389501297); (4.13565091400661 : 2.31122389501297)]" - fixedFrom="Caller" fixedTo="Caller" - TargetRelationshipDomainClassId="e24617ce-6c7e-4c7d-802a-63014f02e313" customColor="Black" - visible="true" visualStyleMode="Modified" messageId="00000000-0000-0000-0000-000000000000"> - <relativeChildShapes /> - <nodes> - <lifelineShapeMoniker Id="9011f262-b96d-4c71-81e9-6b6878faf386" /> - <umlExecutionSpecificationShapeMoniker Id="e5ea84f3-ac5a-457d-9293-68dd3b2d1516" /> - </nodes> - </asyncMessageConnector> - <asyncMessageConnector edgePoints="[(4.28565091400661 : 2.61122389501297); (5.96874984105428 : 2.61122389501297)]" - fixedFrom="Caller" fixedTo="Caller" - TargetRelationshipDomainClassId="e24617ce-6c7e-4c7d-802a-63014f02e313" customColor="Black" - visible="true" visualStyleMode="Modified" messageId="00000000-0000-0000-0000-000000000000"> - <relativeChildShapes /> - <nodes> - <umlExecutionSpecificationShapeMoniker Id="e5ea84f3-ac5a-457d-9293-68dd3b2d1516" /> - <umlExecutionSpecificationShapeMoniker Id="97ad5565-7f95-44ef-8d00-6c58db73130a" /> - </nodes> - </asyncMessageConnector> - <asyncMessageConnector edgePoints="[(1.31458337306976 : 1.42997389501297); (2.80432334049029 : 1.42997389501297)]" - fixedFrom="Caller" fixedTo="Caller" - TargetRelationshipDomainClassId="e24617ce-6c7e-4c7d-802a-63014f02e313" customColor="Black" - visible="true" visualStyleMode="Modified" messageId="00000000-0000-0000-0000-000000000000"> - <relativeChildShapes /> - <nodes> - <lifelineShapeMoniker Id="0bddce2d-a643-4e64-a1e2-ee1f3e8bd2b2" /> - <umlExecutionSpecificationShapeMoniker Id="dd6452f8-9a5d-4490-9ce0-297dd3d8afcd" /> - </nodes> - </asyncMessageConnector> - <lifelineShape Id="73f72f10-a25f-4c56-b289-5d728f869b24" absoluteBounds="9.5937503178914376, 1, 0.15, 7" - visible="true" visualStyleMode="Modified"> - <lifelineMoniker Id="4a8f9de3-9a5c-417b-82ca-b02d6e5588b2" LastKnownName="PersistencyService" /> - <relativeChildShapes> - <umlLifelineHeadShape Id="4f51b5e8-5a06-4e99-b442-0553178773d9" - absoluteBounds="9.0056267889340713, 0.6, 1.3262470579147339, 0.4" customColor="White" - visualStyleMode="Modified"> - <lifelineMoniker Id="4a8f9de3-9a5c-417b-82ca-b02d6e5588b2" LastKnownName="PersistencyService" /> - <relativeChildShapes /> - </umlLifelineHeadShape> - <lifelineHoverShape Id="fe57e124-dc25-49de-a2d6-72963cbab9f1" absoluteBounds="9.5937503178914376, 1, 0, 7"> - <lifelineMoniker Id="4a8f9de3-9a5c-417b-82ca-b02d6e5588b2" LastKnownName="PersistencyService" /> - </lifelineHoverShape> - <umlExecutionSpecificationShape Id="233627b5-d7df-4354-af00-f04d847f7eb0" - absoluteBounds="9.5937503178914376, 3.8258072283463012, 0.15, 0.59999999999999964" - customColor="184, 204, 215" visualStyleMode="Modified"> - <behaviorExecutionSpecificationMoniker Id="9b6339fd-9ee4-4f7a-bccb-6f8ddbf7cf51" - LastKnownName="BehaviorExecutionSpecification5" /> - </umlExecutionSpecificationShape> - </relativeChildShapes> - </lifelineShape> - <asyncMessageConnector edgePoints="[(6.11874984105428 : 3.8258072283463); (9.59375031789144 : 3.8258072283463)]" - fixedFrom="Caller" fixedTo="Caller" - TargetRelationshipDomainClassId="e24617ce-6c7e-4c7d-802a-63014f02e313" customColor="Black" - visible="true" visualStyleMode="Modified" messageId="00000000-0000-0000-0000-000000000000"> - <relativeChildShapes /> - <nodes> - <umlExecutionSpecificationShapeMoniker Id="97ad5565-7f95-44ef-8d00-6c58db73130a" /> - <umlExecutionSpecificationShapeMoniker Id="233627b5-d7df-4354-af00-f04d847f7eb0" /> - </nodes> - </asyncMessageConnector> - <lifelineShape Id="739b1ed5-cb12-4c9f-810e-97082a3c0181" absoluteBounds="11.148437182108562, 1, 0.15, 7" - visible="true" visualStyleMode="Modified"> - <lifelineMoniker Id="099e4441-8cae-4050-bb36-49c492dc0f22" LastKnownName="_eventsFile : StorageFile" /> - <relativeChildShapes> - <umlLifelineHeadShape Id="90ea7921-795c-4d0a-8ef5-b6f8ab5c5981" - absoluteBounds="10.390283297697705, 0.6, 1.6663077688217163, 0.4" customColor="White" - visualStyleMode="Modified"> - <lifelineMoniker Id="099e4441-8cae-4050-bb36-49c492dc0f22" LastKnownName="_eventsFile : StorageFile" /> - <relativeChildShapes /> - </umlLifelineHeadShape> - <lifelineHoverShape Id="ca20b4ce-e803-4e7f-b769-51ea242a488e" absoluteBounds="11.148437182108562, 1, 0, 7"> - <lifelineMoniker Id="099e4441-8cae-4050-bb36-49c492dc0f22" LastKnownName="_eventsFile : StorageFile" /> - </lifelineHoverShape> - <umlExecutionSpecificationShape Id="7084c624-ee68-4851-9c04-d66b4cba3764" - absoluteBounds="11.148437182108562, 4.125807228346301, 0.15, 0.55" - customColor="184, 204, 215" visualStyleMode="Modified"> - <behaviorExecutionSpecificationMoniker Id="60daf272-b00c-4635-abf0-ca8f2c9d4c51" - LastKnownName="BehaviorExecutionSpecification6" /> - </umlExecutionSpecificationShape> - </relativeChildShapes> - </lifelineShape> - <asyncMessageConnector edgePoints="[(9.74375031789144 : 4.1258072283463); (11.1484371821086 : 4.1258072283463)]" - fixedFrom="Caller" fixedTo="Caller" - TargetRelationshipDomainClassId="e24617ce-6c7e-4c7d-802a-63014f02e313" customColor="Black" - visible="true" visualStyleMode="Modified" messageId="00000000-0000-0000-0000-000000000000"> - <relativeChildShapes /> - <nodes> - <umlExecutionSpecificationShapeMoniker Id="233627b5-d7df-4354-af00-f04d847f7eb0" /> - <umlExecutionSpecificationShapeMoniker Id="7084c624-ee68-4851-9c04-d66b4cba3764" /> - </nodes> - </asyncMessageConnector> - <lifelineShape Id="779d8ac7-1e34-4be6-b363-706519b8e523" absoluteBounds="7.8802083333333357, 1, 0.15, 7" - visible="true" visualStyleMode="Modified"> - <lifelineMoniker Id="f6eb5541-817b-4c7c-ad50-d677357b367f" - LastKnownName="Events : ObservableCollection<Event>" /> - <relativeChildShapes> - <umlLifelineHeadShape Id="1ed8e648-0069-45f8-88de-858882168048" - absoluteBounds="6.9669075520833355, 0.61041666666666661, 1.9766015625, 0.38958333333333339" - customColor="White" visualStyleMode="Modified"> - <lifelineMoniker Id="f6eb5541-817b-4c7c-ad50-d677357b367f" - LastKnownName="Events : ObservableCollection<Event>" /> - <relativeChildShapes /> - </umlLifelineHeadShape> - <lifelineHoverShape Id="a626cb7f-58cf-460e-81eb-ada431cfe369" absoluteBounds="7.8802083333333357, 1, 0, 7"> - <lifelineMoniker Id="f6eb5541-817b-4c7c-ad50-d677357b367f" - LastKnownName="Events : ObservableCollection<Event>" /> - </lifelineHoverShape> - <umlExecutionSpecificationShape Id="c9d8a1bf-e26e-4e4d-9718-3a0e71e242e5" - absoluteBounds="7.8802083333333357, 2.9112238950129683, 0.15, 0.55" - customColor="184, 204, 215" visualStyleMode="Modified"> - <behaviorExecutionSpecificationMoniker Id="051ffa1c-d67b-40d9-8f08-ab33babd3b6a" - LastKnownName="BehaviorExecutionSpecification8" /> - </umlExecutionSpecificationShape> - </relativeChildShapes> - </lifelineShape> - <asyncMessageConnector edgePoints="[(6.11874984105428 : 2.91122389501297); (7.88020833333334 : 2.91122389501297)]" - fixedFrom="Caller" fixedTo="Caller" - TargetRelationshipDomainClassId="e24617ce-6c7e-4c7d-802a-63014f02e313" customColor="Black" - visible="true" visualStyleMode="Modified" messageId="00000000-0000-0000-0000-000000000000"> - <relativeChildShapes /> - <nodes> - <umlExecutionSpecificationShapeMoniker Id="97ad5565-7f95-44ef-8d00-6c58db73130a" /> - <umlExecutionSpecificationShapeMoniker Id="c9d8a1bf-e26e-4e4d-9718-3a0e71e242e5" /> - </nodes> - </asyncMessageConnector> - </nestedChildShapes> -</sequenceDesignerDiagram>
\ No newline at end of file |