Facade Pattern

Overview

Provide a unified interface to a set of interfaces in a subsystem. Facade defines a high-level interface that makes the subsystem easier to use.

Participants

Facade

subsystem classes

Parameters

Create Pattern Links

Applicability

Use the Facade pattern when