Question related to software engineering/desinging Identify the Design Pattern for the security system and write down the code of your selected pattern.. In the Security System, the Monitoring Stations are responsible for generating the safety check report. A Report Handler interface is created with the definition of the two basic operations to create a report such as “setOutputPath” and “createReport”.Security system needs three types of reporting i.e. XML Report, CSV Report and Txt Report provided by different vendors where each vendor provide different operations for corresponding report as mentioned in Figure 2. Security system needs the intermediate class that should be responsible for creating the report in the appropriate format. The corresponding classes has the responsibility to manage the different operations within the two basic operations provided by the interface.
Question related to software engineering/desinging
Identify the Design Pattern for the security system and write down the code of your selected pattern..
In the Security System, the Monitoring Stations are responsible for generating the safety check report. A Report
Handler interface is created with the definition of the two basic operations to create a report such as “setOutputPath”
and “createReport”.Security system needs three types of reporting i.e. XML Report, CSV Report and Txt Report
provided by different vendors where each vendor provide different operations for corresponding report as mentioned
in Figure 2. Security system needs the intermediate class that should be responsible for creating the report in the
appropriate format. The corresponding classes has the responsibility to manage the different operations within the two
basic operations provided by the interface.
Step by step
Solved in 2 steps