Design Pattern Examples
Overview of object-oriented design patterns
facade_interface.py File Reference

Implementation of the IDeviceNetworkHighLevel interface representing the high-level system used in the Facade Pattern. More...

Go to the source code of this file.

Classes

class  IDeviceNetworkHighLevel
 Represents a high level view of a complex network of device chains. More...
 

Namespaces

namespace  DesignPatternExamples_python
 The DesignPatternExamples_python package, containing 20 examples of design patterns, each in their own namespace.
 
namespace  DesignPatternExamples_python.facade
 
namespace  DesignPatternExamples_python.facade.facade_interface
 

Detailed Description

Implementation of the IDeviceNetworkHighLevel interface representing the high-level system used in the Facade Pattern.

Definition in file facade_interface.py.