Facade
E173612
Facade is a structural design pattern that provides a simplified, unified interface to a complex subsystem, making it easier for clients to use.
All labels observed (2)
| Label | Occurrences |
|---|---|
| Facade canonical | 1 |
| Facade pattern | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T1531322 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
Target entity: Facade Context triple: [Design Patterns: Elements of Reusable Object-Oriented Software, describesPattern, Facade]
-
A.
Gateway
Gateway was a prominent American personal computer manufacturer known for its cow-spotted boxes and direct-to-consumer PC sales in the 1990s and early 2000s.
-
B.
Gui
Gui is a short form or nickname commonly used for the given name Guillaume.
-
C.
Plateresque façade
The Plateresque façade is an ornately sculpted Spanish Renaissance frontispiece characterized by intricate reliefs, heraldic motifs, and decorative stonework resembling finely worked silver.
-
D.
West Front
West Front is the iconic western façade and grounds of the United States Capitol, known as a primary site for presidential inaugurations and major public ceremonies.
-
E.
FACh
FACh is the acronym for the Chilean Air Force, the aerial warfare branch of Chile's armed forces.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: Facade Target entity description: Facade is a structural design pattern that provides a simplified, unified interface to a complex subsystem, making it easier for clients to use.
-
A.
Gateway
Gateway was a prominent American personal computer manufacturer known for its cow-spotted boxes and direct-to-consumer PC sales in the 1990s and early 2000s.
-
B.
Gui
Gui is a short form or nickname commonly used for the given name Guillaume.
-
C.
Plateresque façade
The Plateresque façade is an ornately sculpted Spanish Renaissance frontispiece characterized by intricate reliefs, heraldic motifs, and decorative stonework resembling finely worked silver.
-
D.
West Front
West Front is the iconic western façade and grounds of the United States Capitol, known as a primary site for presidential inaugurations and major public ceremonies.
-
E.
FACh
FACh is the acronym for the Chilean Air Force, the aerial warfare branch of Chile's armed forces.
- F. None of above. chosen
Statements (45)
| Predicate | Object |
|---|---|
| instanceOf |
software design pattern
ⓘ
structural design pattern ⓘ |
| alsoKnownAs | wrapper to a subsystem interface ⓘ |
| alternativeTo | direct client-subsystem coupling ⓘ |
| belongsTo |
Design Patterns: Elements of Reusable Object-Oriented Software
ⓘ
surface form:
Gang of Four design patterns
|
| canCollaborateWith |
Abstract Factory
ⓘ
surface form:
Abstract Factory pattern
Mediator pattern ⓘ Singleton pattern ⓘ |
| category | object-oriented design pattern ⓘ |
| consequence |
can become a god object if overused
ⓘ
reduces number of objects clients deal with ⓘ shields clients from subsystem classes ⓘ |
| defines | simple methods that delegate to subsystem objects ⓘ |
| describedIn | Design Patterns: Elements of Reusable Object-Oriented Software ⓘ |
| encapsulates |
subsystem configuration
ⓘ
subsystem initialization ⓘ subsystem usage patterns ⓘ |
| firstPublishedYear | 1994 ⓘ |
| hasIntent |
define a higher-level interface that makes the subsystem easier to use
ⓘ
provide a unified interface to a set of interfaces in a subsystem ⓘ |
| namedBy |
Erich Gamma
ⓘ
John Vlissides ⓘ Ralph Johnson NERFINISHED ⓘ Richard Helm ⓘ |
| participantsInclude |
Facade class
ⓘ
client ⓘ subsystem classes ⓘ |
| promotes |
information hiding
ⓘ
loose coupling ⓘ separation of concerns ⓘ |
| provides |
simplified interface
ⓘ
unified interface ⓘ |
| structureElement |
delegation to multiple subsystem objects
ⓘ
single entry point to subsystem ⓘ |
| typicalUseCase |
providing simple APIs for complex frameworks
ⓘ
wrapping complex libraries ⓘ wrapping legacy systems ⓘ |
| usedFor |
decoupling clients from subsystem implementations
ⓘ
encapsulating subsystem interactions ⓘ hiding complexity of subsystems ⓘ improving code maintainability ⓘ improving code readability ⓘ making complex subsystems easier to use ⓘ providing higher-level operations ⓘ reducing dependencies between clients and subsystems ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Subject: Facade Description of subject: Facade is a structural design pattern that provides a simplified, unified interface to a complex subsystem, making it easier for clients to use.
Referenced by (2)
Full triples — surface form annotated when it differs from this entity's canonical label.