Rule-Based Detection of Design Patterns in Program Code

Total Page:16

File Type:pdf, Size:1020Kb

Rule-Based Detection of Design Patterns in Program Code Software Tools for Technology Transfer manuscript No. (will be inserted by the editor) Rule-based Detection of Design Patterns in Program Code Awny Alnusair1?, Tian Zhao2, Gongjun Yan3 1 Indiana University, Kokomo, IN 46904, USA, e-mail: [email protected] 2 University of Wisconsin-Milwaukee, Milwaukee, WI 53201, USA, e-mail: [email protected] 3 University of Southern Indiana, Evansville, IN 47712, USA, e-mail: [email protected] Received: date / Revised version: date Abstract. The process of understanding and reusing was popularized by the Gang-of-Four (GoF) [15]. Since software is often time-consuming, especially in legacy then, patterns have been widely used for documenting code and open-source libraries. While some core code and structuring new software libraries 1 as well as com- of open-source libraries may be well-documented, it is prehending and re-engineering existing legacy software. frequently the case that open-source libraries lack in- During development, design patterns can be used to formative API documentation and reliable design infor- understand the libraries being reused and to speed-up mation. As a result, the source code itself is often the the development process by providing tested design tem- sole reliable source of information for program under- plates that can be used to solve design dilemmas. On the standing activities. In this article, we propose a reverse- other hand, during the process of refactoring and main- engineering approach that can provide assistance during tenance, design knowledge can provide a better glimpse the process of understanding software through the au- into design intent and thus establishes a better founda- tomatic recovery of hidden design patterns in software tion for the high-level view of the structure, the organi- libraries. Specifically, we use ontology formalism to rep- zation, and the interaction between the components of resent the conceptual knowledge of the source code and the system being maintained. semantic rules to capture the structures and behaviors of the design patterns in the libraries. Several software Unfortunately, for some legacy systems and large open- libraries were examined with this approach and the eval- source libraries, such design knowledge is not richly doc- uation results show that effective and flexible detection umented, which leaves the source-code itself as the only of design patterns can be achieved without using hard- source for capturing design intent. Therefore, the soft- coded heuristics. ware engineering community has been interested in pro- viding effective reverse-engineering approaches to ana- lyze source code and to recover the lost design rationale that can be depicted in the form of design patterns. Key words: Design Patterns { Design Recovery { Soft- To that end, we propose an effective and usable reverse- ware Maintenance { Ontology Formalisms { Knowledge engineering approach that is based on semantic tech- Representation { Semantic Inference niques to detect design pattern instances from source code. This approach provides a formal, explicit, and semantic- based representation of the conceptual knowledge of source 1 Introduction code. It is solely reliant on ontology modeling and semantic- based techniques from the emerging field of Semantic Design patterns provide reusable solutions to common Web [4]. The fundamental hypothesis that we explore in object-oriented design problems. They are viewed as a this article is that representing software knowledge using natural way of decoupling the bindings between system ontology formalism and semantic techniques is effective components so that systems can be more understand- in improving the precision of recovering design pattern able, scalable, and adaptable [7]. The concept of de- information. sign patterns in the context of object-oriented design ? Corresponding author. Awny Alnusair was partially supported 1 Although they have a few distinguishing features, we use the by the Indiana University Kokomo fellowship research grant terms `library', `framework', and `software system' interchangeably 2 Awny Alnusair et al.: Rule-based Detection of Design Patterns in Program Code 1.1 Semantics-enabled Design Recovery { We present updated ontology models that include an enhanced source-code ontology as well as new design Semantic Web technologies have been a great asset in pattern ontologies. providing solutions for various domain specific problems. { We include additional support for detecting a wider Ontologies are the backbone technology for formal and range of design patterns. explicit representation of knowledge in the Semantic Web. { We enhance the process of knowledge population with Due to their formal reasoning foundation, ontologies can a new parser that captures additional aspects of source- play an important role in domain engineering. One can code that allows higher levels of source-code analysis. use ontologies to structure and build a source-code knowl- { We present a more detailed performance evaluation edge base that can be used by software agents and serve and empirical case studies using a new tool imple- as an effective base for semantic queries [13,26]. mented as a plugin for the Eclipse IDE. This research contributes to the proper linking of the established field of program understanding with the In the following section, we provide some background emerging field of Semantic Web by developing ontol- for understanding the proposed methodology. In partic- ogy models for the problem of design pattern recov- ular, we introduce the concepts, the ontology languages, ery and semantic knowledge-representation. Our ontol- and Semantic Web technologies that are employed in our ogy model includes a Source Code Representation Ontol- approach to program understanding and design recovery. ogy (SCRO). This ontology is created to provide an ex- Furthermore, this section provides a detailed discussion plicit representation of the conceptual knowledge struc- of our source-code ontology model and the process that ture found in source code. SCRO provides an effective we use to instantiate this model and generate the knowl- base model for understanding the relationships and de- edge base. pendencies among source-code artifacts in a software system. Therefore, SCRO serves as a basis for design 2 Ontology Modeling for Design Pattern pattern recovery and can be utilized by other applica- Recovery tions that require semantic knowledge at the source code level. Since SCRO is primarily used for building a soft- ware knowledge base, a set of parsing tools have been The research presented in this article seeks to leverage developed to instantiate the ontology with ontology in- program understanding and design recovery using on- stances that represent source code artifacts. tological modeling with the help of various Semantic In the context of design pattern recovery, we have Web techniques. Central to our approach is an ontol- also designed and developed a design pattern ontology ogy model that captures heterogeneous sources of con- sub-model. This sub-model extends SCRO's vocabulary ceptual knowledge found in source code by modeling the and includes an upper design-pattern ontology that is most important aspects of its internal structure. This further extended with a specific ontology for each indi- kind of modeling serves as the basis for providing ef- vidual design pattern. This setup provides flexibility and ficient and common access to relevant information re- transparency during the pattern detection process. The sources. Once the ontology model is formally defined and state-of-the-art tools in design pattern recovery hard- represented using an appropriate taxonomy, the model code the descriptions and roles of individual design-pattern needs to be automatically populated with ontological in- participants. This limits the usability and flexibility of stances. These instances are the basic building blocks for such tools since users have no control over these descrip- constructing and populating a knowledge base that can tions. In contrast, using ontology representation, design be accessed through semantic queries. The following sub- patterns can be specified externally within their respec- sections provide an overview of ontology modeling and tive ontologies and their participants are depicted us- discuss the process of structuring and building a seman- ing semantic rules that can be easily relaxed or for- tic knowledge base for source-code artifacts. tified by users according to their needs. Therefore, we further hypothesize that ontology representation of soft- 2.1 Ontologies and the Semantic Web ware knowledge enables a flexible mechanism of design recovery through rule relaxation, which may detect more Ontology is a term originally used in Philosophy. It de- pattern instances. scribes the nature of being or the kinds of existence and Our earlier work [1] explores the notion of using se- their basic categories and relationships. Computer scien- mantic techniques for design pattern recovery. This work tists have borrowed this term and used it in many differ- delves into the details and extends the previous work in ent areas, including Knowledge Engineering, Database the following primary directions: Theory, Artificial Intelligence, Software Engineering, and { We provide a refined description of the proposed ap- Information Retrieval and Extraction. More recently, this proach that further investigates the issue of ontology term has been exploited by the Semantic Web commu- modeling and how it can be properly used to
Recommended publications
  • University of Vaasa
    UNIVERSITY OF VAASA FACULTY OF TECHNOLOGY DEPARTMENT OF COMPUTER SCIENCE Arvi Lehesvuo A SOFTWARE FRAMEWORK FOR STORING USER WORKSPACES OF DESKTOP APPLICATIONS Master’s thesis in Technology for the degree of Master of Science in Technology submitted for inspection, Vaasa, June 30, 2012. Supervisor Prof. Jouni Lampinen Instructor M.Sc. Pasi Pelkkikangas 1 TABLE OF CONTENTS page ABBREVIATIONS 3 LIST OF FIGURES 4 TIIVISTELMÄ 5 ABSTRACT 6 1. INTRODUCTION 7 1.1. Company Introduction: Wapice Ltd 8 1.2. Professional Background Statement 9 1.3. The Scope of the Research 9 1.4. Research Questions 10 2. RESEARCH METHODOLOGY 12 2.1. Constructive Research Approach 12 2.2. Research Process as Applied in This Research 13 3. THEORY AND BACKGROUND OF THE STUDY 17 3.1. Introduction to the Subject 17 3.2. History of Object Oriented Programming 17 3.3. Most Central Elements in Object Oriented Programming 19 3.4. More Advanced Features of Object Oriented Programming 25 3.5. Software Design Patterns 27 3.6. Graphical User Interface Programming 34 4. DEVELOPING THE SOLUTION 39 4.1. Identifying the Solution Requirements 39 4.2. Designing Basic Structure for the Solution 43 4.3. Building the Solution as an External Software Component 47 4.4. Storing the User Data 48 4.5. Optimizing Construction for C# 51 2 5. EVALUATING PRACTICAL RELEVANCE OF THE DESIGN 54 5.1. Testing Design by applying it to Different GUI Design Models 54 5.2. Analyzing Results of the User Questionnaire 57 6. CONCLUSIONS AND FUTURE 61 6.1. Practical Contribution 62 6.2.
    [Show full text]
  • A Framework to Support Behavioral Design Pattern Detection from Software Execution Data
    A Framework to Support Behavioral Design Pattern Detection from Software Execution Data Cong Liu1, Boudewijn van Dongen1, Nour Assy1 and Wil M. P. van der Aalst2;1 1Department of Mathematics and Computer Science, Eindhoven University of Technology, 5600MB Eindhoven, The Netherlands 2Department of Computer Science, RWTH Aachen University, 52056 Aachen, Germany Keywords: Pattern Instance Detection, Behavioral Design Pattern, Software Execution Data, General Framework. Abstract: The detection of design patterns provides useful insights to help understanding not only the code but also the design and architecture of the underlying software system. Most existing design pattern detection approaches and tools rely on source code as input. However, if the source code is not available (e.g., in case of legacy software systems) these approaches are not applicable anymore. During the execution of software, tremendous amounts of data can be recorded. This provides rich information on the runtime behavior analysis of software. This paper presents a general framework to detect behavioral design patterns by analyzing sequences of the method calls and interactions of the objects that are collected in software execution data. To demonstrate the applicability, the framework is instantiated for three well-known behavioral design patterns, i.e., observer, state and strategy patterns. Using the open-source process mining toolkit ProM, we have developed a tool that supports the whole detection process. We applied and validated the framework using software execution data containing around 1000.000 method calls generated from both synthetic and open-source software systems. 1 INTRODUCTION latter specifies how classes and objects interact. Many techniques have been proposed to detect design pat- As a common design practice, design patterns have tern instances.
    [Show full text]
  • Active Object
    Active Object an Object Behavioral Pattern for Concurrent Programming R. Greg Lavender Douglas C. Schmidt [email protected] [email protected] ISODE Consortium Inc. Department of Computer Science Austin, TX Washington University, St. Louis An earlier version of this paper appeared in a chapter in the book ªPattern Languages of Program Design 2º ISBN 0-201-89527-7, edited by John Vlissides, Jim Coplien, and Norm Kerth published by Addison-Wesley, 1996. : Output : Input Handler Handler : Routing Table : Message Abstract Queue This paper describes the Active Object pattern, which decou- 3: enqueue(msg) ples method execution from method invocation in order to : Output 2: find_route(msg) simplify synchronized access to a shared resource by meth- Handler ods invoked in different threads of control. The Active Object : Message : Input pattern allows one or more independent threads of execution Queue Handler 1: recv(msg) to interleave their access to data modeled as a single ob- ject. A broad class of producer/consumer and reader/writer OUTGOING OUTGOING MESSAGES GATEWAY problems are well-suited to this model of concurrency. This MESSAGES pattern is commonly used in distributed systems requiring INCOMING INCOMING multi-threaded servers. In addition,client applications (such MESSAGES MESSAGES as windowing systems and network browsers), are increas- DST DST ingly employing active objects to simplify concurrent, asyn- SRC SRC chronous network operations. 1 Intent Figure 1: Connection-Oriented Gateway The Active Object pattern decouples method execution from method invocation in order to simplify synchronized access to a shared resource by methods invoked in different threads [2]. Sources and destinationscommunicate with the Gateway of control.
    [Show full text]
  • Sample Chapter
    SAMPLE CHAPTER C# in Depth by Jon Skeet Chapter 6 Copyright 2008 Manning Publications brief contents PART 1PREPARING FOR THE JOURNEY ......................................1 1 ■ The changing face of C# development 3 2 ■ Core foundations: building on C# 1 32 PART 2C#2: SOLVING THE ISSUES OF C# 1........................... 61 3 ■ Parameterized typing with generics 63 4 ■ Saying nothing with nullable types 112 5 ■ Fast-tracked delegates 137 6 ■ Implementing iterators the easy way 161 7 ■ Concluding C# 2: the final features 183 PART 3C# 3—REVOLUTIONIZING HOW WE CODE ..................205 8 ■ Cutting fluff with a smart compiler 207 9 ■ Lambda expressions and expression trees 230 10 ■ Extension methods 255 11 ■ Query expressions and LINQ to Objects 275 12 ■ LINQ beyond collections 314 13 ■ Elegant code in the new era 352 vii Implementing iterators the easy way This chapter covers ■ Implementing iterators in C# 1 ■ Iterator blocks in C# 2 ■ A simple Range type ■ Iterators as coroutines The iterator pattern is an example of a behavioral pattern—a design pattern that simplifies communication between objects. It’s one of the simplest patterns to understand, and incredibly easy to use. In essence, it allows you to access all the elements in a sequence of items without caring about what kind of sequence it is— an array, a list, a linked list, or none of the above. This can be very effective for building a data pipeline, where an item of data enters the pipeline and goes through a number of different transformations or filters before coming out at the other end. Indeed, this is one of the core patterns of LINQ, as we’ll see in part 3.
    [Show full text]
  • Skin Vs. Guts: Introducing Design Patterns in the MIS Curriculum Elizabeth Towell and John Towell Carroll College, Waukesha, WI, USA
    Journal of Information Technology Education Volume 1 No. 4, 2002 Skin vs. Guts: Introducing Design Patterns in the MIS Curriculum Elizabeth Towell and John Towell Carroll College, Waukesha, WI, USA [email protected] [email protected] Executive Summary Significant evidence suggests that there is increasing demand for information technology oriented stu- dents who have exposure to Object-Oriented (OO) methodologies and who have knowledge of the Uni- fied Modeling Language (UML). Object-oriented development has moved into the mainstream as the value of reusable program modules is becoming more evident. Building blocks such as software com- ponents and application frameworks allow organizations to bring products to market faster and to adapt to changes more quickly. When only one analysis and design course is required, the study of object-oriented analysis and design is often minimal or left out of the Management Information Systems curriculum. This paper argues for an increased emphasis on object-oriented techniques in the introductory Systems Analysis and Design course. Specifically, it provides guidance for faculty who are considering adding object-orientation to a systems analysis and design course where existing content leaves little time for new topics. In particular, the authors recommend the introduction of two successful, generalized design patterns in the context of adaptation of a software development framework. Where time is limited, coverage of such recurring software problems cannot be comprehensive so it is proposed that students explore two design patterns in depth as opposed to a cursory review of more patterns. Students must first learn or review the OO vocabulary including terms such as classes, inheritance, and aggregation so that the ap- propriate term can be used to discuss the UML relationships among the object model components.
    [Show full text]
  • 1. Difference Between Factory Pattern and Abstract Factory Pattern S.No
    1. Difference between Factory Pattern and Abstract Factory Pattern S.No Factory Pattern Abstract Factory Pattern 1 Create object through inheritance Create object through composition 2 Produce only one product Produce families of products 3 Implements code in the abstract creator Concrete factories implements factory that make use of the concrete type that method to create product sub class produces 2.Difference between Abstract Factory Pattern And Builder Pattern S.No Builder Pattern Abstract Factory Pattern 1 In Builder Pattern, there will be one Abstract Factory Pattern will return the Director class which will instruct Builder instance directly. class to build the different parts/properties of our object and finally retrieve the object. 2 It will have reference to the created It does not keep the track of it's created object. object. 3.Difference between Builder Pattern And Composite Pattern S.No Builder Pattern Composite Pattern 1 It is used to create group of objects of It creates Parent - Child relations between predefined types. our objects. 4.Difference between MVC and MVP S.No MVP MVC 1 MVP is a bit more complex to MVC is easier to implement than MVP. implement than MVC .Also, it has additional layer for view interfaces. 2 The request is always received by the The request is received by the controller View and delegated to the presenter which in turn gets the required data and which in turn gets the data does the loads up the appropriate view processing 3 The presentation and view logic an be The controller logic can be unit tested.
    [Show full text]
  • Actors As Channels and Channels As Actors
    Mixing Metaphors: Actors as Channels and Channels as Actors Simon Fowler, Sam Lindley, and Philip Wadler University of Edinburgh [email protected], [email protected], [email protected] Abstract Channel- and actor-based programming languages are both used in practice, but the two are often confused. Languages such as Go provide anonymous processes which communicate using typed buffers—known as channels—while languages such as Erlang provide addressable processes each with a single incoming message queue—known as actors. The lack of a common representation makes it difficult to reason about the translations that exist in the folklore. We define a calculus λch for typed asynchronous channels, and a calculus λact for typed actors. We define translations from λact into λch and λch into λact and prove that both translations are type- and semantics- preserving. We show that our approach accounts for synchronisation and selective receive in actor systems and discuss future extensions to support guarded choice and behavioural types. Digital Object Identifier 10.4230/LIPIcs... 1 Introduction When comparing channels (as used by Go) and actors (as used by Erlang), one runs into an immediate mixing of metaphors. The words themselves do not refer to comparable entities! In languages such as Go, anonymous processes pass messages via named channels, whereas in languages such as Erlang, named processes accept messages from an associated mailbox. A channel is a buffer, whereas an actor is a process. We should really be comparing named processes (actors) with anonymous processes, and buffers tied to a particular process (mailboxes) with buffers that can link any process to any process (channels).
    [Show full text]
  • Chap 5. Patterns
    Chap 5. Patterns 1. Introduction 2. Pattern Description and Application 3. Design Patterns 4. Architectural Patterns 5. Appendix: Other Patterns 1 1. Introduction Motivating Example Problem: You are building a quote application, which contains a class that is responsible for managing all of the quotes in the system. It is important that all quotes interact with one and only one instance of this class. How do you structure your design so that only one instance of this class is accessible within the application? Simple solution: ÷Create a QuoteManager class with a private constructor so that no other class can instantiate it. ÷This class contains a static instance of QuoteManager that is returned with a static method named GetInstance(). public class QuoteManager { //NOTE: For single threaded applications only private static QuoteManager _Instance = null; private QuoteManager() {} public static QuoteManager GetInstance() { if (_Instance==null) { _Instance = new QuoteManager (); } return _Instance; Recurring problems like this kind have } been observed by experienced developers //... functions provided by QuoteManager and a common solution has been distilled,2 } as the Singleton pattern. Pattern Overview - A classical engineering rule of thumb consists of reusing extensively available knowledge base for any kind of problem solving that occurs during system design. Method ÷ When the knowledge doesn't exist for the problem at hand,Theft Intuition then intuition takes the lead. ÷ Architectural styles or patterns define experience-based classes of designs along with their known characteristics. Classical system Method Theft Intuition - A pattern is a solution to a problem in a context •A pattern codifies specific knowledge collected from experience in a domain Unprecedented system •There are three kinds of patterns –Idioms: provide a solution for specific programming issues in given language.
    [Show full text]
  • A Logic Meta Programming Foundation for Example-Driven Pattern Detection in Object-Oriented Programs
    FACULTEIT WETENSCHAPPEN Vakgroep Computerwetenschappen Software Languages Lab A Logic Meta Programming Foundation for Example-Driven Pattern Detection in Object-Oriented Programs Proefschrift ingediend met het oog op het behalen van de graad van Doctor in de Wetenschappen Coen De Roover Academiejaar 2008 - 2009 Promotoren: Prof. Dr. Wolfgang De Meuter en Dr. Johan Brichau ABSTRACT The growing number of tools for detecting user-specified software patterns is testa- ment to their valuable applications throughout the development process. In these ap- plications, user-specified software patterns describe code that exhibits characteristics of interest. For instance, violations of the protocol an API expects to be adhered to. Logic formulas can be used as expressive and descriptive pattern specifications. This merely requires reifying the program under investigation such that variables can range over its elements. Executing a proof procedure will establish whether program elements exhibit the characteristics specified in a formula. However, we have observed that such formulas become convoluted and operational in nature when developers attempt to ensure all instances of a pattern are recalled. As the behavioral characteristics of a pattern can be implemented in different ways, the corresponding formula either has to enumerate each implementation variant or describe the machine-verifiable behavior shared by these variants. The former for- mulas are relatively descriptive, but only recall the implementation variants that are enumerated. The latter formulas recall all implementations of the specified behavior, but do so by quantifying over information about the program’s behavior. This exposes developers to the intricate details of the program analyses that compute this informa- tion. We have reconciled both approaches by embedding source code excerpts in lo- gic formulas.
    [Show full text]
  • TIP 57 Trauma-Informed Care in Behavioral Health Services
    A TREATMENT IMPROVEMENT PROTOCOL Trauma-Informed Care in Behavioral Health Services TIP 57 A TREATMENT IMPROVEMENT PROTOCOL Trauma-Informed Care in Behavioral Health Services TIP 57 U.S. DEPARTMENT OF HEALTH AND HUMAN SERVICES Substance Abuse and Mental Health Services Administration Center for Substance Abuse Treatment 1 Choke Cherry Road Rockville, MD 20857 Trauma-Informed Care in Behavioral Health Services Acknowledgments This publication was produced under contract numbers 270-99-7072, 270-04-7049, and 270­ 09-0307 by the Knowledge Application Program (KAP), a Joint Venture of The CDM Group, Inc., and JBS International, Inc., for the Substance Abuse and Mental Health Services Administration (SAMHSA), U.S. Department of Health and Human Services (HHS). Andrea Kopstein, Ph.D., M.P.H., Karl D. White, Ed.D., and Christina Currier served as the Contracting Officer’s Representatives. Disclaimer The views, opinions, and content expressed herein are the views of the consensus panel members and do not necessarily reflect the official position of SAMHSA or HHS. No official support of or endorsement by SAMHSA or HHS for these opinions or for the instruments or resources described are intended or should be inferred. The guidelines presented should not be considered substitutes for individualized client care and treatment decisions. Public Domain Notice All materials appearing in this volume except those taken directly from copyrighted sources are in the public domain and may be reproduced or copied without permission from SAMHSA or the authors. Citation of the source is appreciated. However, this publication may not be reproduced or distributed for a fee without the specific, written authorization of the Office of Communications, SAMHSA, HHS.
    [Show full text]
  • Security Patterns
    Security Patterns Ronald Wassermann and Betty H.C. Cheng¤ Software Engineering and Network Systems Laboratory Department of Computer Science and Engineering Michigan State University East Lansing, Michigan 48824, USA Email: fwasser17,[email protected] Abstract Design patterns propose generic solutions to recurring design problems. Commonly, they present a solution in a well-structured form that facilitates its reuse in a di®erent context. Re- cently, there has been growing interest in identifying pattern-based designs for the domain of system security termed Security Patterns. Currently, those patterns lack comprehensive struc- ture that conveys essential information inherent to security engineering. This paper describes research into investigating an appropriate template for Security Patterns that is tailored to meet the needs of secure system development. In order to maximize comprehensibility, we make use of well-known notations such as the Uni¯ed Modeling Language (UML) to represent structural and behavioral aspects of design. Furthermore, we investigate how veri¯cation can be enabled by adding formal constraints to the patterns. ¤Please contact B. Cheng for all correspondences. i Contents 1 Introduction 1 2 Background 2 2.1 Viega's and McGraw's ten principles . 2 2.1.1 Principle 1: Secure the weakest link. 3 2.1.2 Principle 2: Practice defense in depth. 3 2.1.3 Principle 3: Fail securely. 3 2.1.4 Principle 4: Follow the principle of least privilege. 4 2.1.5 Principle 5: Compartmentalize. 4 2.1.6 Principle 6: Keep it simple. 4 2.1.7 Principle 7: Promote privacy. 5 2.1.8 Principle 8: Remember that hiding secrets is hard.
    [Show full text]
  • Question Bank
    DESIGN PATTERNS UNIT I PART A 1. Define design pattern. 2. List the four elements of design patterns. 3. Distinguish a class and an object. 4. Give an example for class structure. 5. Sketch MVC architecture. 6. State the meaning of a solution. 7. Write the different sections of design patterns. 8. Give the meaning of Intent. PART B 1. List the advantages of design patterns. Write short notes on use of design patterns. 2. Discuss the MVC architecture in small talk. 3. Explain how to describe design patterns. 4. List the different sections of design patterns. Explain about them. 5. Name the patterns along with their intents that are included in the catalog of design patterns. 6. State and explain the classification of design patterns. 7. List the various ways of organizing the design patterns. 8. Compare inheritance verses parameterized types. UNIT II PART A 1. Give the meaning of “WYSIWYG”. 2. Define Lexi. 3. Define an abstract class. 4. Write the meaning of a document. 5. Differentiate compositor and composition. 6. Define formatting. 7. Define an Iterator class. 8. Define creational patterns. 9. List five types of creational patterns. 10. Define abstract factory design pattern. 11. Define builder pattern. 12. Give example of class diagram. 13. Define structure and applicability of abstract factory method. PART B 1. Explain the process of recursive composition in building a document. 2. Explain in detail about the ‘Glyph’ abstract class. 3. Discuss the goals and constraints in choosing an internal representation for a document. 4. Explain partial Glyph class hierarchy with a neat diagram.
    [Show full text]