Lines Matching refs:METHOD
72 ### Use a METHOD based approach
74 A METHOD based approach is simply a structure containing function pointers. It
76 implementing a METHOD can be employed, but these differences are hidden from
77 the caller of the METHOD.
79 In this solution we would seek to implement a different METHOD for each of the
84 In the MVP the METHOD approach would be private. However, once it has
90 the MVP could implement a METHOD based approach, and subsequent releases could
112 This approach is very similar to the alternative METHOD based approach. The
123 for a new fetchable operation is more involved than a METHOD based approach.
133 * More complicated to implement than the simple METHOD based approach
138 The METHOD based approach has been selected for MVP, with the expectation that
142 Solution Description: The METHOD based approach