群发资讯网

返回主页
template method
用于模板方法模式
常用释义
英式发音
美式发音
基本释义
  • 模板方法:面向对象编程中,抽象类中的一种特殊方法,用于模板方法模式,规定了其子类的算法。
例句
  • 1·Such USES of the Template Method pattern offer good separation of concerns.
    模板方法模式的这种用法提供了关注点的好的分离。
  • 2·A servlet that USES the Template Method pattern to encapsulate a three-step workflow.
    一个采用Template Method模式的Servlet封装一个包含三个步骤的工作流。
  • 3·I am saying exposing abstract blocks in template method pattern is better in many scenarios.
    我说暴露文摘块模板方法模式是更好的在许多情况下。
  • 4·The similarity into the template method is introduced, which finds the rules of concern by pruning.
    提出一种基于相似性的关联规则启发式发现方法。
  • 5·This differs from the Template Method pattern in that the abstract superclass doesn't handle workflow.
    模板方法模式和抽象类的不同在与处理工作流程。
  • 6·Similarly, classes using the Template Method pattern contain a series of steps, and some are left blank.
    类似地,采用Template Method模式的类也包含一系列的步骤,而其余的则留空。
  • 7·This paper proposes a primary and secondary template method to construct the conceptual relation of fairy tale.
    提出一种主次模板方法,构建面向童话故事的概念关系。
  • 8·Template Method lets subclasses redefine certain steps of an algorithm without changing the algorithm's structure.
    模板方法模式使得子类可以不改变一个算法的结构即可重定义该算法的某些特定步骤。
  • 9·Template Method lets subclasses redefine certain steps of an algorithm without changing the algorithm's structure.
    模板方法使子类可以在不改变一个算法的结构的情况下,就可以重定义该算法的某些特定步骤。
  • 10·Template method pattern of GOF and the realization of template method pattern in back tracing algorithm are introduced.
    在此介绍采用GOF的模板方法模式及采用回溯算法的模板方法模式的设计与实现。