crosscutting
英 [ˈkrɒskʌtɪŋ]
美
v. 横切;横越,横穿; (电影、电视)倒叙,插叙
crosscut的现在分词
双语例句
- AOP ( Aspect-Oriented Programming) is a technique for separation of crosscutting concerns which expresses higher abstraction level.
面向方面编程是一种支持分离横切关注点的技术,表达了更高层次的抽象。 - In AJDT it has been configured to show crosscutting relationships for the current element.
在AJDT里,该视图被配置成用来显示当前元素的crosscutting关联关系。 - Aspects combine pointcuts and advice into a modular solution addressing a particular crosscutting concern.
切面是结合切入点和通知成一个模块方案,解决特殊的横切问题。 - A crosscutting concern, when implemented in a traditional OO approach, cuts across many classes and methods.
一个横切关注点,在用传统OO方法实现时,会分解成很多类和方法。 - This issue has to do more with the nature of the crosscutting functionality than the solution itself.
这个问题更多时候与横切功能的本性有关、而不是与解决方案有关。 - To support metadata-based crosscutting, an AOP system needs to provide a way to consume and supply annotations.
为了支持基于元数据的横切,AOP系统需要提供一种消费和提供注释的方法。 - All are examples of what are called crosscutting concerns.
所有这些都是所谓横切关注点的例子。 - In object-oriented programming, for instance, the natural unit of modularity is the class, and a crosscutting concern is a concern that spans multiple classes.
例如,在面向对象的编程中,模块性的天然单位是类,横切关系是一种跨越多个类的关系。 - Moreover, static crosscutting lets you affix extensions and implementations to the fundamental structure of an object.
此外,静态横切可以把扩展和实现附加到对象的基本结构中。 - Due to the crosscutting nature of such annotations, AOP is a good way to supply them.
由于这种注释的横切本性,用AOP提供它们是很好的一种方法。