Skip to content

Commit a27336e

Browse files
authored
Update README.md
1 parent 457e5ea commit a27336e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
# ServiceSimulationSystem
22

33
Project aim is build service simulation system that has flow of requests which are created by sources. Requests is taken by devices on work, if they are no free devices requests go in buffer, also if new requests haven't come we take requests from buffer.
4-
4+
Type of modeling system is "Special events method" (We move from one event to another simply increasing time).
5+
Special events are:
6+
* arrive of new request,
7+
* time of free device,
8+
* end of modeling.
59

610
## Technologies
711
- ASP .NET 6
812
- C# 10
13+
- AutoMapper
914

1015
## Architecture
1116
N-Layer Web API
1217

1318
## Used Design Patterns
14-
1. Factory Pattern (Concrete implementation chosen by input parameter and provided by IoC)
19+
1. Factory Pattern (Concrete implementation is chosen by input parameter)
1520
2. Dependency Injection (DI)

0 commit comments

Comments
 (0)