Status: OUT
The GoF's complete object infrastructure (creational lifecycle + recursive structures) provides the necessary substrate for the four-dimensional behavioral modification space — Composite provides tree structures that wrapping operates on, creational patterns instantiate the variant implementations that strategies and states require, and Flyweight enables sharing so modification can scale.
Infrastructure patterns create the objects, structures, and sharing that behavioral modification patterns presuppose
Depends on (SL): creational-complete-lifecycle-infrastructure, behavioral-four-dimensional-modification-space