Here the Adapter pattern is used to demultiplex.
这里适配器样式被用于多路解编。
Figure 1 shows a class diagram of the adapter pattern.
图1显示了适配器模式的类图。
Create an inbound FTP service using the adapter pattern wizard.
使用适配器模式向导创建入站f TP服务。
Do this Adapter Pattern example satisfy the GOF definition?
适配器模式示例满足GOF定义的呢?
Some generated services that use an adapter will never have an adapter pattern.
有些生成的服务使用了适配器却从不使用适配器模式。
Create the outbound FTP service using the adapter pattern wizard with these steps.
按照以下步骤操作,以使用适配器模式向导创建出站FTP服务。
This is what you would find in the book, say in the chapter on the adapter pattern.
这就是将在书上看到的内容,如有关适配器模式的章节。
An adapter pattern is a quick and easy way of creating a service that USES an adapter.
对于创建使用适配器的服务来说,适配器模式是一种方便快捷的方法。
An adapter pattern is based on observing how most users would use a particular adapter.
适配器模式是基于对大多数用户如何使用特定适配器所进行的观察。
The adapter pattern wizard, in a nutshell, covers 80% of the general use cases for the adapters.
简而言之,适配器模式向导涵盖 80%的一般适配器使用情况。
If the simple and easy adapter pattern will work for most users, when will it not be appropriate?
如果简单和容易的适配器模式适合于大多数用户,那么它何时不适当呢?
Use the adapter pattern when you need to convert an object of one type to an object of another type.
在需要将一类对象转换成另一类对象时,请使用适配器模式。
The Adapter pattern is used to convert the programming interface of one class into that of another.
适配器模型把一个类的程序接口转变成另一个类的程序接口。
The adapter pattern is a nice way to clean this type of code up and reuse all your assignment code in other places.
适配器模式是整理此类代码并在其他位置重用所有赋值代码的优秀方法。
Like other patterns in software, an adapter pattern is based on the way many users create a service that USES an adapter.
与软件中的其他模式一样,适配器模式基于许多用户创建使用适配器的服务的方式。
Let's look at a very simple example of how one might implement a standard design pattern, the Adapter pattern, in AspectJ.
让我们来看一个非常简单的关于如何实现一个标准设计模式的实例,它就是用aspectj语言写的Adapter模式。
We most likely will go back and refactor the system to use a more standard Adapter pattern if we have the time (which we never seem to have).
如果我们有时间(我们似乎从来都没有),我们将最有可能返回并重新生成系统,来使用一个更加标准的Adapter模式。
Without aspects, you will probably refactor the system, locate every call to the service, design an adapter, and implement the Adapter pattern.
没有方面,你将可能重新生成系统,将每一个调用定位于服务,设计一个适配器,并执行Adapter模式。
The Adapter pattern allows otherwise incompatible classes to work together by converting the interface of one class into an interface expected by the clients.
适配器模式通过转换成客户把接口转换成用户需求的接口来讲不兼容的类连接在一起。
This paper, starts with the concept and classification of the design patterns, studies the application of design patterns with the example of adapter pattern.
介绍了设计模式的概念以及当前设计模式的一般分类,然后以适配器模式为例,对设计模式的应用进行了研究探讨。
In this case, we can build an AOP version of the Adapter pattern that will solve the immediate problem and provide a step towards a more organized, better-designed system.
在这种情况下,我们可以建立Adapter模式的一个版本来解决即时的问题和为一个更有组织的,更好设计的系统提供一个步骤。
In the case of the FTP adapter pattern, for example, you need to provide only the host name of the FTP server, the directories and the format of the input and output files.
例如,在FT p适配器模式的情况下,您只需提供FTP服务器的主机名称、输入和输出文件的目录和格式。
The canonical adapter pattern converts endpoints' native bus-attachment protocols to a standard protocol, normalizes payload, and reverses these transformations upon delivery.
规范化适配器模式将端点的本机总线附加协议转换为标准协议,实现有效负载规范化,并在交付时进行这些转换的反向转换。
So, if you wanted to apply an adapter to one of your designs, you'd pull that element off the palette and make some manipulations in the tool to actually transform your design to use the pattern.
因此,如果希望将适配器应用到设计中,将从选择面板选择对应的元素,并在工具中进行一些操作,以对设计进行转换,从而实使用该模式。
The ESB pattern comprises three other pat- terns: Mediator, Router, and Adapter.
ESB模式由另外三种模式组成:中介器模式、路由器模式和适配器模式。
The messaging design pattern facilitates the implementation of Adapter.
消息传送设计模式促进 Adapter的实现。
Developers will find this analogous to the Adapter design pattern.
10开发者将找出与Adapter设计模式的相似之处。
Then we applied this pattern to the configuration object provided, ra, which is associated with a specific CICS resource adapter to get the connection factories defined for this adapter.
然后,我们将此模式应用于提供的配置对象,ra,它与具体的CICS资源适配器相关联,从而获得为此适配器定义的连接工厂。
Then we applied this pattern to the configuration object provided, ra, which is associated with a specific CICS resource adapter to get the connection factories defined for this adapter.
然后,我们将此模式应用于提供的配置对象,ra,它与具体的CICS资源适配器相关联,从而获得为此适配器定义的连接工厂。
应用推荐