Add command pattern diagrams

This commit is contained in:
Petrutiu Mihai
2016-07-14 14:41:38 +03:00
parent ae6774d316
commit f7191b84f3
8 changed files with 2080 additions and 0 deletions

View File

@@ -42,6 +42,26 @@
<Content Include="ChainOfResponsibility\ChainOfResponsibilitySequenceDiagram.PNG">
<SubType>Content</SubType>
</Content>
<Content Include="CommandPattern\CommandPattern.classdiagram">
<SubType>Content</SubType>
</Content>
<Content Include="CommandPattern\CommandPattern.classdiagram.layout">
<SubType>Content</SubType>
<DependentUpon>CommandPattern\CommandPattern.classdiagram</DependentUpon>
</Content>
<Content Include="CommandPattern\CommandPattern.sequencediagram">
<SubType>Content</SubType>
</Content>
<Content Include="CommandPattern\CommandPattern.sequencediagram.layout">
<SubType>Content</SubType>
<DependentUpon>CommandPattern\CommandPattern.sequencediagram</DependentUpon>
</Content>
<Content Include="CommandPattern\CommandPatternClassDiagram.PNG">
<SubType>Content</SubType>
</Content>
<Content Include="CommandPattern\CommandPatternSequenceDiagram.PNG">
<SubType>Content</SubType>
</Content>
<Content Include="Mediator\AirTrafficControl.classdiagram">
<SubType>Content</SubType>
</Content>
@@ -88,6 +108,7 @@
</Content>
<Folder Include="Mediator" />
<Folder Include="ChainOfResponsibility" />
<Folder Include="CommandPattern" />
<Folder Include="Observer" />
</ItemGroup>
<ItemGroup>