You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -254,7 +254,7 @@ public class DePaCoG {
254
254
255
255
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.
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.
260
260
@@ -288,13 +288,13 @@ On Windows, the command to run the jar file: `java -jar hw1-assembly-0.1.jar mod
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)
300
300
@@ -324,11 +324,11 @@ The classes created are : `Processor.java, Intel.java, AMD.java, OperatingSystem
324
324
325
325
The image below shows the class diagram of the classes generated after executing the config input values.
0 commit comments