paulvangentcom / python_corona_simulation

An agent-based simulation of corona and other viruses in python
GNU General Public License v3.0
292 stars 76 forks source link

facade model #52

Open ricky971128 opened 3 years ago

ricky971128 commented 3 years ago

The purpose of this class is to provide a consistent interface for a group of interfaces in the subsystem. The appearance pattern defines a high-level interface, which makes the subsystem easier to use.Facade mode can reduce the complexity of accessing the internal subsystems of complex systems and simplify the interfaces between clients.