A simplified version of the Command pattern is shown in Figure 6.
图6显示的是命令模式的一个简化版本。
This invocation is modeled as a command pattern.
这种调用采用命令模式。
All business logic is encapsulated in Command objects by applying the Command pattern.
所有的业务逻辑通过应用Command模式来封装在Command对象中。
This is an application of the Command pattern.
这是Command模式的一个应用。
The server implements the Command pattern, so it can add new commands very easily.
服务器实现Command模式,所以它非常容易添加新命令。
The Command pattern used in this article has been simplified for clarity.
本文中使用到的Command模式为达到清楚明了,已作了一定的简化。
Use the a command to add a line of text after a given matched pattern.
使用a命令在给定的匹配模式后面添加一行文本。
Command object pattern wannabe or the real thing?
命令对象模式的还是真实的?
The goal of the command pattern is to decouple the invoker from the receiver.
的目标命令模式是调用从接收者解耦。
A command pattern oriented distributed system is proposed.
提出一种面向分布式系统的命令模式。
I am learning command design pattern.
我在学习命令设计模式。
I am learning command design pattern.
我在学习命令设计模式。
应用推荐