WO2001025912A1 - Method and system for collapsing a graphical representation of related elements - Google Patents

Method and system for collapsing a graphical representation of related elements Download PDF

Info

Publication number
WO2001025912A1
WO2001025912A1 PCT/US2000/027413 US0027413W WO0125912A1 WO 2001025912 A1 WO2001025912 A1 WO 2001025912A1 US 0027413 W US0027413 W US 0027413W WO 0125912 A1 WO0125912 A1 WO 0125912A1
Authority
WO
WIPO (PCT)
Prior art keywords
code
pattern
participant
representative symbol
graphical representation
Prior art date
Application number
PCT/US2000/027413
Other languages
French (fr)
Inventor
Peter Coad
Dietrich Charisius
Alexander Aptus
Original Assignee
Togethersoft Corporation
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Togethersoft Corporation filed Critical Togethersoft Corporation
Priority to EP00968700A priority Critical patent/EP1236098A4/en
Priority to AU78574/00A priority patent/AU7857400A/en
Publication of WO2001025912A1 publication Critical patent/WO2001025912A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/75Structural analysis for program understanding

Definitions

  • Unified Modeling Language UML
  • UML Unified Modeling Language
  • UML Distilled Second Edition Applying the Standard Object Modeling Language. Addison- Wesley (1999); (2) Booch, Rumbaugh, and Jacobson, The Unified Modeling Language User Guide. Addison- Wesley (1998); (3) Peter Coad, Jeff DeLuca, and Eric Lefebvre, Java Modeling in Color with UML: Enterprise Components and Process. Prentice Hall (1999); and (4) Peter Coad, Mark Mayfield, and Jonathan Kern, Java Design: Building Better Apps & Applets (2nd Ed.), Prentice Hall (1998).
  • Methods and systems consistent with the present invention provide an improved software development tool that simplifies a graphical representation of software code for a developer.
  • the software development tool provides the developer with a more coherent, manageable, and abstract graphical view of the project model, and facilitates the developer in graphically debugging and editing the associated software code.
  • a method is provided in a data processing system for simplifying the graphical representation of the code.
  • the code has a first related element and a second related element.
  • the method comprises the steps of detecting the first related element, detecting the second related element, and displaying a representative symbol in lieu of the graphical representation of the first related element and the second related element.
  • a computer-readable medium contains instructions for controlling a data processing system to perform a method.
  • the data processing system has code having a first related element corresponding to a first participant in a pattern and a second related element corresponding to a second participant in the pattern.
  • the method comprises the steps of detecting the first related element, detecting the second related element, and displaying a representative symbol in lieu of the graphical representation of the first related element and the second related element.
  • Fig. 3 depicts a flow chart for collapsing the graphical representation of related elements shown in Fig. 2 into a representative symbol
  • Fig. 4 depicts an exemplary screen displaying a representative symbol of the related elements graphically represented in Fig. 2 after collapsing by the software development tool depicted in Fig. 1;
  • Fig. 5 depicts another exemplary screen displaying a graphical representation of related elements prior to collapsing by the software development tool depicted in Fig. 1 ;
  • Fig. 6 depicts an exemplary screen displaying a representative symbol of the related elements graphically represented in Fig. 5 after collapsing by the software development tool depicted in Fig. 1 ;
  • Fig. 7 depicts an exemplary screen displaying a graphical representation of related elements associated with a single diagram prior to collapsing by the software development tool depicted in Fig. 1;
  • Fig. 8 depicts an exemplary screen displaying a representative symbol of the related elements graphically represented in Fig. 8 after collapsing by the software development tool depicted in Fig. 1.
  • the improved software development tool is used in a data processing system for developing software code associated with a project.
  • the software code includes a group of related elements.
  • An element of the group of related elements may be a class, an object of a class, or an interface (i.e., a software construct that unrelated objects use to interact with one another) as well as an attribute, or method associated with a class or an object.
  • the group of related elements to be collapsed may also be participants in a pattern.
  • a pattern is a reusable solution to a recurring problem that occurs during software development.
  • a pattern contains the following characteristics: a meaningful pattern name that reflects the knowledge and structure of the pattern; the underlying problem solved and the context in which the problem seems to recur; the solution in terms of its participants (e.g., classes, object of classes, and interfaces) and the relationships between its participants (e.g., static and dynamic rules for composition, inheritance, and instantiation).
  • the software development tool generates code corresponding to a known pattern as described in U.S.
  • Patent Application No. entitled “Method And System For Generating
  • the software development tool will store pattern identification information in a comment field associated with the pattern source code.
  • the software development tool detects the group of related elements from all other elements in a code based on an identification provided for one of the related elements or based on an element being a participant in a pattern. Where detection is based on a pattern, the software development tool may utilize pattern identification information embedded in comment fields of the code to locate a related element.
  • the software development tool identifies relationships (e.g., associations between object elements or inheritance between class elements) between the group of related elements.
  • the software development tool then collapses the graphical representation of the group of related elements into a condensed view or a representative symbol. Identified relationships may be displayed in association with the representative symbol.
  • the data processing system 100 in one implementation includes a memory 102, a secondary storage device 104, an I/O device 106, and a processor 108.
  • Secondary storage device 104 includes code 112 that has a group of related elements which may be associated with a pattern.
  • Memory 102 includes an improved software development tool 110 for collapsing a graphical representation of the group of related elements into a condensed view.
  • data processing system 100 may contain additional or different components.
  • Fig. 2 depicts a screen 200 displaying an exemplary graphical representation of related elements prior to collapsing.
  • One element of the group of related elements is a class or an object of a class.
  • An element of the group of related elements could also be an interface, attribute, or method associated with a class or object.
  • One element is related to another element if there is a common link between the two elements of the group, such as a known class relationship (e.g., inheritance) or a known object relationship (e.g., association or aggregation).
  • the group of related elements can be associated with a pattern.
  • link 240 The relationship between class 202 and the interface depicted by diagram 220 is graphically represented by link 240. Similarly, the relationship between class 202 and the interface depicted by diagram 230 is graphically represented by link 250. Both links 240 and 250 graphically depict a dependent, unidirectional association with class 202.
  • a remote client invokes or creates an object of the EJB class 202 (i.e., HelloBean) on a server to provide a communication link across an enterprise network between the remote client and a business application running on the server.
  • object of the EJB class 202 i.e., HelloBean
  • a detailed explanation of the behavior and operation of an object implementing the class "HelloBean" is not required for an understanding of the collapsing performed by the software development tool 110.
  • Fig. 3 depicts a flowchart identifying the steps performed by a software development tool to collapse the graphical representation of software code having a group of related elements into a representative symbol.
  • the software code is associated with a project having a plurality of files containing source code.
  • the source code is suitable for compiling into an executable program.
  • the project forms a sequence of instructions to be run by a processor.
  • the code may be a graphical construct that is not suitable for compiling into an executable program without a conversion to a software language (e.g., JavaTM programming language or C++).
  • the software development tool 110 receives an indication to collapse a view or simplify the expanded graphical representation of the code (step 302).
  • This collapse view indication may be provided using any known programming input technique, such as by selecting a respective option from a pull-down menu or by inputting the indication in a command line input.
  • the indication also may be a combination of multiple collapse view inputs, where each collapse view input is associated with collapsing a particular group of related elements, such as the pre-defined EJB Session Bean pattern.
  • the indication conveys that all groups of related elements in a graphical view are to be collapsed.
  • the indication conveys that selected groups of related elements are to be collapsed. For example, if a developer wishes to collapse the graphical representation of a single pattern instance that is currently in view, the developer can select one element of the group of related elements before providing the indication to collapse.
  • the software development tool 110 After receiving the collapse view indication, the software development tool 110 detects the group of related elements from all other elements in the code (step 304). It is contemplated that each element in the group of related elements in the code may be located in a separate file for a project. Therefore, the code may be distributed in a plurality of files.
  • detecting the group of related elements includes searching the code for a pattern using detection rules associated with the pattern.
  • each of the related elements corresponds to a participant in a pattern.
  • class 202, the interface depicted by diagram 220, and the interface depicted by diagram 230 correspond to participants in an Enterprise Java Bean (EJB) Session pattern.
  • Detection rules include searching the code for each participant by checking a comment in the code for pattern identification information (e.g., see EJB Session pattern identification information 260 in Fig. 2).
  • the detection rules may utilize a heuristic that combines checking the code for common pattern naming conventions of pattern participants with searching the code for pattern constructs that correspond to properties or operations associated with a participant and that reflect the role the participant plays in the pattern.
  • a heuristic that combines checking the code for common pattern naming conventions of pattern participants with searching the code for pattern constructs that correspond to properties or operations associated with a participant and that reflect the role the participant plays in the pattern.
  • the software development tool 110 may also graphically indicate that a pattern has been detected by placing a pattern collapsed tag in association with the participants of the pattern.
  • the tags 212, 222, and 232 indicate that the elements associated with diagrams 210, 220, and 230 are participants in a detected EJB pattern.
  • the interface depicted by diagram 230 is subsequently assigned the role of "Remote Interface.”
  • the software development tool 110 displays a representative symbol in lieu of the portion of the graphical representation the code associated with the group of related elements (step 308), and displays an indication for each identified relationship between the related elements in association with the representative symbol (step 310).
  • a representative symbol 410 depicted on screen 400 in Fig. 4 shows an exemplary collapsed view of the graphical representation of related elements for the EJB Session pattern depicted in Fig. 2.
  • the oval pattern collapsed tag 420 reflects that the EJB Session pattern is collapsed into a representative symbol.
  • the graphical notations for the home interface depicted by diagram 220 and remote interface depicted by diagram 230 and their corresponding dependency relationship with class 202 are hidden in association with symbol 410. This allows the developer to advantageously have an unobstructed graphical view of other parts of his/her underlying code in context with the representative symbol 410 that represents the EJB Session object Hello Bean.
  • the representative symbol While in a collapsed state, the representative symbol may be modified (step 312).
  • the portion of the code associated with the group of related elements is automatically edited to correspond to the modification (step 314), even where the modification affects related elements that are hidden (i.e., home interface or remote interface) as a result of the collapsing.
  • the UML 110 performs the steps shown in Fig. 3 and described above to collapse the pre-defined factory method pattern shown on screen 500 in Fig. 5.
  • the factory method pattern is a well-known Gang of Four pattern that is described in Gamma, Erich, et al. Design Patterns: Elements of Reusable Object- Oriented Software. Addison- Wesley (1995), which is incorporated herein by reference.
  • One skilled in the art will appreciate, however, that methods and systems consistent with the present invention could be used in conjunction with any pattern.
  • Other examples of patterns supported by the software development tool 110 are described in U.S. Patent Application
  • the factory method pattern provides an application-independent object with an application- specific object to which it can delegate the creation of other application- specific objects.
  • the factory method identifies the following as participants in its pattern, as shown in Fig. 5: a product interface which, graphically depicted by diagram 510, a concreteproduct class which is graphically depicted by diagram 520, a creator interface which is graphically depicted by diagram 530, and a concretecreator class which is graphically depicted by diagram 540.
  • a product interface which, graphically depicted by diagram 510
  • a concreteproduct class which is graphically depicted by diagram 520
  • a creator interface which is graphically depicted by diagram 530
  • a concretecreator class which is graphically depicted by diagram 540.
  • the software development tool 110 may use the previously discussed pattern detection rule of checking the code for common pattern naming conventions to locate pattern participants. When a participant is found, the software development tool 110 then searches the code of the found participant for constructs that correspond to properties or operations associated with the participant and that reflect the role the participant plays in the pattern. Once the first participant is found in this manner, a second participant can be found if the role or operation played by the first participant uses a known identifier or return type which reflects a link to the second participant.
  • the software development tool 110 collapses the graphical representation of the factory method participants by displaying the representative symbol 610 in lieu of the portion of the graphical representation associated this group of related elements.
  • the representative symbol 610 is depicted on screen 600 in Fig. 6.
  • the representative symbol 610 replaces the graphical diagrams or notations for product interface 510, concreteproduct 520, creator interface 530, and concretecreator class 540, as well as their respective links 571, 572, 573, 574, 575, 576, 577, and 578.
  • the representative symbol 610 has a pattern name 611 displayed in association with the representative symbol 610 to reflect the type of pattern that has been collapsed.
  • an oval tag 620 is placed on or in association with the representative symbol 610 to indicate that the symbol 610 represents a collapsed graphical representation of a pattern.
  • Pattern participant names 511, 521, 531, and 541 are placed on or in association with the representative symbol 610.
  • names of participant attributes and methods are also placed on or in association with the representative symbol to reflect the relationships and operations of the collapsed pattern.
  • Catalog class 550 after collapsing now has a graphical notation showing a link 660 to the representative symbol 610. While Fig. 6 does not reflect a complex code example, one skilled in the art will appreciate that by collapsing the factory method pattern the software development tool 110 provides a higher level of abstraction to the code so that the developer can better understand the structure and design of the code.
  • detecting the group of related elements may involve receiving an identification of one of the related elements to collapse, as previously described, locating the related element based on the identification, identifying the relationships of the element to other related elements in the group, and then locating the other related elements in the group based on the identified relationships.
  • a higher level of abstraction is achieved by collapsing the graphical representation of a group of related elements associated with a single diagram.
  • a class JavaBean 702 depicted by diagram 710 has a method pair 712 that defines a property (i.e., graphically depicted as getAge( ) 713 and setAge( ) 714, each being associated with an integer property type 715) and a method pair 716 that defines an event (i.e., graphically depicted as +addFredListener(T:FredListener):void 717 and +removeFredListener(t:FredListener):void 718 having the same event type of FredListener).

Abstract

Software development tool that simplifies a graphical representation of software code for a developer. The software developer tool provides the developer with a more coherent, manageable, and abstract graphical view of the project model (Figure 3, #302), and facilitates the developer in graphically debugging and editing the associated software code (Figure 3, #304). The improved software development tool detects a group of related elements in the code, and collapses a portion of the graphical representation of the code associated with the group of related elements (Figure 3, #312).

Description

METHOD AND SYSTEM FOR COLLAPSING A GRAPHICAL REPRESENTATION OF RELATED ELEMENTS
Cross-Reference To Related Applications
The following identified U.S. patent applications are relied upon and are incorporated by reference in this application:
U.S. Provisional Application No. 60/157,826, entitled "Visual Unified Modeling Language Development Tool," filed on October 5, 1999;
U.S. Provisional Application No. 60/199,046, entitled "Software Development Tool," filed on April 21, 2000; U.S. Patent Application No. , entitled "Method And System For
Developing Software," bearing attorney docket no. 30013630-0002, and filed on the same date herewith;
U.S. Patent Application No. , entitled "Method And System For
Displaying Changes Of Source Code," bearing attorney docket no. 30013630-0003, and filed on the same date herewith; and
U.S. Patent Application No. , entitled "Method And System For
Generating, Applying, And Defining A Pattern," bearing attorney docket no. 30013630- 0004, and filed on the same date herewith.
Field Of The Invention The present invention relates generally to data processing systems and, more particularly, to methods and systems for collapsing a graphical representation of related elements.
Background Of The Invention
Software developers utilize conventional development tools that support the Unified Modeling Language (UML) for graphically modeling an object-oriented design of software projects. The well-known Unified Modeling Language (UML) is a general-purpose notational language for visualizing, specifying, constructing, and documenting complex software systems. UML is more clearly described in the following references, which are incorporated herein by reference: (1) Martin Fowler, UML Distilled Second Edition: Applying the Standard Object Modeling Language. Addison- Wesley (1999); (2) Booch, Rumbaugh, and Jacobson, The Unified Modeling Language User Guide. Addison- Wesley (1998); (3) Peter Coad, Jeff DeLuca, and Eric Lefebvre, Java Modeling in Color with UML: Enterprise Components and Process. Prentice Hall (1999); and (4) Peter Coad, Mark Mayfield, and Jonathan Kern, Java Design: Building Better Apps & Applets (2nd Ed.), Prentice Hall (1998).
These development tools use graphical notation to depict elements within the process or project being modeled. For example, a class diagram is typically used to describe both object (association) relationships and class (inheritance) relationships. The amount of detail presented on the class diagram depends on the development tool. Generally, a class diagram lists the name of the class, the class' important attributes, and the class' important methods. Related classes or objects of classes are denoted graphically by adding a graphical link notation to convey an inheritance, a single or bi-directional association (e.g., one object sends messages to another), or other relationships which add necessary complexity to the design when viewed as a whole.
Conventional development tools generally become difficult to use for complex models. As multiple classes are defined and multiple relationships are extended, the graphical representation becomes more of a burden. Faced with this problem, a software developer eventually will abandon the model as a system design development tool. For example, a developer looking to debug an existing design or to revise an existing model of a software program to conform to new requirements (e.g., new inventory scheme for suppliers) may become frustrated when viewing a detailed, complex model, and decide to debug or edit the source code directly. Typically, the developer will then add a patch of code that does not conform to good design practices rather then spend time understanding the complex graphical view of the model.
Conventional design tools that provide a graphical representation of code associated with modeling a business process or software project present an incoherent and unwieldy graphical view of the code when the respective model is complex. It is therefore desirable to simplify the graphical representation of software code in a modeling tool. Summary Of The Invention
Methods and systems consistent with the present invention provide an improved software development tool that simplifies a graphical representation of software code for a developer. The software development tool provides the developer with a more coherent, manageable, and abstract graphical view of the project model, and facilitates the developer in graphically debugging and editing the associated software code.
In accordance with methods and systems consistent with the present invention, a method is provided in a data processing system for simplifying the graphical representation of the code. The code has a first related element and a second related element. The method comprises the steps of detecting the first related element, detecting the second related element, and displaying a representative symbol in lieu of the graphical representation of the first related element and the second related element.
In accordance with articles of manufacture consistent with the present invention, a computer-readable medium is provided. The computer-readable medium contains instructions for controlling a data processing system to perform a method. The data processing system has code having a first related element corresponding to a first participant in a pattern and a second related element corresponding to a second participant in the pattern. The method comprises the steps of detecting the first related element, detecting the second related element, and displaying a representative symbol in lieu of the graphical representation of the first related element and the second related element.
Additional implementations are directed to systems and computer devices incorporating the methods described above. It is also to be understood that both the foregoing general description and the detailed description to follow are exemplary and explanatory only and are not restrictive of the invention, as claimed.
Brief Description Of The Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate an implementation of the invention and, together with the description, serve to explain the advantages and principles of the invention. In the drawings,
Fig. 1 depicts a block diagram of a data processing system for modeling a software design in accordance with methods and systems consistent with the present invention; Fig. 2 depicts an exemplary screen displaying a graphical representation of related elements prior to collapsing by the software development tool depicted in Fig. 1 ;
Fig. 3 depicts a flow chart for collapsing the graphical representation of related elements shown in Fig. 2 into a representative symbol; Fig. 4 depicts an exemplary screen displaying a representative symbol of the related elements graphically represented in Fig. 2 after collapsing by the software development tool depicted in Fig. 1;
Fig. 5 depicts another exemplary screen displaying a graphical representation of related elements prior to collapsing by the software development tool depicted in Fig. 1 ; Fig. 6 depicts an exemplary screen displaying a representative symbol of the related elements graphically represented in Fig. 5 after collapsing by the software development tool depicted in Fig. 1 ;
Fig. 7 depicts an exemplary screen displaying a graphical representation of related elements associated with a single diagram prior to collapsing by the software development tool depicted in Fig. 1; and
Fig. 8 depicts an exemplary screen displaying a representative symbol of the related elements graphically represented in Fig. 8 after collapsing by the software development tool depicted in Fig. 1.
Reference will now be made in detail to the description of the invention as illustrated in the drawings. While the invention will be described in connection with these drawings, there is no intent to limit it to the embodiment or embodiments disclosed therein. On the contrary, the intent is to cover all alternatives, modifications, and equivalents included within the spirit and scope of the invention as defined by the appended claims.
Detailed Description Of The Invention Methods and systems consistent with the present invention provide an improved software development tool which simplifies a graphical representation of software code to allow a developer to easily view a complex or unwieldy model of a software project without affecting the associated code. By collapsing the graphical notation for groups of related elements utilized in the software code, the software development tool simplifies the graphical view of the software code to allow a developer to focus on the important components and interactive flow of his/her software project and to assist the developer in debugging a design problem or in adding functionality to an already complex design.
Overview
The improved software development tool is used in a data processing system for developing software code associated with a project. The software code includes a group of related elements. An element of the group of related elements may be a class, an object of a class, or an interface (i.e., a software construct that unrelated objects use to interact with one another) as well as an attribute, or method associated with a class or an object. The group of related elements to be collapsed may also be participants in a pattern. A pattern is a reusable solution to a recurring problem that occurs during software development. A pattern contains the following characteristics: a meaningful pattern name that reflects the knowledge and structure of the pattern; the underlying problem solved and the context in which the problem seems to recur; the solution in terms of its participants (e.g., classes, object of classes, and interfaces) and the relationships between its participants (e.g., static and dynamic rules for composition, inheritance, and instantiation). The software development tool generates code corresponding to a known pattern as described in U.S.
Patent Application No. , entitled "Method And System For Generating,
Applying, Defining A Pattern" that has previously been incorporated herein. In the process of generating source code for a pattern as described, the software development tool will store pattern identification information in a comment field associated with the pattern source code. After receiving an indication to simplify the graphical representation of the group of related elements, the software development tool detects the group of related elements from all other elements in a code based on an identification provided for one of the related elements or based on an element being a participant in a pattern. Where detection is based on a pattern, the software development tool may utilize pattern identification information embedded in comment fields of the code to locate a related element. Next, the software development tool identifies relationships (e.g., associations between object elements or inheritance between class elements) between the group of related elements. The software development tool then collapses the graphical representation of the group of related elements into a condensed view or a representative symbol. Identified relationships may be displayed in association with the representative symbol.
Implementation Details
In Fig. 1, an illustrative data processing system 100 suitable for practicing methods and systems consistent with the present invention is shown. The data processing system 100 in one implementation includes a memory 102, a secondary storage device 104, an I/O device 106, and a processor 108. Secondary storage device 104 includes code 112 that has a group of related elements which may be associated with a pattern. Memory 102 includes an improved software development tool 110 for collapsing a graphical representation of the group of related elements into a condensed view. One skilled in the art will recognize that data processing system 100 may contain additional or different components.
Although aspects of the present invention are described as being stored in memory, one skilled in the art will appreciate that these aspects can also be stored on or read from other types of computer-readable medium, such as secondary storage devices (e.g., hard disks, floppy disks, or CD-ROM); a carrier wave from a network, such as the Internet; or other forms of RAM of ROM either currently known or later developed. In the following pages, the functionality and details of the software development tool's collapsing functionality are described.
Fig. 2 depicts a screen 200 displaying an exemplary graphical representation of related elements prior to collapsing. One element of the group of related elements is a class or an object of a class. An element of the group of related elements could also be an interface, attribute, or method associated with a class or object. One element is related to another element if there is a common link between the two elements of the group, such as a known class relationship (e.g., inheritance) or a known object relationship (e.g., association or aggregation). In addition, the group of related elements can be associated with a pattern.
An example of an Enterprise Java Bean (EJB) Session Bean pattern is depicted in
Fig. 2. An EJB Session Bean pattern includes an EJB Session Bean, a remote interface, and a home interface. The EJB Session Bean, when invoked by a remote client on an enterprise network, provides an extension of a business application on a network server. For example, a client may be a travel agent and the business application an airline reservation system. The EJB Session Bean manages processes or tasks defined by the remote interface and associated with the business application. For instance, a travel agent EJB Session Bean when invoked by the travel agent might handle creating a reservation by assigning a customer to a particular seat on a particular plane. A home interface associated with the EJB Session Bean provides the Session Bean's life cycle methods, such as methods for creating, removing, and finding an object of the Session Bean.
The group of related elements graphically represented in Fig. 2 that are participants in an EJB Session Bean pattern include: a class 202 (named "HelloBean") which implements an EJB Session Bean and is graphically depicted by diagram 210, an interface (named "HelloHome" but not shown in Fig. 2) which extends Enterprise Java Bean Home and is graphically depicted by diagram 220, and an interface (named "Hello" but not shown in Fig. 2) which extends Enterprise Java Bean Object and is graphically depicted by diagram 230. The HelloHome interface that is graphically depicted by diagram 220 defines the life cycle methods (e.g., method for creating new bean objects of HelloBean class). The Hello interface that is graphically depicted by diagram 230 is a remote interface that defines the business methods that are implemented by HelloBean class 202.
The relationship between class 202 and the interface depicted by diagram 220 is graphically represented by link 240. Similarly, the relationship between class 202 and the interface depicted by diagram 230 is graphically represented by link 250. Both links 240 and 250 graphically depict a dependent, unidirectional association with class 202. In general, a remote client invokes or creates an object of the EJB class 202 (i.e., HelloBean) on a server to provide a communication link across an enterprise network between the remote client and a business application running on the server. A detailed explanation of the behavior and operation of an object implementing the class "HelloBean" is not required for an understanding of the collapsing performed by the software development tool 110.
Fig. 3 depicts a flowchart identifying the steps performed by a software development tool to collapse the graphical representation of software code having a group of related elements into a representative symbol. The software code is associated with a project having a plurality of files containing source code. The source code is suitable for compiling into an executable program. When compiled, the project forms a sequence of instructions to be run by a processor. The code, however, may be a graphical construct that is not suitable for compiling into an executable program without a conversion to a software language (e.g., Java™ programming language or C++). Initially, the software development tool 110 receives an indication to collapse a view or simplify the expanded graphical representation of the code (step 302). This collapse view indication may be provided using any known programming input technique, such as by selecting a respective option from a pull-down menu or by inputting the indication in a command line input. The indication also may be a combination of multiple collapse view inputs, where each collapse view input is associated with collapsing a particular group of related elements, such as the pre-defined EJB Session Bean pattern. In one implementation, the indication conveys that all groups of related elements in a graphical view are to be collapsed. In an alternative implementation, the indication conveys that selected groups of related elements are to be collapsed. For example, if a developer wishes to collapse the graphical representation of a single pattern instance that is currently in view, the developer can select one element of the group of related elements before providing the indication to collapse. After receiving the collapse view indication, the software development tool 110 detects the group of related elements from all other elements in the code (step 304). It is contemplated that each element in the group of related elements in the code may be located in a separate file for a project. Therefore, the code may be distributed in a plurality of files.
In one implementation of the present invention, detecting the group of related elements includes searching the code for a pattern using detection rules associated with the pattern. In this implementation, each of the related elements corresponds to a participant in a pattern. For example, class 202, the interface depicted by diagram 220, and the interface depicted by diagram 230 correspond to participants in an Enterprise Java Bean (EJB) Session pattern. Detection rules include searching the code for each participant by checking a comment in the code for pattern identification information (e.g., see EJB Session pattern identification information 260 in Fig. 2). Where pattern identification information is not available in a comment, the detection rules may utilize a heuristic that combines checking the code for common pattern naming conventions of pattern participants with searching the code for pattern constructs that correspond to properties or operations associated with a participant and that reflect the role the participant plays in the pattern. The examples that follow illustrate the software development tool's use of these detection rules to locate pattern participants in the code.
With reference to the example shown in Fig. 3, assuming that pattern identification information is not available, the detection rule heuristic for an EJB Session pattern calls for a class element to implement "javax.ejb.SessionBean." Thus, the code is searched for the code terms "class," "implement," and "javax.ejb.SessionBean." The detection rules for an EJB Session pattern also call for finding a home interface (a class implementing interface javax.ejb.EJBHome) and a remote interface (a class implementing interface javax.ejb.EJBObject) associated with the class implementing javax.ejb.SessionBean. The software development tool 110 may also graphically indicate that a pattern has been detected by placing a pattern collapsed tag in association with the participants of the pattern. For example, in Fig. 2 the tags 212, 222, and 232 indicate that the elements associated with diagrams 210, 220, and 230 are participants in a detected EJB pattern.
As illustrated in Fig. 3, the software development tool 110 next identifies the relationships between the group of related elements (step 306). Returning to Fig. 2, the software development tool 110 identifies the relationship between the class 202 and the interface depicted by diagram 220 after identifying that the interface depicted by diagram 220 has a name constructed with the base name of the class 202 and having a suffix "Home." The interface depicted by diagram 220 is then assigned a role of "Home Interface," and depicted as having a dependency relationship with HelloBean class 202. Similarly, the software development tool 110 identifies the dependency relationship between class 202 and the interface depicted by diagram 230 after identifying that the interface depicted by diagram 220 has the same property or event type as found in class 202. The interface depicted by diagram 230 is subsequently assigned the role of "Remote Interface." As shown in Fig. 3, the software development tool 110 displays a representative symbol in lieu of the portion of the graphical representation the code associated with the group of related elements (step 308), and displays an indication for each identified relationship between the related elements in association with the representative symbol (step 310). A representative symbol 410 depicted on screen 400 in Fig. 4 shows an exemplary collapsed view of the graphical representation of related elements for the EJB Session pattern depicted in Fig. 2. The oval pattern collapsed tag 420 reflects that the EJB Session pattern is collapsed into a representative symbol. In this implementation of collapsing, the graphical notations for the home interface depicted by diagram 220 and remote interface depicted by diagram 230 and their corresponding dependency relationship with class 202 are hidden in association with symbol 410. This allows the developer to advantageously have an unobstructed graphical view of other parts of his/her underlying code in context with the representative symbol 410 that represents the EJB Session object Hello Bean.
While in a collapsed state, the representative symbol may be modified (step 312). In response to the modification, the portion of the code associated with the group of related elements is automatically edited to correspond to the modification (step 314), even where the modification affects related elements that are hidden (i.e., home interface or remote interface) as a result of the collapsing.
In another implementation of collapsing discussed in reference to Figs. 5 and 6, the graphical notation for the related group of elements in a pattern is not hidden but reflected on a representative symbol. In this implementation, the UML 110 performs the steps shown in Fig. 3 and described above to collapse the pre-defined factory method pattern shown on screen 500 in Fig. 5. The factory method pattern is a well-known Gang of Four pattern that is described in Gamma, Erich, et al. Design Patterns: Elements of Reusable Object- Oriented Software. Addison- Wesley (1995), which is incorporated herein by reference. One skilled in the art will appreciate, however, that methods and systems consistent with the present invention could be used in conjunction with any pattern. Other examples of patterns supported by the software development tool 110 are described in U.S. Patent Application
No. , entitled "Method And System For Generating, Applying, And Defining
A Pattern," which was previously incorporated by reference.
In general, the factory method pattern provides an application-independent object with an application- specific object to which it can delegate the creation of other application- specific objects. To accomplish this desirable design implementation, the factory method identifies the following as participants in its pattern, as shown in Fig. 5: a product interface which, graphically depicted by diagram 510, a concreteproduct class which is graphically depicted by diagram 520, a creator interface which is graphically depicted by diagram 530, and a concretecreator class which is graphically depicted by diagram 540. A detailed explanation of the behavior and operation of each participant in the factory method pattern is not required for an understanding of the collapsing performed by the software development tool 110.
After receiving an indication to collapse, the software development tool 110 detects the group of related elements or pattern participants, as previously discussed. To detect the factory method pattern shown in Fig. 5, the software development tool 110 may use the previously discussed detection rule of searching the code for comments that contain pattern identification information. For example, pattern identification information 580, which has the pattern identification name 582, is found in the code associated with the concreteproduct class 592. Thus, concreteproduct class 592 is identified as a participant in the factory method pattern.
Alternatively, the software development tool 110 may use the previously discussed pattern detection rule of checking the code for common pattern naming conventions to locate pattern participants. When a participant is found, the software development tool 110 then searches the code of the found participant for constructs that correspond to properties or operations associated with the participant and that reflect the role the participant plays in the pattern. Once the first participant is found in this manner, a second participant can be found if the role or operation played by the first participant uses a known identifier or return type which reflects a link to the second participant.
For example, to detect the participants in the factory method pattern shown in Fig. 5, the software development tool 110 searches all classes in the code for an operation construct that has the name "factorymethod." Code in Fig. 5 includes elements associated with graphical diagrams 510, 520, 530, 540, and 550. One skilled in the art will appreciate that all forms of spelling (i.e., capitalization) and word spacing for factorymethod would be attempted by the software development tool 110. Similarly, commonly known alternative names for the pattern or the pattern operation will be searched as well.
In Fig. 5, the software development tool 110 will find the class associated with diagram 540 as having the operation 542 named factorymethod. For the class associated with diagram 540 to conform to the concretecreator class, the software development tool 110 checks the factorymethod operation 542 to ensure it has no parameters or arguments that have a return type of "product," which is consistent with the factorymethod pattern constructs for this participant. Having found the return type of "product," the software development tool 110 searches the code for another class that implements an interface having the name "product." In this example, the software development tool 110 finds the concreteproduct class associated with diagram 520. By doing so, the software development tool 110 identifies the link or relationship between the two related participants. The software development tool 110 then finds an interface construct (depicted by diagram 510) in the code that implements or uses the name "product." Having found the participants depicted by diagrams 510, and 520, the software development tool 110 confirms that the class depicted by diagram 540 is playing the role of concretecreator in this factory method pattern. Consequently, the software development tool 110 can find the final participant in this pattern by searching the code for an interface (depicted by diagram 530) that implements or uses the same name as found in the concretecreator class participant and that has a factory method operation consistent with the concretecreator class.
Having detected the factory method, the software development tool 110 collapses the graphical representation of the factory method participants by displaying the representative symbol 610 in lieu of the portion of the graphical representation associated this group of related elements. The representative symbol 610 is depicted on screen 600 in Fig. 6. As a result of collapsing, the representative symbol 610 replaces the graphical diagrams or notations for product interface 510, concreteproduct 520, creator interface 530, and concretecreator class 540, as well as their respective links 571, 572, 573, 574, 575, 576, 577, and 578. The representative symbol 610 has a pattern name 611 displayed in association with the representative symbol 610 to reflect the type of pattern that has been collapsed. In addition, an oval tag 620 is placed on or in association with the representative symbol 610 to indicate that the symbol 610 represents a collapsed graphical representation of a pattern. Pattern participant names 511, 521, 531, and 541 are placed on or in association with the representative symbol 610. Furthermore, names of participant attributes and methods (e.g., 522, 532, and 542) are also placed on or in association with the representative symbol to reflect the relationships and operations of the collapsed pattern. Catalog class 550 after collapsing now has a graphical notation showing a link 660 to the representative symbol 610. While Fig. 6 does not reflect a complex code example, one skilled in the art will appreciate that by collapsing the factory method pattern the software development tool 110 provides a higher level of abstraction to the code so that the developer can better understand the structure and design of the code.
In another implementation, detecting the group of related elements may involve receiving an identification of one of the related elements to collapse, as previously described, locating the related element based on the identification, identifying the relationships of the element to other related elements in the group, and then locating the other related elements in the group based on the identified relationships.
In yet another implementation, a higher level of abstraction is achieved by collapsing the graphical representation of a group of related elements associated with a single diagram. In the example depicted on screen 700 in Fig. 7, a class JavaBean 702 depicted by diagram 710 has a method pair 712 that defines a property (i.e., graphically depicted as getAge( ) 713 and setAge( ) 714, each being associated with an integer property type 715) and a method pair 716 that defines an event (i.e., graphically depicted as +addFredListener(T:FredListener):void 717 and +removeFredListener(t:FredListener):void 718 having the same event type of FredListener). In this implementation, identifying the relationships between related elements includes determining whether a property name and type associated with a first element of the group of related elements matches a property name and type of a second element of the group of related elements associated with the single diagram. In addition, identifying the relationships between related elements in this implementation further includes the step of determining whether an event type associated with a third element of the group of related elements matches an event type of a fourth element of the group of related elements. Collapsing the example of Fig. 7 produces the representative symbol 810 shown on screen 800 in Fig. 8. The representative symbol 810 identifies the property type, age:int 813, and the event type, Fred 814 (displayed in a shorter form than FredListener). Collapsing the graphical property/event notations for a Java Bean class diagram advantageously allows the developer to have a higher abstracted view of his/her model.
The method of collapsing disclosed herein includes storing collapsing information associated with producing the representative symbol from the expanded graphical representation of the group of related elements in a graphical view file. In addition, the method prevents source code associated with the code from being altered during the collapsing process.
While various embodiments of the application have been described, it will be apparent to those of ordinary skill in the art that many more embodiments and implementations are possible that are within the scope of this invention. Accordingly, the invention is not to be restricted except in light of the attached claims and their equivalents.

Claims

CLAIMS What is claimed is:
1. A method in a data processing system for simplifying a graphical representation of code, the code having a plurality of related elements, wherein a first of the plurality of related elements corresponds to a first participant in a pattern, and wherein a second of the plurality of related elements corresponds to a second participant in the pattern, the method comprising the steps of: receiving a request to simplify a portion of the graphical representation of the code associated with the pattern; determining that the first and the second related elements are related to each other; displaying a representative symbol in lieu of the graphical representation of the first and the second related elements responsive to determining that the first and the second related elements are related to each other; displaying a pattern collapsed tag in association with the representative symbol; displaying a pattern name in association with the representative symbol; displaying an identification for the first related element in association with the representative symbol; and displaying an identification for the second related element in association with the representative symbol.
2. The method of claim 1, wherein the determining step comprises the step of searching a comment field in the code for identification information.
3. The method of claim 1, wherein the determining step comprises the step of searching the code for a naming convention related to the first and second participant.
4. The method of claim 1, wherein the determining step comprises the step of searching the code for a pattern construct related to the first participant.
5. The method of claim 1, further comprising the step of detecting a third related element in the code corresponding to a third participant in the pattern, wherein the representative symbol is further displayed in lieu of the graphical representation of the third related element.
6. The method of claim 1 further comprising the steps of: receiving a modification to the representative symbol; and editing a portion of the code reflecting the modification to the representative symbol.
7. A method in a data processing system for simplifying a graphical representation of code, the code having a first related element corresponding to a first participant in a pattern and a second related element corresponding to a second participant in the pattern, the method comprising the steps of: receiving a request to simplify a portion of the graphical representation of the code associated with the pattern; detecting that the first and the second related elements are related to each other; displaying a representative symbol in lieu of the graphical representation of the first and the second related elements responsive to determining that the first and the second related elements are related to each other; and displaying a pattern collapsed tag in association with the representative symbol.
8. The method of claim 7, wherein the determining step comprises the step of searching the code for identification information in a comment field in the code.
9. The method of claim 7, wherein the determining step comprises the step of searching the code for a naming convention related to the first participant.
10. The method of claim 7, wherein the determining step comprises the step of searching the code for a pattern construct related to the first participant.
11. The method of claim 7, wherein the code has a third related element corresponding to a third participant in a pattern, the method further comprising the step of determining that the third related element is related to the first and the second related element; and displaying the representative symbol in lieu of the graphical representation of the third related element responsive to detecting that the first, the second and the third related elements are related to each other.
12. The method of claim 7 further comprising the steps of: receiving a modification to the representative symbol; and editing a portion of the code reflecting the modification to the representative symbol.
13. A method in a data processing system for simplifying a graphical representation of code, the code having a first related element corresponding to a first participant in a pattern and a second related element corresponding to a second participant in the pattern, the method comprising the steps of: determining that the first and the second related elements are related to each other; and displaying a representative symbol in lieu of the graphical representation of the first and the second related elements responsive to determining that the first and the second related elements are related to each other.
14. The method of claim 13, wherein the determining step comprises the step of searching the code for identification information in a comment field in the code.
15. The method of claim 13, wherein the determining step comprises the step of searching the code for a naming convention related to the first participant.
16. The method of claim 13, wherein the determining step comprises the step of searching the code for a pattern construct related to the first participant.
17. The method of claim 13, further comprising the step of detecting a third related element in the code corresponding to a third participant in the pattern, wherein the representative symbol is further displayed in lieu of the graphical representation of the third related element.
18. The method of claim 13 further comprising the steps of: receiving a modification to the representative symbol; and editing a portion of the code reflecting the modification to the representative symbol.
19. A computer-readable medium containing instructions for controlling a data processing system to perform a method, the data processing system having code having a plurality of related elements, wherein a first of the plurality of related elements corresponds to a first participant in a pattern, and a second of the plurality of related elements corresponds to a second participant in the pattern, the method comprising the steps of: receiving a request to simplify a portion of the graphical representation of the code associated with the pattern; determining that the first and the second related elements are related to each other; displaying a representative symbol in lieu of the graphical representation of the first and the second related elements responsive to determining that the first and the second related elements are related to each other; displaying a pattern collapsed tag in association with the representative symbol; displaying a pattern name in association with the representative symbol; displaying an identification for the first related element in association with the representative symbol; and displaying an identification for the second related element in association with the representative symbol.
20. The computer-readable medium of claim 19, wherein the determining step comprises the step of searching the code for identification information in a comment field in the code.
21. The computer-readable medium of claim 19, wherein the determining step comprises the step of searching the code for a naming convention related to the first participant.
22. The computer-readable medium of claim 19, wherein the determining step comprises the step of searching the code for a pattern construct related to the first participant.
23. The computer-readable medium of claim 19, wherein the method further comprises the step of detecting a third related element in the code corresponding to a third participant in the pattern, wherein the representative symbol is further displayed in lieu of the graphical representation of the third related element.
24. The computer-readable medium of claim 19, wherein the method further comprises the steps of: receiving a modification to the representative symbol; and editing a portion of the code reflecting the modification to the representative symbol.
25. A computer-readable medium containing instructions for controlling a data processing system to perform a method, the data processing system having code having a first related element corresponding to a first participant in a pattern and a second related element corresponding to a second participant in the pattern, the method comprising the steps of: receiving a request to simplify a portion of the graphical representation of the code associated with the pattern; detecting that the first and the second related elements are related to each other; displaying a representative symbol in lieu of the graphical representation of the first and the second related elements responsive to determining that the first and the second related elements are related to each other; and displaying a pattern collapsed tag in association with the representative symbol.
26. The computer-readable medium of claim 25, wherein the determining step comprises the step of searching the code for identification information in a comment field in the code.
27. The computer-readable medium of claim 25, wherein the determining step comprises the step of searching the code for a naming convention related to the first participant.
28. The computer-readable medium of claim 25, wherein the determining step comprises the step of searching the code for a pattern construct related to the first participant.
29. The computer-readable medium of claim 25, wherein the method further comprises the step of detecting a third related element in the code corresponding to a third participant in the pattern, wherein the representative symbol is further displayed in lieu of the graphical representation of the third related element.
30. The computer-readable medium of claim 25, wherein the method further comprises the steps of: receiving a modification to the representative symbol; and editing a portion of the code reflecting the modification to the representative symbol.
31. A computer-readable medium containing instructions for controlling a data processing system to perform a method, the data processing system having code having a first related element and a second related element, the method comprising the steps of: detecting that the first and the second related elements are related to each other; and displaying a representative symbol in lieu of the graphical representation of the first and the second related elements responsive to determining that the first and the second related elements are related to each other.
32. The computer-readable medium of claim 31, wherein the determining step comprises the step of searching the code for identification information in a comment field in the code.
33. The computer-readable medium of claim 31, wherein the determining step comprises the step of searching the code for a naming convention related to the first participant.
34. The computer-readable medium of claim 31 , wherein the determining step comprises the step of searching the code for a pattern construct related to the first participant.
35. The computer-readable medium of claim 31, wherein the method further comprises the step of detecting a third related element in the code corresponding to a third participant in the pattern, wherein the representative symbol is further displayed in lieu of the graphical representation of the third related element.
36. The computer-readable medium of claim 31, wherein the method further comprises the steps of: receiving a modification to the representative symbol; and editing a portion of the code reflecting the modification to the representative symbol.
37. A data processing system comprising: a secondary storage device further comprising code having a first related element corresponding to a first participant in a pattern and a second related element corresponding to a second participant in the pattern; a memory device further comprising a program that receives a request to simplify a portion of a graphical representation of the code associated with the pattern, that determines whether the first and the second related elements are related to each other, that displays a representative symbol in lieu of the graphical representation of the first related element and the second related element responsive to the first and the second related elements being related to each other, and that displays a pattern collapsed tag in association with the representative symbol to reflect a collapsed state for the pattern; and a processor for running the program.
38. The data processing system of claim 37, wherein when determining that the first and the second related elements are related to each other, the program searches the code for identification information in a comment field in the code.
39. The data processing system of claim 37, wherein when determining that the first and the second related elements are related to each other, the program searches the code for a naming convention related to the first participant.
40. The data processing system of claim 37, wherein when determining that the first and the second related elements are related to each other, the program searches the code for a pattern construct related to the first participant.
41. The data processing system of claim 37, wherein the program further detects a third related element in the code corresponding to a third participant in the pattern, wherein the representative symbol is further displayed in lieu of the graphical representation of the third related element.
42. The data processing system of claim 37, wherein the program further: receives a modification to the representative symbol; and edits a portion of the code reflecting the modification to the representative symbol.
43. A system for simplifying a graphical representation of code, the code having a first related element and a second related element, the system comprising: means for determining that the first and the second related elements are related to each other; and means for displaying a representative symbol in lieu of the graphical representation of the first and the second related elements responsive to detecting that the first and the second related elements are related to each other.
PCT/US2000/027413 1999-10-05 2000-10-04 Method and system for collapsing a graphical representation of related elements WO2001025912A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
EP00968700A EP1236098A4 (en) 1999-10-05 2000-10-04 Method and system for collapsing a graphical representation of related elements
AU78574/00A AU7857400A (en) 1999-10-05 2000-10-04 Method and system for collapsing a graphical representation of related elements

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US15782699P 1999-10-05 1999-10-05
US60/157,826 1999-10-05
US19904600P 2000-04-21 2000-04-21
US60/199,046 2000-04-21

Publications (1)

Publication Number Publication Date
WO2001025912A1 true WO2001025912A1 (en) 2001-04-12

Family

ID=26854514

Family Applications (2)

Application Number Title Priority Date Filing Date
PCT/US2000/027413 WO2001025912A1 (en) 1999-10-05 2000-10-04 Method and system for collapsing a graphical representation of related elements
PCT/US2000/027436 WO2001025915A1 (en) 1999-10-05 2000-10-04 Method and system for displaying changes of source code

Family Applications After (1)

Application Number Title Priority Date Filing Date
PCT/US2000/027436 WO2001025915A1 (en) 1999-10-05 2000-10-04 Method and system for displaying changes of source code

Country Status (3)

Country Link
EP (1) EP1236098A4 (en)
AU (2) AU7857400A (en)
WO (2) WO2001025912A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6412106B1 (en) 1999-06-16 2002-06-25 Intervoice Limited Partnership Graphical system and method for debugging computer programs
WO2008066925A2 (en) * 2006-11-29 2008-06-05 The Mathworks, Inc. Traceability in a modelling environment
US8522196B1 (en) 2001-10-25 2013-08-27 The Mathworks, Inc. Traceability in a modeling environment
WO2013192464A1 (en) * 2012-06-22 2013-12-27 Microsoft Corporation Folded views in development environment

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7316001B2 (en) 2004-06-05 2008-01-01 Graphlogic Inc. Object process graph system
US7493335B2 (en) 2004-07-02 2009-02-17 Graphlogic Inc. Object process graph relational database interface
US7360209B2 (en) 2004-07-16 2008-04-15 Graphlogic Inc. Object process graph application controller-viewer
CN101052948A (en) * 2004-09-10 2007-10-10 图形公司 Object process graph application development system

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4558413A (en) * 1983-11-21 1985-12-10 Xerox Corporation Software version management system
US4599692A (en) * 1984-01-16 1986-07-08 Itt Corporation Probabilistic learning element employing context drive searching
US5960196A (en) * 1996-12-18 1999-09-28 Alcatel Usa Sourcing, L.P. Software release metric reporting system and method

Non-Patent Citations (8)

* Cited by examiner, † Cited by third party
Title
"Java: The first 800 days", THE SOURCE FOR JAVA TECHNOLOGY, XP002934589, Retrieved from the Internet <URL:java.sun.com> *
CLIFF BERG: "How do i create a javabean?", DR. DOBBS JOURNAL, September 1997 (1997-09-01), pages 102 - 104, XP002934590 *
DAVID W. MCINTYRE: "A visual method for generating iconic programming environments", UMI DISSERTATION SERVICES, August 1992 (1992-08-01), XP002935366 *
ERICH GAMMA ET AL.: "Design patterns elements of reusable object-oriented software", 1994, XP002934593 *
L. VANHELSUWE: "Mastering javabeans", SYBEX, XP002934591 *
MARGARET M. BURNETT ET AL.: "Visual object-oriented programming concepts and environments", XP002934594 *
PENZ F.: "Visual programming in the objectworld", JOURNAL VISUAL LANGUAGES AND COMPUTING, vol. 2, March 1991 (1991-03-01), pages 17 - 41, XP002934592 *
See also references of EP1236098A4 *

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6412106B1 (en) 1999-06-16 2002-06-25 Intervoice Limited Partnership Graphical system and method for debugging computer programs
US8627276B2 (en) 2001-10-25 2014-01-07 The Mathworks, Inc. Traceability in a modeling environment
US8104017B2 (en) 2001-10-25 2012-01-24 The Mathworks, Inc. Traceability in a modeling environment
US8522196B1 (en) 2001-10-25 2013-08-27 The Mathworks, Inc. Traceability in a modeling environment
US8627272B1 (en) 2001-10-25 2014-01-07 The Mathworks, Inc. Traceability in a modeling environment
US8667463B2 (en) 2001-10-25 2014-03-04 The Mathworks, Inc. Traceability in a modeling environment
US8667470B2 (en) 2001-10-25 2014-03-04 The Mathworks, Inc. Traceability in a modeling environment
US9280324B1 (en) 2001-10-25 2016-03-08 The Mathworks, Inc. Traceability in a modeling environment
WO2008066925A3 (en) * 2006-11-29 2009-04-09 Mathworks Inc Traceability in a modelling environment
WO2008066925A2 (en) * 2006-11-29 2008-06-05 The Mathworks, Inc. Traceability in a modelling environment
WO2013192464A1 (en) * 2012-06-22 2013-12-27 Microsoft Corporation Folded views in development environment
US9026992B2 (en) 2012-06-22 2015-05-05 Microsoft Technology Licensing, Llc Folded views in development environment
US9317257B2 (en) 2012-06-22 2016-04-19 Microsoft Technology Licensing, Llc Folded views in development environment

Also Published As

Publication number Publication date
AU7858300A (en) 2001-05-10
AU7857400A (en) 2001-05-10
WO2001025915A1 (en) 2001-04-12
EP1236098A4 (en) 2006-02-15
EP1236098A1 (en) 2002-09-04

Similar Documents

Publication Publication Date Title
US6931625B1 (en) Method and system for collapsing a graphical representation of related elements
US6851105B1 (en) Method and system for generating, applying, and defining a pattern
US7913231B2 (en) Testing pattern-based applications
US9916134B2 (en) Methods and systems for accessing distributed computing components through the internet
US7793256B2 (en) Methods and systems for supporting and deploying distributed computing components
US8296665B2 (en) Developing and executing applications with configurable patterns
JP5102828B2 (en) Method and system for generating an application data editor
JP5021193B2 (en) Declarative representation of an extensible workflow model
US7761865B2 (en) Upgrading pattern configurations
US20050268232A1 (en) Software logistics for pattern-based applications
WO2001082068A1 (en) Methods and systems for identifying dependencies between object-oriented elements
US8126937B2 (en) Visual database modeling
EP1292887A1 (en) Methods and systems for generating source code for object-oriented elements
US7606820B2 (en) Detecting and handling changes to back-end systems
EP2526484A2 (en) Pattern-based user interfaces
US20080229253A1 (en) Method, System and Computer Program for Navigating UML Diagrams
US20050257190A1 (en) Developing and executing applications with configurable patterns
Rossi et al. Model-based web application development
WO2001025912A1 (en) Method and system for collapsing a graphical representation of related elements
Pastor et al. Building E-commerce applications from object-oriented conceptual models
Shidqie et al. Compilation of OCL into Java for the Eclipse OCL Implementation
EP1290553A1 (en) Methods and systems for finding and displaying linked objects
Chen et al. Extraction of BPEL Process Fragments in Eclipse BPEL Designer
Lazanitis et al. Template transformations in AutoMed
Yehudai OBSERV/CRUISE—A CASE environment for prototyping of complex systems

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AU JP SG

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
WWE Wipo information: entry into national phase

Ref document number: 2000968700

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 2000968700

Country of ref document: EP

NENP Non-entry into the national phase

Ref country code: JP

WWW Wipo information: withdrawn in national office

Ref document number: 2000968700

Country of ref document: EP