Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <ClassDiagram MajorVersion="1" MinorVersion="1">
- <Class Name="Sequence">
- <Position X="3" Y="0.5" Width="2.25" />
- <TypeIdentifier>
- <HashCode>AAAAAAAIAAAAABAACAAAAAAAAAAAAAAEAAAAAACAAAA=</HashCode>
- <FileName>Program.cs</FileName>
- </TypeIdentifier>
- <ShowAsAssociation>
- <Field Name="_strategy" />
- </ShowAsAssociation>
- <Lollipop Position="0.2" />
- </Class>
- <Class Name="SquareDifferenceStrategy">
- <Position X="6" Y="2.5" Width="2" />
- <TypeIdentifier>
- <HashCode>AAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAA=</HashCode>
- <FileName>Program.cs</FileName>
- </TypeIdentifier>
- <Lollipop Position="0.2" />
- </Class>
- <Class Name="SumStrategy">
- <Position X="8.25" Y="2.5" Width="1.5" />
- <TypeIdentifier>
- <HashCode>AAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAA=</HashCode>
- <FileName>Program.cs</FileName>
- </TypeIdentifier>
- <Lollipop Position="0.2" />
- </Class>
- <Class Name="NegativeDecorator">
- <Position X="3.5" Y="4" Width="1.75" />
- <TypeIdentifier>
- <HashCode>AAAAAAAAAAAAAAAACAAAAAAAACAAAAAAAAAAAAAAAAA=</HashCode>
- <FileName>Program.cs</FileName>
- </TypeIdentifier>
- <ShowAsAssociation>
- <Field Name="_strategy" />
- </ShowAsAssociation>
- <Lollipop Position="0.2" />
- </Class>
- <Class Name="MultiplyByTwoDecorator">
- <Position X="0.5" Y="2.5" Width="2" />
- <TypeIdentifier>
- <HashCode>AAAAAAAAAAAAAAAACAAAAAAAACAAAAAAAAAAAAAAAAA=</HashCode>
- <FileName>Program.cs</FileName>
- </TypeIdentifier>
- <ShowAsAssociation>
- <Field Name="_strategy" />
- </ShowAsAssociation>
- <Lollipop Position="0.2" />
- </Class>
- <Interface Name="ICalculationStrategy">
- <Position X="7" Y="0.5" Width="1.75" />
- <TypeIdentifier>
- <HashCode>AAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAA=</HashCode>
- <FileName>Program.cs</FileName>
- </TypeIdentifier>
- </Interface>
- <Font Name="Segoe UI" Size="9" />
- </ClassDiagram>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement