Skip to content

Commit e2c23c5

Browse files
authored
Update README.md
Edited the file path of images
1 parent db8e6ce commit e2c23c5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ public class DePaCoG {
254254

255255
The image below shows a class diagram for the complete application. For simplicity I have selected only 3 design pattern classes (each representing its category of design patterns) out of the 23.
256256

257-
![](C:\Users\Samujjwaal Dey\Desktop\CS 474 OOLE\homework1\screenshots\DePaCoG.png)
257+
![](/screenshots/DePaCoG.png)
258258

259259
The class `DePaCoG` has the main() method in it. It creates an instance of class `Hw1DesignPatternGenerator` (concrete implementation of `DesignPatternGenerator` ). Methods here are for displaying menu of design patterns and getting choice of design pattern from user. Depending on user’s choice the corresponding design pattern generating class (implementation of ``DesignPattern`) is instantiated to generate the design pattern source code.
260260

@@ -288,13 +288,13 @@ On Windows, the command to run the jar file: `java -jar hw1-assembly-0.1.jar mod
288288

289289
* run `java -jar hw1-assembly-0.1.jar 0`
290290

291-
![](C:\Users\Samujjwaal Dey\Desktop\CS 474 OOLE\homework1\screenshots\Capture4.PNG)
291+
![](/screenshots/Capture4.PNG)
292292

293293
* Executing using custom inputs from user, then `mode = 1`:
294294

295295
* run `java -jar hw1-assembly-0.1.jar 1`
296296

297-
![](C:\Users\Samujjwaal Dey\Desktop\CS 474 OOLE\homework1\screenshots\Capture2.PNG)
297+
![](/screenshots/Capture2.PNG)
298298

299299
For execution in IntelliJ, use `run 0` or `run 1` for the preferred way of execution (argument passed has similar purpose like in the command line method)
300300

@@ -324,11 +324,11 @@ The classes created are : `Processor.java, Intel.java, AMD.java, OperatingSystem
324324

325325
The image below shows the class diagram of the classes generated after executing the config input values.
326326

327-
![](C:\Users\Samujjwaal Dey\Desktop\CS 474 OOLE\homework1\screenshots\laptopFactory.png)
327+
![](/screenshots/laptopFactory.png)
328328

329329
In addition to Abstract Factory, the `default.conf` configuration file also contains inputs for Decorator, Adapter and Observer design patterns.
330330

331331
The `outputs` folder is created in the current working directory during execution.
332332

333-
<img src="C:\Users\Samujjwaal Dey\Desktop\CS 474 OOLE\homework1\screenshots\Capture.PNG" style="zoom:75%;" />
333+
<img src="/screenshots/Capture.PNG" style="zoom:75%;" />
334334

0 commit comments

Comments
 (0)