<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    Chan Chen Coding...

    Two: Strategy pattern

    Strategy pattern

     

    In computer programming, the strategy pattern (also known as the policy pattern) is a particular software design pattern, whereby algorithms can be selected at runtime. Formally speaking, the strategy pattern defines a family of algorithms, encapsulates each one, and makes them interchangeable. Strategy lets the algorithm vary independently from clients that use it.[1]

    For instance, a class that performs validation on incoming data may use a strategy pattern to select a validation algorithm based on the type of data, the source of the data, user choice, and/or other discriminating factors. These factors are not known for each case until run-time, and may require radically different validation to be performed. The validation strategies, encapsulated separately from the validating object, may be used by other validating objects in different areas of the system (or even different systems) without code duplication.

    The essential requirement in the programming language is the ability to store a reference to some code in a data structure and retrieve it. This can be achieved by mechanisms such as the native function pointer, the first-class function, classes or class instances in object-oriented programming languages, or accessing the language implementation's internal storage of code via reflection.


    Example

    The following example is in Java.

    // The classes that implement a concrete strategy should implement this. // The Context class uses this to call the concrete strategy.

    interface Strategy {

         int execute(int a, int b);

     }  

    // Implements the algorithm using the strategy interface

    class ConcreteStrategyAdd implements Strategy {

           public int execute(int a, int b) {

           System.out.println("Called ConcreteStrategyAdd's execute()");

           return a + b; 

    // Do an addition with a and b

     }

     }  

     

    class ConcreteStrategySubtract implements Strategy {

           public int execute(int a, int b) {

             System.out.println("Called ConcreteStrategySubtract's execute()");

             return a - b;

     // Do a subtraction with a and b

         }

     }

    class ConcreteStrategyMultiply implements Strategy {

           public int execute(int a, int b) {

             System.out.println("Called ConcreteStrategyMultiply's execute()");

             return a * b;

         // Do a multiplication with a and b

    }

    }  

    // Configured with a ConcreteStrategy object and maintains a reference to a Strategy object

    class Context {

           private Strategy strategy;

           // Constructor

        public Context(Strategy strategy) {

             this.strategy = strategy;

         }

     

         public int executeStrategy(int a, int b) {

             return strategy.execute(a, b);

         }

     }

     // Test application class StrategyExample {

           public static void main(String[] args) {

               Context context;

               // Three contexts following different strategies

             context = new Context(new ConcreteStrategyAdd());

             int resultA = context.executeStrategy(3,4);

             context = new Context(new ConcreteStrategySubtract());

             int resultB = context.executeStrategy(3,4);

             context = new Context(new ConcreteStrategyMultiply());

             int resultC = context.executeStrategy(3,4);

         }

     }

    Strategy versus Bridge

    The UML class diagram for the strategy pattern is the same[further explanation needed] as the diagram for the Bridge pattern. However, these two design patterns aren't the same in their intent. While the strategy pattern is meant for behavior, the Bridge pattern is meant for structure.

    The coupling between the context and the strategies is tighter than the coupling between the abstraction and the implementation in the Bridge pattern.

    Strategy and open/closed principle

    http://upload.wikimedia.org/wikipedia/commons/thumb/4/4b/StrategyPattern_IBrakeBehavior.svg/220px-StrategyPattern_IBrakeBehavior.svg.png

    Accelerate and brake behaviors must be declared in each new car model

    According to the strategy pattern, the behaviors of a class should not be inherited, instead they should be encapsulated using interfaces. As an example, consider a car class. Two possible functionalities for car are brake and accelerate.

    Since accelerate and brake behaviors change frequently between models, a common approach is to implement these behaviors in subclasses. This approach has significant drawbacks: accelerate and brake behaviors must be declared in each new Car model. The work of managing these behaviors increases greatly as the number of models increases, and requires code to be duplicated across models. Additionally, it is not easy to determine the exact nature of the behavior for each model without investigating the code in each.

    The strategy pattern uses aggregation instead of inheritance. In the strategy pattern behaviors are defined as separate interfaces and specific classes that implement these interfaces. Specific classes encapsulate these interfaces. This allows better decoupling between the behavior and the class that uses the behavior. The behavior can be changed without breaking the classes that use it, and the classes can switch between behaviors by changing the specific implementation used without requiring any significant code changes. Behaviors can also be changed at run-time as well as at design-time. For instance, a car object’s brake behavior can be changed from BrakeWithABS() to Brake() by changing the brakeBehavior member to:

    brakeBehavior = new Brake();

    This gives greater flexibility in design and is in harmony with the Open/closed principle (OCP) that states that classes should be open for extension but closed for modification.

     



    -----------------------------------------------------
    Silence, the way to avoid many problems;
    Smile, the way to solve many problems;

    posted on 2012-06-26 05:31 Chan Chen 閱讀(288) 評論(0)  編輯  收藏 所屬分類: Design Pattern

    主站蜘蛛池模板: 亚洲国产精品高清久久久| 国产成人无码免费视频97 | 成人电影在线免费观看| 亚洲国产精品无码久久青草 | 日韩亚洲Av人人夜夜澡人人爽| 一级有奶水毛片免费看| 亚洲国产综合精品中文字幕 | 美女黄网站人色视频免费国产 | 91在线视频免费观看| 国产亚洲视频在线播放| 成人性做爰aaa片免费看| 亚洲国产精品成人精品无码区| 一级做a爰全过程免费视频| 国产亚洲精品va在线| 男人都懂www深夜免费网站| 亚洲国产高清在线| 18国产精品白浆在线观看免费| 亚洲xxxxxx| 午夜时刻免费入口| 十八禁的黄污污免费网站| 亚洲国产精品一区二区第一页免| 国产成人精品免费视频大全| 国产AV无码专区亚洲AV漫画| 久久精品国产免费一区| 亚洲午夜久久久久久尤物| 日韩一区二区三区免费体验| 久久国产精品免费| 亚洲乱码在线播放| 日韩免费观看视频| 一二三四在线观看免费中文在线观看| 欧洲亚洲国产清在高| AA免费观看的1000部电影| 国产成人亚洲精品无码AV大片| 亚洲一区爱区精品无码| 三年片在线观看免费观看高清电影 | 性短视频在线观看免费不卡流畅 | 亚洲日韩在线观看免费视频| 西西人体44rt高清亚洲 | 男人的天堂网免费网站| 亚洲成a∧人片在线观看无码| 亚洲午夜久久久久妓女影院|