Advertisement
multifacs

cd

Dec 6th, 2024
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <ClassDiagram MajorVersion="1" MinorVersion="1">
  3. <Class Name="Sequence">
  4. <Position X="3" Y="0.5" Width="2.25" />
  5. <TypeIdentifier>
  6. <HashCode>AAAAAAAIAAAAABAACAAAAAAAAAAAAAAEAAAAAACAAAA=</HashCode>
  7. <FileName>Program.cs</FileName>
  8. </TypeIdentifier>
  9. <ShowAsAssociation>
  10. <Field Name="_strategy" />
  11. </ShowAsAssociation>
  12. <Lollipop Position="0.2" />
  13. </Class>
  14. <Class Name="SquareDifferenceStrategy">
  15. <Position X="6" Y="2.5" Width="2" />
  16. <TypeIdentifier>
  17. <HashCode>AAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAA=</HashCode>
  18. <FileName>Program.cs</FileName>
  19. </TypeIdentifier>
  20. <Lollipop Position="0.2" />
  21. </Class>
  22. <Class Name="SumStrategy">
  23. <Position X="8.25" Y="2.5" Width="1.5" />
  24. <TypeIdentifier>
  25. <HashCode>AAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAA=</HashCode>
  26. <FileName>Program.cs</FileName>
  27. </TypeIdentifier>
  28. <Lollipop Position="0.2" />
  29. </Class>
  30. <Class Name="NegativeDecorator">
  31. <Position X="3.5" Y="4" Width="1.75" />
  32. <TypeIdentifier>
  33. <HashCode>AAAAAAAAAAAAAAAACAAAAAAAACAAAAAAAAAAAAAAAAA=</HashCode>
  34. <FileName>Program.cs</FileName>
  35. </TypeIdentifier>
  36. <ShowAsAssociation>
  37. <Field Name="_strategy" />
  38. </ShowAsAssociation>
  39. <Lollipop Position="0.2" />
  40. </Class>
  41. <Class Name="MultiplyByTwoDecorator">
  42. <Position X="0.5" Y="2.5" Width="2" />
  43. <TypeIdentifier>
  44. <HashCode>AAAAAAAAAAAAAAAACAAAAAAAACAAAAAAAAAAAAAAAAA=</HashCode>
  45. <FileName>Program.cs</FileName>
  46. </TypeIdentifier>
  47. <ShowAsAssociation>
  48. <Field Name="_strategy" />
  49. </ShowAsAssociation>
  50. <Lollipop Position="0.2" />
  51. </Class>
  52. <Interface Name="ICalculationStrategy">
  53. <Position X="7" Y="0.5" Width="1.75" />
  54. <TypeIdentifier>
  55. <HashCode>AAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAA=</HashCode>
  56. <FileName>Program.cs</FileName>
  57. </TypeIdentifier>
  58. </Interface>
  59. <Font Name="Segoe UI" Size="9" />
  60. </ClassDiagram>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement