Abstract Factory
E173605
Abstract Factory is a creational design pattern that provides an interface for creating families of related or dependent objects without specifying their concrete classes.
All labels observed (3)
| Label | Occurrences |
|---|---|
| Abstract Factory pattern | 4 |
| Abstract Factory canonical | 2 |
| AbstractFactory | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T1531315 — 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: Abstract Factory Context triple: [Design Patterns: Elements of Reusable Object-Oriented Software, describesPattern, Abstract Factory]
-
A.
Manufaktura complex
The Manufaktura complex is a large cultural, commercial, and entertainment center in Łódź, Poland, created by revitalizing a historic 19th-century textile factory.
-
B.
The Factory
The Factory was Andy Warhol’s legendary New York City studio and avant-garde hub, famous for its experimental art, film, and celebrity-filled gatherings in the 1960s and 1970s.
-
C.
Autoclass
Autoclass is a power management feature in Ethernet networks that dynamically adjusts Power over Ethernet (PoE) allocation based on the actual power consumption of connected devices.
-
D.
Sakr Factory for Developed Industries
Sakr Factory for Developed Industries is an Egyptian defense and industrial manufacturing facility operating under the Arab Organization for Industrialization, producing military equipment and related advanced industrial products.
-
E.
Fields, Factories and Workshops
Fields, Factories and Workshops is a seminal 1899 work by anarchist theorist Peter Kropotkin that advocates decentralized, cooperative production integrating agriculture and industry as an alternative to capitalist and state-controlled economies.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: Abstract Factory Target entity description: Abstract Factory is a creational design pattern that provides an interface for creating families of related or dependent objects without specifying their concrete classes.
-
A.
Manufaktura complex
The Manufaktura complex is a large cultural, commercial, and entertainment center in Łódź, Poland, created by revitalizing a historic 19th-century textile factory.
-
B.
The Factory
The Factory was Andy Warhol’s legendary New York City studio and avant-garde hub, famous for its experimental art, film, and celebrity-filled gatherings in the 1960s and 1970s.
-
C.
Autoclass
Autoclass is a power management feature in Ethernet networks that dynamically adjusts Power over Ethernet (PoE) allocation based on the actual power consumption of connected devices.
-
D.
Sakr Factory for Developed Industries
Sakr Factory for Developed Industries is an Egyptian defense and industrial manufacturing facility operating under the Arab Organization for Industrialization, producing military equipment and related advanced industrial products.
-
E.
Fields, Factories and Workshops
Fields, Factories and Workshops is a seminal 1899 work by anarchist theorist Peter Kropotkin that advocates decentralized, cooperative production integrating agriculture and industry as an alternative to capitalist and state-controlled economies.
- F. None of above. chosen
Statements (53)
| Predicate | Object |
|---|---|
| instanceOf |
creational design pattern
ⓘ
design pattern ⓘ |
| alsoKnownAs | Kit ⓘ |
| applicableWhen |
a family of related product objects is designed to be used together
ⓘ
a system should be configured with one of multiple families of products ⓘ a system should be independent of how its products are created ⓘ you want to provide a library of products without exposing their implementations ⓘ |
| belongsTo |
Design Patterns: Elements of Reusable Object-Oriented Software
ⓘ
surface form:
Gang of Four design patterns
|
| commonUseCase |
GUI toolkits with multiple look-and-feel themes
ⓘ
cross-platform UI libraries ⓘ persistence layers with multiple database vendors ⓘ |
| consequence |
can increase number of classes in a system
ⓘ
can make supporting new kinds of products difficult ⓘ makes exchanging product families easy ⓘ promotes consistency among products ⓘ |
| definedIn | Design Patterns: Elements of Reusable Object-Oriented Software ⓘ |
| definesRoleOf |
AbstractFactory creates abstract products
ⓘ
Client uses only abstract interfaces ⓘ ConcreteFactory creates concrete products ⓘ |
| encourages | use of object composition over class inheritance for product families ⓘ |
| hasCategory | creational pattern ⓘ |
| hasUMLElement |
AbstractFactory interface or abstract class
ⓘ
AbstractProduct interfaces ⓘ Client class ⓘ ConcreteFactory classes ⓘ ConcreteProduct classes ⓘ |
| helpsWith |
configuring systems with multiple families of products
ⓘ
ensuring that products from the same family are used together ⓘ isolating concrete classes ⓘ supporting product variants ⓘ |
| introducedBy |
Erich Gamma
ⓘ
John Vlissides ⓘ Ralph Johnson NERFINISHED ⓘ Richard Helm ⓘ |
| languageParadigm | object-oriented programming ⓘ |
| oftenImplementedWith | Factory Method ⓘ |
| primaryIntent | provide an interface for creating families of related or dependent objects without specifying their concrete classes ⓘ |
| relatedTo |
Builder
ⓘ
Factory Method ⓘ Prototype ⓘ |
| supports |
creation of product families
ⓘ
encapsulation of object creation ⓘ enforcing consistency among related products ⓘ programming to interfaces not implementations ⓘ |
| typicalParticipants |
Abstract Factory
self-linksurface differs
ⓘ
surface form:
AbstractFactory
AbstractProduct ⓘ Client ⓘ ConcreteFactory ⓘ ConcreteProduct ⓘ |
| typicalStructureElement |
concrete factories implementing the factory interface
ⓘ
concrete products implementing product interfaces ⓘ factory interface with multiple creation methods ⓘ product interfaces representing abstract products ⓘ |
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: Abstract Factory Description of subject: Abstract Factory is a creational design pattern that provides an interface for creating families of related or dependent objects without specifying their concrete classes.
Referenced by (7)
Full triples — surface form annotated when it differs from this entity's canonical label.