Chain of Responsibility
- 网络责任链;职责链;责任链模式;职责链模式;通讯兵
-
Try modeling this scenario using the Chain of Responsibility Design Pattern in Rational Software Architect .
尝试在RationalSoftwareArchitect中使用责任链设计模式为该情境建模。
-
One GoF pattern could fit perfectly in this situation : Chain of Responsibility .
有一个GoF模式非常适合这种情形:职责链(ChainofResponsibility)。
-
You can use several design patterns , such as Composite , Iterator , and Chain of Responsibility , to implement composition variation between services .
可以使用诸如Composite、Iterator和ChainofResponsibility等设计模式实现服务之间的组合变化。
-
The Chain of Responsibility pattern supports decoupling by passing a request between potential receivers , whereas the Command pattern supports using a command object to encapsulate a request .
责任链模式通过在可能的接受方传递请求来解耦,而命令模式是通过将请求封装成对象。
-
To follow his view , a chain of responsibility should be brought in place to realize the high standard shipping and on this chain are links of port , shipping company , ship management department and shipbuilding , etc.
按照他的观点,要实现高标准航运,需要建立一条责任链,其中涉及到港口、航运公司、航运管理部门、造船等。
-
The Chain of Responsibility design pattern is intended to decouple the sender ( the DOM element ) of an event from the receiver ( your code ) so that more than one object has a chance to claim responsibility for handling the event ( your views and models ) .
责任链设计模式旨在将事件的发送者(DOM元素)与接受者分离开来,以便更多的对象有机会处理事件(视图和模型)。