subclasses
美
英 
- n.【生】亚纲;【数】子集(合)
- 网络子类;小类;亚类
词形变化
复数:subclasses
英汉解释
英英解释
例句
Subclasses are often used to evaluate the completeness of the flow of events and the business rules.
子类常常被用于评价事件流的完整性和业务规则。
A protected field can be accessed by any method in the class in which it is declared or by any method defined in subclasses of that class .
声明该字段的类中的任何方法或者该类子类中定义的任何方法都可以访问受保护字段。
This must be implemented by subclasses of Permission, as they are the only ones that can impose semantics on a Permission object.
Permission的子类必须实现该方法,因为它是唯一的可以将语义强加于Permission对象之上的方法。
Methods that use references to superclasses must be able to use objects of subclasses without knowing it.
使用了对超类的引用的方法必须能在不知道子类具体类型的情况下使用子类对象。
WLM allows you to assign workloads with different response time requirements to different service classes and service subclasses.
WLM允许您将具有不同响应时间需求的工作负载分配给不同的服务类和服务子类。
Aggregating allows any number of extensions to be added, without the need for defining all possible combinations of subclasses.
聚合允许添加任意数量的扩展,而无需定义子类的所有可能的组合。
Note that type definitions for classes Order and Item appear in the schema, but type definitions for the subclasses of Item do not.
注意模式中有Order及Item类的类型定义,但是没有Item的子类的类型定义。
You can then use the base class, or any of the subclasses, in methods that are typed to expect the base class as a method argument.
然后您就可以在键入的以基类作为方法参数的方法中使用基类或任何一个子类。
It is also very easy to modify superclasses and add new subclasses because you merely need to modify or add one table.
修改超类和添加新的子类也非常容易,因为您只需要修改或添加一张表。
Further, since the response types are correct, the response contains the additional elements of the Item subclasses.
而且,由于响应类型是正确的,所以响应包含Item子类的附加元素。
Qualified subclass name: Name subclasses to communicate the similarities and differences with a superclass.
子类名称要合格:对子类的命名会表述出其与超类之间的相似和差异之处。
You certainly can provide optimized implementations of these methods in your subclasses, but you don't have to.
当然可以在子类中提供这些方法的优化实现,但是不是必须这么做。
Value indicating whether the qualifier should be propagated to subclasses of the class.
值,该值指示是否应将限定符传播给类的子类。
Gets or sets a value indicating whether the qualifier should be propagated to subclasses of the class.
获取或设置一个值,该值指示是否将限定符传播给类的子类。
Hibernate returns a collection of the matching heterogeneous concrete subclasses automatically when an abstract class is queried.
当查询抽象类时,Hibernate会自动返回一个集合,由匹配的具体异构子类构成。
Ontologies define data models in terms of classes, subclasses, and properties.
存在论用类、子类和属性来定义数据模型。
It has a protected modifier, so it's only available to derived subclasses and within the Lure class itself.
它具有一个受保护的修饰符,所以它只对派生子类可用并且在Lure类本身的内部。
Template Method lets subclasses redefine certain steps of an algorithm without changing the algorithm's structure.
模板方法使得子类可以不改变一个算法的结构即可重定义该算法的某些特定步骤。
This approach provided an easy way of adding new subclasses for different types of external communication at later stages in the project.
在项目的后续阶段中,这提供了一种简单的方法,为不同类型的外部通信添加新的子类。
The View class serves as the base for subclasses called "widgets, " which offer fully implemented UI objects, like text fields and buttons.
View类是它称为“widgets(工具)”的子类的基础,它们提供了诸如文本输入框和按钮之类的UI对象的完整实现。
This abstract class models the addresses in a message. Subclasses provide specific implementations.
该抽象类模拟消息中的地址,子类提供具体的实现。
Allocate a set of positions. The allocation strategy is implemented in subclasses. More. . .
分配一个职位设置。该分配战略在实施过程中的子类。
The request cycle then calls the onBeginRequest method to let subclasses do preprocessing operations just before the request is processed.
之后,请求周期调用onBeginRequest方法以便让子类进行请求处理之前相应的预处理操作。
Protected types can be used in subclasses and nested types in advance customization scenarios.
受保护的类型可用于高级自定义方案中的子类和嵌套类型。
Subclasses should override Reset to restore a DataSet to its original state.
子类应重写Reset,以便将DataSet还原到其原始状态。
You can further break down the above asset classes into subclasses, which also have different risks and potential returns.
你可以更进一步将上述的资产分解为子类,每种也都具有不同的风险和潜在收益。
The class Exception and its subclasses are a form of Throwable that indicates conditions that a reasonable application might want to catch.
Exception类和它的子类都是Throwable的一种形式,表示这种情况可以在合理的应用中进行捕获。
In this thesis, we study the properties and relations of subclasses of biholomorphic mappings in several complex variables systematically.
本文较系统地研究了多复变数双全纯映照子族的性质及其之间的关系。
Assure that the factory method is accessible to the target object and its subclasses.
确保目标对象及其子类可以访问工厂方法。
Subclasses provide specialized behaviors from the basis of common elements provided by the superclass .
亚纲提供来自由总纲提供的通常元件的基专门的行为。
Rather than create subclasses for all the combinations of possible roles, a class is created for each individual role.
它不是为所有的可能角色组合创建子类,而是为每个单独的角色创建一个类。
A custom action defined at the base class level is available to all classes and subclasses beneath the base class.
定义在基类层的自定义操作对所有的类和基类继承的子类都可用。
Examination of the client artifacts shows that all subclasses of Item are available for use by the client.
检查客户端构件,表明Item的所有子类都可用于客户端。
A class scheme was firstly defined, in which, every class was decomposed into subclasses if necessary.
首先,制定类方案并分解各个类,据此得到相应的子类;
All classes that inherit from QObject or one of its subclasses (e. g. QWidget) can contain signals and slots.
所有从Qobject或者它的一个子类(比如:QWidget)继承的类都包含信号与插槽。
You use the factory method pattern when an application needs to create objects whose type depend on the implementation of subclasses.
您可以在应用程序需要创建其类型依赖于子类的实现的对象时,使用工厂方法模式。
We also redesigned the query to allow selection on concrete deal subclasses to eliminate unnecessary table columns and joins.
我们还重新设计了查询,以便允许针对具体交易子类进行选择,消除不必要的列和表连接。
This method provides a skeleton of an algorithm, deferring some steps to subclasses.
这个方法提供了一个算法框架,它把某些步骤推迟到子类中来实现。
Therefore, we need to create our content and label-provider classes as subclasses of the adapter factories from the EMF edit framework.
因此,需要创建的内容提供程序类和标签提供程序类应为EMF编辑框架中适配器工厂的子类。
Mixins can be viewed as functions mapping existing classes to new subclasses.
mixin可被视为将现有类映射成新子类的函数。