Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有这篇文章标题中提到的问题。默认情况下,复合模式具有复合 -> 组件关联的显式实现。但我还需要实现反向关联:组件->复合。
简而言之,复合模式中组件和复合对象之间双向关联的最佳解决方案是什么?
你只需要 Component 和它自己之间的关联,并称之为“父”
使用这种设计,所有的叶子和组合都会引用他的父级,这意味着组合 -> 组件关联