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...
双语例句
- It provides a way of specifying and encapsulating cross-cutting concerns in a system.
它为在系统中详细指定并封装横切点提供了方法。 - The implementation contains methods encapsulating all required SQL statements for data access and manipulation.
该实现包含封装所有用于数据访问和操纵的SQL语句的方法。 - A JavaScript function, like a Java method, is a construct for defining and encapsulating reusable behavior.
JavaScript函数,类似于Java方法,是用于定义和封装可重用行为的结构。 - The domain offers retrieval and maintenance services for the business object, encapsulating business logic, location, and the format associated with its objects and services.
域为业务对象提供服务检索和维护、封装业务逻辑、定位以及与对象和服务相关联的格式。 - Project Lambda includes lambda expressions for more concisely encapsulating functional behavior together with platform implementations of concurrent algorithms like filtering or mapping.
ProjectLambda包含了lambda表达式,用于实现更加简洁的封装函数行为以及并行算法的平台实现,如过滤和映射等。 - Preparation and characterization of epoxy encapsulating materials toughened by polyurethane Technics Research of Silicone Gel Potting in Communication Equipments
聚氨酯增韧环氧灌封材料的制备与表征硅树脂凝胶在铁路信号产品灌封中的工艺研究 - This means you can eliminate all the handwritten proxy properties in the ViewModel while still encapsulating the underlying model.
这意味着您可以消除ViewModel中的所有手写的代理属性,同时仍能封装底层模型。 - Web services help to reduce complexity by encapsulating business processes into reusable components.
Web服务通过将业务流程封装在可重用的组件中来帮助降低复杂性。 - Study and design of multi-agent system communication protocol encapsulating based on JADE
基于JADE平台的MAS通信协议封装研究与设计 - 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所提供的所有持久化方法可自动为所有实现类所用。