encapsulating
英 [ɪnˈkæpsjuleɪtɪŋ]
美 [ɪnˈkæpsjuleɪtɪŋ]
v. 简述; 概括; 压缩
encapsulate的现在分词
柯林斯词典
- VERB 概括;概述
Toencapsulateparticular facts or ideas means to represent all their most important aspects in a very small space or in a single object or event.- A Wall Street Journal editorial encapsulated the views of many conservatives...
《华尔街日报》的一篇社论概述了很多保守派人士的观点。 - His ideas were encapsulated in a book called 'Democratic Ideals and Reality'.
他的观点已经被概括进一本名为《民主理想和现实》的书中。
- A Wall Street Journal editorial encapsulated the views of many conservatives...
双语例句
- By encapsulating DAO code in a trait all persistence methods provided by this DAO trait are automatically available to all implementing classes.
通过将DAO代码封装到trait中,该DAOtrait所提供的所有持久化方法可自动为所有实现类所用。 - Encapsulated context object provided a way of encapsulating the execution context of service and framework elements.
封装上下文对象提供了一个将服务执行上下文和框架要素封装起来的方法。 - Triggers can also invoke DB2 stored procedures and user-defined functions, which are themselves other ways of encapsulating logic in the form of DB2 objects.
触发器还能调用DB2中已存储的过程和用户定义的函数,这些过程和函数是以DB2对象的形式封装逻辑的一种方法。 - Project Lambda includes lambda expressions for more concisely encapsulating functional behavior together with platform implementations of concurrent algorithms like filtering or mapping.
ProjectLambda包含了lambda表达式,用于实现更加简洁的封装函数行为以及并行算法的平台实现,如过滤和映射等。 - By encapsulating the instantiation and construction logic, you retain control over the dependencies and the allowable states of your objects.
通过封装实例和构造逻辑,你保留对依赖性和你的对象允许的状态的控制。 - Preparation and characterization of epoxy encapsulating materials toughened by polyurethane Technics Research of Silicone Gel Potting in Communication Equipments
聚氨酯增韧环氧灌封材料的制备与表征硅树脂凝胶在铁路信号产品灌封中的工艺研究 - One of the goals of object orientation is to make encapsulating and working with state easier.
面向对象的其中一个目标是使封装和状态处理更加简单。 - This can greatly reduce GUI development complexity and create opportunities for GUI code reuse ( by encapsulating the inner GUI).
这样做可以极大地减少GUI开发的复杂性,并为GUI代码重用(通过封装内部GUI)创造了机会。 - You can keep the code object oriented by encapsulating the actual model knowledge within the model itself.
您可以通过将实际的模型知识封装到模型中来保证代码是面向对象的。 - The implementation contains methods encapsulating all required SQL statements for data access and manipulation.
该实现包含封装所有用于数据访问和操纵的SQL语句的方法。