Logic for interaction diagram was added
This commit is contained in:
@@ -2,12 +2,16 @@
|
||||
using StructureHelperCommon.Models.Shapes.Logics;
|
||||
using System;
|
||||
|
||||
|
||||
//Copyright (c) 2023 Redikultsev Evgeny, Ekaterinburg, Russia
|
||||
//All rights reserved.
|
||||
|
||||
namespace StructureHelperCommon.Models.Shapes
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public class Point2D : IPoint2D
|
||||
{
|
||||
private readonly IUpdateStrategy<IPoint2D> updateStrategy = new PointShapeUpdateStrategy();
|
||||
private readonly IUpdateStrategy<IPoint2D> updateStrategy = new Point2DUpdateStrategy();
|
||||
/// <inheritdoc />
|
||||
public Guid Id { get; }
|
||||
/// <inheritdoc />
|
||||
|
||||
Reference in New Issue
Block a user