WO2005010749A2 - Designing computer programs - Google Patents

Designing computer programs Download PDF

Info

Publication number
WO2005010749A2
WO2005010749A2 PCT/US2004/022481 US2004022481W WO2005010749A2 WO 2005010749 A2 WO2005010749 A2 WO 2005010749A2 US 2004022481 W US2004022481 W US 2004022481W WO 2005010749 A2 WO2005010749 A2 WO 2005010749A2
Authority
WO
WIPO (PCT)
Prior art keywords
view
business
rules
domain
artifacts
Prior art date
Application number
PCT/US2004/022481
Other languages
French (fr)
Other versions
WO2005010749A8 (en
Inventor
Wayne Patrick O'brien
Original Assignee
Raytheon Company
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 Raytheon Company filed Critical Raytheon Company
Priority to CA002532580A priority Critical patent/CA2532580A1/en
Priority to JP2006520281A priority patent/JP2007535013A/en
Priority to EP04756949A priority patent/EP1646940A2/en
Publication of WO2005010749A2 publication Critical patent/WO2005010749A2/en
Priority to IL173133A priority patent/IL173133A0/en
Publication of WO2005010749A8 publication Critical patent/WO2005010749A8/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • G06F8/24Object-oriented

Definitions

  • This invention relates generally to the field of computers and more specifically to designing computer programs.
  • Designing a computer program may involve generating a set of domain rules that set out the requirements for the computer program.
  • Known techniques for designing computer programs typically involve generating a limited set of domain rules.
  • a limited set of domain rules may result in inefficient and ineffective computer program design. Consequently, know techniques for designing computer programs may be unsatisfactory in certain situations.
  • designing a computer program includes accessing invariant domain rales and displaying variable business rules.
  • One or more business rules are selected in response to a user selection and are customized.
  • managing rules for designing a computer program includes accessing a number of rules.
  • the rules are analyzed to separate domain rules from business rules, where each domain rule is invariant and each business rule is variable.
  • the business rules are stored.
  • a business rule is provided from the stored business rules in response to a request for the business rule.
  • the complete set may be used to define a problem space, providing for more efficient and effective design of a computer program.
  • Certain embodiments of the invention may include none, some, or all of the above technical advantages.
  • One or more other technical advantages may be readily apparent to one skilled in the art from the figures, descriptions, and claims included herein.
  • FIGURE 1 is a block diagram illustrating one embodiment of a system for designing a computer program
  • FIGURE 2 is a flowchart illustrating one embodiment of a method for designing a computer program
  • FIGURE 3 is a diagram illustrating one embodiment of a relationship between high-level artifacts stored at database
  • FIGURE 4 is a diagram illustrating one embodiment of a structural view
  • FIGURE 5 is a diagram of one embodiment of a behavioral view
  • FIGURE 6 is a flowchart illustrating one embodiment of a method for generating domain rules.
  • FIGURE 1 is a block diagram illustrating one embodiment of a system 10 for designing a computer program.
  • system 10 is involved in the generation of a substantially complete set of domain rules to define the problem space of the computer program design.
  • Invariant domain rules and customizable business rules are used to design the program.
  • system 10 includes one or more client systems 20, a server system 24, and a database 28 coupled as shown in FIGURE 1.
  • a client system 20 allows a user to communicate with server system 24 to design computer programs.
  • Server system 24 manages applications for designing computer programs, such as a graphical user interface 30, a domain rule generation module 34, a business rule editor 38, modeling tools 40, a code generator 44, and a report generator 48.
  • Database 28 stores data that may be used by server system 24.
  • Database 28 may include, for example, domain rules 50, business rales 54, formal methods 58, a common modeling language 60, a model 64, and code 68.
  • domain rale generation module 34 generates a substantially complete set of domain rules 50 that includes invariant rales that may be used to define a domain.
  • Business rale editor 38 is used to customize business rules 54 for a particular computer program.
  • Modeling tools 40 may use domain rules 50, business rules 54, and formal methods 58, which may be expressed according to common modeling language 60, in order to generate model 64.
  • a user may manipulate model 64 to design the computer program.
  • Code generator 44 generates code 68 according to model 64, and may also operate to check code 68 and model 64 for syntax compliance and for consistency.
  • Report generator 48 may be used to generate a report describing the computer program.
  • system 10 may operate to design a computer program using object-oriented technology.
  • a computer program may be viewed as a collection of discreet objects representing entities that are self-contained collections of data structures and routines that interact with other objects.
  • Object-oriented programming involves both analysis and design. Object-oriented analysis identifies component objects and system requirements, and describes how the component objects and system requirements interact to perform specific tasks. Typically, analysis attempts to reuse existing solutions. Design involves creating a computer program in which the objects may be efficiently adapted to perform the tasks.
  • client systems 20 may allow one or more users to concurrently design a computer program. Users may include designers, stakeholders, or any other person or identifier identifying a person. Stakeholders may include engineers from any of a number of fields such as the network, hardware, software, human factors, or database fields.
  • Domain rule generation module 34 generates domain rules 50.
  • Domain rules 50 comprise invariant rales that define a domain that may be used to determine a problem space and a solution space. A substantially complete set of domain rules may anticipate substantially all possible applications of the domain, and may provide a framework from which substantially all solutions of the solution space may be generated. Domain rules 50 may be selected according to any suitable procedure to generate any suitable problem space, and may be generated through successive iterations of the design process. TABLE 1 lists examples of domain rales 50 from accounting theory.
  • Domain rule generation module 34 may identify the boundaries of a domain, and determine commonalities and variations among systems that meet the requirements. The boundaries and requirements may be defined for a domain in terms of the domain rales and functions. Functions may include related subfunctions, methods, processes, and procedures.
  • Business rules 54 comprise rules that may be customized to fit a particular application. Business rules may include, for example, rales of engagement, mission plans, or resource management rules. While domain rules 50 are invariant, business rales 54 are customizable. As an example, domain rules may comprise the principles of war, while business rales 54 comprise the rules of engagement. TABLE 3 presents example business rules for accounting theory.
  • TABLE 4 presents example business rules for military theory.
  • Business rales 54 may be maintained at database 28 and customized by business rales editor 38.
  • business rales 54 may be stored in a table, and a user may define a specific business rule 54 by revising the table.
  • Business rale editor 38 may be used to perform security audits on business rules 54, analyze business rules 54, check new rules before adding them to database 28, and apply business rales 54 to decision support tools.
  • Formal methods 58 are rules that may be specified using a formal syntax such as first or second order logic or set theory.
  • Graphical user interface 30 may be used to represent formal methods using a visual model.
  • Modeling tools 40 generate model 64 that represents the computer program under design, and may include, for example, nodes representing objects with operations performed by the computer program and branches representing relations among the objects.
  • Modeling tools 40 may comprise, for example, modeling tools provided by RATIONAL SOFTWARE such as RATIONAL ROSE REAL-TIME (RRT) modeling and code generation tool. Modeling tools 40 may also include tools that deal with requirements management, configuration management, testing, performance optimization, and documentation. Model 64 may be actively linked to code 68 such that modeling tools 40 may provide dynamic views of model 64 to aid in the design of the computer program. For example, as code 68 is being run, a node of model 64 corresponding to code 68 that is being run may be highlighted, for example, the node may be displayed in a green color.
  • RATIONAL SOFTWARE such as RATIONAL ROSE REAL-TIME (RRT) modeling and code generation tool.
  • Modeling tools 40 may also include tools that deal with requirements management, configuration management, testing, performance optimization, and documentation.
  • Model 64 may be actively linked to code 68 such that modeling tools 40 may provide dynamic views of model 64 to aid in the design of the computer program. For example, as code 68 is being run, a node of model
  • a node of model 64 corresponding to code 68 having the inconsistency may be highlighted. For example, the node may be displayed in a red color.
  • Visual indicators provided as the code executes may allow for visual verification and validation of code 68. Visual verification and validation used in conjunction with publish-and-subscribe interfaces may provide for assurance of preserving interoperability. Different models 64 may present different views of the computer program.
  • Models 64 may include, for example, a domain model that establishes the context of the program, a business model that establishes an abstraction of an organization associated with the program, a use case model that establishes the program's functional and non-functional requirements, and an analysis model that establishes a conceptual design of the program.
  • the models may be actively linked with each other to reflect aspects of each other.
  • domain model may be actively linked with a lower-level model, such that the lower-level model requirements reflect the requirements of the domain model. Examples of views are described in more detail with reference to FIGURES 3 through 5.
  • Domain rules 50, business rules 54, and formal methods 58 may be expressed according to common modeling language 60, which provides for a common representation for data used by system 10.
  • Common modeling language 60 may comprise, for example, the Unified Modeling Language (UML) supported by OBJECT MANAGEMENT GROUP.
  • UML Unified Modeling Language
  • Common modeling language 60 may be used to represent artifacts of the program design from semantic broadly-stated requirements through syntactic operating or executing components, and may be used to express artifacts from various stages of program design.
  • Stages may include the early stages of design, for example, a request to automate an operation or to change an existing automated system, which are typically expressed as narrative descriptions. Subsequent phases such as concept exploration and definition, requirements analysis, program design and verification, and software coding and testing may also be expressed using common modeling language 60.
  • Common modeling language 60 provides for artifacts that are understandable to users at any stage of design. Accordingly, users may determine whether the requirements have been captured by the program, and inconsistencies between stages may be more effectively resolved.
  • Code generator 44 in conjunction with modeling tools 40 may be used to iteratively generate code 68 for a computer program. Modeling tools 40 may be used to generate model 64 from which code 68 is generated at an iteration.
  • Model 64 may be modified and new code 68 may be generated at successive iterations. At each iteration, detail may be added or requirements may be adjusted. Each iteration generates executable code 68 that may be tested in order to provide early views of the program, which may be used to confirm the proper operation of the program. Early feedback may serve to reduce risks by identifying problems early in the process.
  • Code generator 44 may include a debugger that may be used to check the syntax of code 68 and may also be used to detect logical inconsistencies between model 64 and code 68. Debugger may also be used to check whether code 68 correctly implements model 64 and satisfies formal statements.
  • Client system 20 and server system 24 may each operate on one or more computers and may include appropriate input devices, output devices, mass storage media, processors, memory, or other components for receiving, processing, storing, and communicating information according to the operation of system 10.
  • the term "computer” refers to any suitable device operable to accept input, process the input according to predefined rules, and produce output, for example, a personal computer, work station, network computer, wireless telephone, personal digital assistant, one or more microprocessors within these or other devices, or any other suitable processing device.
  • Client system 20 and server system 24 may be integrated or separated according to particular needs.
  • the present invention contemplates the functions of both client system 20 and server system 24 being provided using a single computer system, for example, a single personal computer.
  • client system 20 may be coupled to server system 24 using one or more local area networks (LANs), metropolitan area networks (MANs), wide area networks (WANs), a global computer network such as the Internet, or any other appropriate wire line, wireless, or other links.
  • Database 28 may be local to or remote from server system 24, and may be coupled to server system 24 using one or more local area networks (LANs), metropolitan area networks (MANs), wide area networks (WANs), a global computer network such as the Internet, or any other appropriate wire line, wireless, or other links.
  • LANs local area networks
  • MANs metropolitan area networks
  • WANs wide area networks
  • FIGURE 2 is a flowchart illustrating one embodiment of a method for designing a computer program. The method begins at step 70, where model 64 is displayed to a user.
  • Domain rules 50 are accessed at step 71.
  • the model represents a computer program designed by the user.
  • Business rales 54 are displayed to the user at step 72.
  • a business rale 54 is selected at step 74 in response to a selection by the user.
  • Business rale 54 is customized at step 76 in response to selections by the user.
  • Business rule 54 is associated with model 64 at step 78. If a next business rale is to be selected at step 80, the method returns to step 74, where the next business rule is selected. If no next business rale is to be selected at step 80, the method proceeds to step
  • Code 68 is generated from model 64 at step 86. Modifications may be performed to model 64 during each iteration. If there is a next iteration at step 88, the method returns to step 70, where business rules 54 are displayed. If there is no next iteration at step 88, the method proceeds to step
  • FIGURE 3 is a diagram 100 illustrating the relationship between high-level artifacts stored at database 28.
  • Diagram 100 may be displayed at client system 20.
  • Folders 102 represent packages that may be used to collect elements including other packages in order to organize the development project.
  • Arrows 104 represent a relationship among packages. For example, arrows 104 may represent cross-referencing among packages.
  • Notes 106 represent information used during the development project.
  • Model elements database folder 102a is related to a use cases folder 102b, a behavioral views folder 102c, a deployed system folder 102d, an operating or executing components folder 102e, and a stractural view folder 102f.
  • Deployed system folder 102d references operating or executing components 102e, which in turn references behavioral views folder 102c, which references use cases folder 102b.
  • a sources of requirements note 106a supplies information to a requirements identification methodology and a requirements manager 106b, which in turn supplies information to use cases folder 102b.
  • Integrated documentation and configuration management tools 106c supplies abilities and information to model elements database
  • FIGURES 4 and 5 illustrates example views that may be presented by modeling tools 40.
  • FIGURE 4 is a diagram illustrating one embodiment of a stractural view 120.
  • FIGURE 5 is a diagram of one embodiment of a behavioral view 140. Views 120 and 140 are different views of the same program.
  • derived active class 2 of stractural view 120 corresponds to the instance of derived active class 2 of behavioral view 140.
  • FIGURE 6 is a flowchart illustrating one embodiment of a method for generating domain rules. The method generates domain rales by capturing the domain rales in use cases and analyzing the domain rules in use case realizations.
  • Domain rules may be generated for domains such as accounting information systems and command, control, communications, computers, intelligence, surveillance, and reconnaissance (C4ISR) systems. Domain rules are collected at step 200.
  • An example of a domain rule for the accounting information system may include ensuring that debits and credits are balanced, and a domain rale for the C4ISR system may include place the enemy in a position of disadvantage through the flexible application of combat power.
  • the domain rales may be gathered according to the Rational Unified Process (RUP) and the Unified Development Process (USDP).
  • Requirements are extracted from supplemental sources at step 202. Supplemental sources may include, for example: explicit definitions of the domain; traditional subdomains, functions, methods, processes, and procedures; and established processing cycles, business processes, or patterns.
  • Explicit definitions of the domain may include, for example, natural or legislated laws, standards or regulations promulgated by professional organizations, or works by widely recognized researchers or practitioners.
  • a domain may be divided into subdomains in accordance with the functions associated with the domain. Processing cycles and patterns suggest what the function should accomplish and how the functions and the components within them should interact. TABLE 5 lists examples of processing cycles for an accounting information system.
  • the requirements are allocated to use cases at step 204.
  • the requirements may include functional and non-functional domain rales.
  • Functional domain rules comprise rules that are implemented by a specific function
  • non-functional domain rales comprise system properties that are not directly implemented by a specific function.
  • Nonfunctional domain rules may be allocated to use cases along with other non-functional requirements for realization, and may be allocated to use cases that they affect. For example, a performance requirement may be allocated to a use case that has functional requirements that would affect the performance criteria. If the affected use cases are subsequently realized, the non-functional requirements may be allocated to the analysis classes as tagged values, constraints, or documentation notations. Requirements are traced to use cases at step 206 to detennine if the domain rules have been allocated to appropriate use cases.
  • the use cases are realized through collaborations at step 210 in order to identify any gaps at the next level. If capabilities from the supplemental sources seem to go beyond the domain rales, it may be determined whether implicit domain rules are imbedded in the capabilities or if the capabilities are unnecessary, for example, they lie outside the domain, they are redundant, or they are obsolete. Use cases may be modified or added at step 208. The addition or modification may occur at this iteration or subsequent iterations. Use cases are realized at step 210 by identifying analysis classes and creating collaborations. Use cases may be realized for some requirements before other requirements. For example, use cases may be realized for requirements related to requests for initiating the development of the program. These requirements may be solution-oriented, and may tend to focus on a specific application.
  • Domain rules are allocated to analysis classes at step 212.
  • Commonalties of analysis classes are identified at step 214. Commonalties are identified by determining the analysis classes that appear in multiple use cases. Stable variability of the analysis classes are identified at step 216 may be identified through subsequent analysis and design of the common classes.
  • Business rales that capture the volatile variability of the program are determined at step 218. After determining the business rales, the method terminates. Modifications, additions, or omissions may be made to the method without departing from the scope of the invention. Additionally, steps may be performed in any suitable order without departing from the scope of the invention. Certain embodiments of the invention may provide one or more technical advantages.
  • a technical advantage of one embodiment may be that a complete set of domain rales is determined prior to generation of the final code.
  • the complete set may be used to define a problem space, providing for more efficient and effective design of a computer program.

Abstract

Designing a computer program includes accessing invariant domain rules and displaying variable business rules. One or more business rules are selected in response to a user selection and are customized. The business rules are associated with a procedure, and the domain rules are associated with the procedure. A model representing the procedure is displayed, and a code corresponding to the procedure is generated to design a computer program.

Description

DESIGNING COMPUTER PROGRAMS
TECHNICAL FIELD OF THE INVENTION This invention relates generally to the field of computers and more specifically to designing computer programs.
BACKGROUND OF THE INVENTION Designing a computer program may involve generating a set of domain rules that set out the requirements for the computer program. Known techniques for designing computer programs typically involve generating a limited set of domain rules. A limited set of domain rules, however, may result in inefficient and ineffective computer program design. Consequently, know techniques for designing computer programs may be unsatisfactory in certain situations.
SUMMARY OF THE INVENTION In accordance with the present invention, disadvantages and problems associated with previous techniques for designing computer programs may be reduced or eliminated. According to one embodiment of the present invention, designing a computer program includes accessing invariant domain rales and displaying variable business rules.
One or more business rules are selected in response to a user selection and are customized.
The business rules are associated with a procedure, and the domain rules are associated with the procedure. A model representing the procedure is displayed, and a code corresponding to the procedure is generated to design a computer program. According to another embodiment of the present invention, managing rules for designing a computer program includes accessing a number of rules. The rules are analyzed to separate domain rules from business rules, where each domain rule is invariant and each business rule is variable. The business rules are stored. A business rule is provided from the stored business rules in response to a request for the business rule. Certain embodiments of the invention may provide one or more technical advantages. A technical advantage of one embodiment may be that a complete set of domain rules is determined prior to generation of the final code. The complete set may be used to define a problem space, providing for more efficient and effective design of a computer program. Certain embodiments of the invention may include none, some, or all of the above technical advantages. One or more other technical advantages may be readily apparent to one skilled in the art from the figures, descriptions, and claims included herein.
BRIEF DESCRIPTION OF THE DRAWINGS For a more complete understanding of the present invention and its features and advantages, reference is now made to the following description, taken in conjunction with the accompanying drawings, in which: FIGURE 1 is a block diagram illustrating one embodiment of a system for designing a computer program; FIGURE 2 is a flowchart illustrating one embodiment of a method for designing a computer program; FIGURE 3 is a diagram illustrating one embodiment of a relationship between high-level artifacts stored at database; FIGURE 4 is a diagram illustrating one embodiment of a structural view; FIGURE 5 is a diagram of one embodiment of a behavioral view; and FIGURE 6 is a flowchart illustrating one embodiment of a method for generating domain rules.
DETAILED DESCRIPTION OF THE DRAWINGS Embodiments of the present invention and its advantages are best understood by referring to FIGURES 1 through 6 of the drawings, like numerals being used for like and corresponding parts of the various drawings. As used in this document, "each" refers to each member of a set or each member of a subset of a set." FIGURE 1 is a block diagram illustrating one embodiment of a system 10 for designing a computer program. In general, system 10 is involved in the generation of a substantially complete set of domain rules to define the problem space of the computer program design. Invariant domain rules and customizable business rules are used to design the program. According to the illustrated embodiment, system 10 includes one or more client systems 20, a server system 24, and a database 28 coupled as shown in FIGURE 1. A client system 20 allows a user to communicate with server system 24 to design computer programs. Server system 24 manages applications for designing computer programs, such as a graphical user interface 30, a domain rule generation module 34, a business rule editor 38, modeling tools 40, a code generator 44, and a report generator 48. Database 28 stores data that may be used by server system 24. Database 28 may include, for example, domain rules 50, business rales 54, formal methods 58, a common modeling language 60, a model 64, and code 68. In operation, domain rale generation module 34 generates a substantially complete set of domain rules 50 that includes invariant rales that may be used to define a domain. Business rale editor 38 is used to customize business rules 54 for a particular computer program. Modeling tools 40 may use domain rules 50, business rules 54, and formal methods 58, which may be expressed according to common modeling language 60, in order to generate model 64. A user may manipulate model 64 to design the computer program. Code generator 44 generates code 68 according to model 64, and may also operate to check code 68 and model 64 for syntax compliance and for consistency. Report generator 48 may be used to generate a report describing the computer program. According to one embodiment, system 10 may operate to design a computer program using object-oriented technology. According to object-oriented technology, a computer program may be viewed as a collection of discreet objects representing entities that are self-contained collections of data structures and routines that interact with other objects. Object-oriented programming involves both analysis and design. Object-oriented analysis identifies component objects and system requirements, and describes how the component objects and system requirements interact to perform specific tasks. Typically, analysis attempts to reuse existing solutions. Design involves creating a computer program in which the objects may be efficiently adapted to perform the tasks. According to the illustrated embodiment, client systems 20 may allow one or more users to concurrently design a computer program. Users may include designers, stakeholders, or any other person or identifier identifying a person. Stakeholders may include engineers from any of a number of fields such as the network, hardware, software, human factors, or database fields. Graphical user interface 30 allows users of client systems 20 to access applications of server system 24. Domain rule generation module 34 generates domain rules 50. Domain rules 50 comprise invariant rales that define a domain that may be used to determine a problem space and a solution space. A substantially complete set of domain rules may anticipate substantially all possible applications of the domain, and may provide a framework from which substantially all solutions of the solution space may be generated. Domain rules 50 may be selected according to any suitable procedure to generate any suitable problem space, and may be generated through successive iterations of the design process. TABLE 1 lists examples of domain rales 50 from accounting theory.
TABLE 1
Figure imgf000006_0001
Figure imgf000007_0001
TABLE 2 lists examples of domain rales 50 from military theory.
TABLE 2
Figure imgf000007_0002
Figure imgf000008_0001
Domain rule generation module 34 may identify the boundaries of a domain, and determine commonalities and variations among systems that meet the requirements. The boundaries and requirements may be defined for a domain in terms of the domain rales and functions. Functions may include related subfunctions, methods, processes, and procedures. Business rules 54 comprise rules that may be customized to fit a particular application. Business rules may include, for example, rales of engagement, mission plans, or resource management rules. While domain rules 50 are invariant, business rales 54 are customizable. As an example, domain rules may comprise the principles of war, while business rales 54 comprise the rules of engagement. TABLE 3 presents example business rules for accounting theory.
TABLE 3
Figure imgf000008_0002
TABLE 4 presents example business rules for military theory.
TABLE 4
Figure imgf000009_0001
Figure imgf000010_0001
Business rales 54 may be maintained at database 28 and customized by business rales editor 38. As an example, business rales 54 may be stored in a table, and a user may define a specific business rule 54 by revising the table. Business rale editor 38 may be used to perform security audits on business rules 54, analyze business rules 54, check new rules before adding them to database 28, and apply business rales 54 to decision support tools. Formal methods 58 are rules that may be specified using a formal syntax such as first or second order logic or set theory. Graphical user interface 30 may be used to represent formal methods using a visual model. Modeling tools 40 generate model 64 that represents the computer program under design, and may include, for example, nodes representing objects with operations performed by the computer program and branches representing relations among the objects. Code 68 comprises the code that executes the computer program represented by model 64. Modeling tools 40 may comprise, for example, modeling tools provided by RATIONAL SOFTWARE such as RATIONAL ROSE REAL-TIME (RRT) modeling and code generation tool. Modeling tools 40 may also include tools that deal with requirements management, configuration management, testing, performance optimization, and documentation. Model 64 may be actively linked to code 68 such that modeling tools 40 may provide dynamic views of model 64 to aid in the design of the computer program. For example, as code 68 is being run, a node of model 64 corresponding to code 68 that is being run may be highlighted, for example, the node may be displayed in a green color. As another example, if an inconsistency is found in code 68, a node of model 64 corresponding to code 68 having the inconsistency may be highlighted. For example, the node may be displayed in a red color. Visual indicators provided as the code executes may allow for visual verification and validation of code 68. Visual verification and validation used in conjunction with publish-and-subscribe interfaces may provide for assurance of preserving interoperability. Different models 64 may present different views of the computer program. Models 64 may include, for example, a domain model that establishes the context of the program, a business model that establishes an abstraction of an organization associated with the program, a use case model that establishes the program's functional and non-functional requirements, and an analysis model that establishes a conceptual design of the program.
The models may be actively linked with each other to reflect aspects of each other. For example, domain model may be actively linked with a lower-level model, such that the lower-level model requirements reflect the requirements of the domain model. Examples of views are described in more detail with reference to FIGURES 3 through 5. Domain rules 50, business rules 54, and formal methods 58 may be expressed according to common modeling language 60, which provides for a common representation for data used by system 10. Common modeling language 60 may comprise, for example, the Unified Modeling Language (UML) supported by OBJECT MANAGEMENT GROUP. Common modeling language 60 may be used to represent artifacts of the program design from semantic broadly-stated requirements through syntactic operating or executing components, and may be used to express artifacts from various stages of program design. Stages may include the early stages of design, for example, a request to automate an operation or to change an existing automated system, which are typically expressed as narrative descriptions. Subsequent phases such as concept exploration and definition, requirements analysis, program design and verification, and software coding and testing may also be expressed using common modeling language 60. Common modeling language 60 provides for artifacts that are understandable to users at any stage of design. Accordingly, users may determine whether the requirements have been captured by the program, and inconsistencies between stages may be more effectively resolved. Code generator 44 in conjunction with modeling tools 40 may be used to iteratively generate code 68 for a computer program. Modeling tools 40 may be used to generate model 64 from which code 68 is generated at an iteration. Model 64 may be modified and new code 68 may be generated at successive iterations. At each iteration, detail may be added or requirements may be adjusted. Each iteration generates executable code 68 that may be tested in order to provide early views of the program, which may be used to confirm the proper operation of the program. Early feedback may serve to reduce risks by identifying problems early in the process. Code generator 44 may include a debugger that may be used to check the syntax of code 68 and may also be used to detect logical inconsistencies between model 64 and code 68. Debugger may also be used to check whether code 68 correctly implements model 64 and satisfies formal statements. Client system 20 and server system 24 may each operate on one or more computers and may include appropriate input devices, output devices, mass storage media, processors, memory, or other components for receiving, processing, storing, and communicating information according to the operation of system 10. As used in this document, the term "computer" refers to any suitable device operable to accept input, process the input according to predefined rules, and produce output, for example, a personal computer, work station, network computer, wireless telephone, personal digital assistant, one or more microprocessors within these or other devices, or any other suitable processing device. Client system 20 and server system 24 may be integrated or separated according to particular needs. For example, the present invention contemplates the functions of both client system 20 and server system 24 being provided using a single computer system, for example, a single personal computer. If client system 20 and server system 24 are separate, client system 20 may be coupled to server system 24 using one or more local area networks (LANs), metropolitan area networks (MANs), wide area networks (WANs), a global computer network such as the Internet, or any other appropriate wire line, wireless, or other links. Database 28 may be local to or remote from server system 24, and may be coupled to server system 24 using one or more local area networks (LANs), metropolitan area networks (MANs), wide area networks (WANs), a global computer network such as the Internet, or any other appropriate wire line, wireless, or other links. Artifacts of database
28 may be actively linked in order to allow for more efficient generation of products from the artifacts. The active links may be used to integrate analysis, design, and implementation of computer programs. Modifications, additions, or omissions may be made to the system without departing from the scope of the invention. Moreover, the operation of the system may be performed by more or fewer modules. For example, the operation of modeling tools 40 and code generator 44 may be performed by one module, or the operation of modeling tools 40 may be performed by more than one module. Additionally, functions may be performed using any suitable logic comprising software, hardware, other logic, or any suitable combination of the preceding. FIGURE 2 is a flowchart illustrating one embodiment of a method for designing a computer program. The method begins at step 70, where model 64 is displayed to a user. Domain rules 50 are accessed at step 71. The model represents a computer program designed by the user. Business rales 54 are displayed to the user at step 72. A business rale 54 is selected at step 74 in response to a selection by the user. Business rale 54 is customized at step 76 in response to selections by the user. Business rule 54 is associated with model 64 at step 78. If a next business rale is to be selected at step 80, the method returns to step 74, where the next business rule is selected. If no next business rale is to be selected at step 80, the method proceeds to step
84. Code 68 is generated from model 64 at step 86. Modifications may be performed to model 64 during each iteration. If there is a next iteration at step 88, the method returns to step 70, where business rules 54 are displayed. If there is no next iteration at step 88, the method proceeds to step
90, where the results are reported. The results may include code 68 generated from the finalized model 64. After reporting the results, the method terminates. Modifications, additions, or omissions may be made to the method without departing from the scope of the invention. Additionally, steps may be performed in any suitable order without departing from the scope of the invention. FIGURE 3 is a diagram 100 illustrating the relationship between high-level artifacts stored at database 28. Diagram 100 may be displayed at client system 20. Folders 102 represent packages that may be used to collect elements including other packages in order to organize the development project. Arrows 104 represent a relationship among packages. For example, arrows 104 may represent cross-referencing among packages. Notes 106 represent information used during the development project. Lines 105 represent the connection to a folder to which notes 106 apply, and may be used to represent the association between business rules and a model. According to the illustrated embodiment, model elements database folder 102a is related to a use cases folder 102b, a behavioral views folder 102c, a deployed system folder 102d, an operating or executing components folder 102e, and a stractural view folder 102f. Deployed system folder 102d references operating or executing components 102e, which in turn references behavioral views folder 102c, which references use cases folder 102b. A sources of requirements note 106a supplies information to a requirements identification methodology and a requirements manager 106b, which in turn supplies information to use cases folder 102b. Integrated documentation and configuration management tools 106c supplies abilities and information to model elements database
102a, and integrated target platform tools 106d supplies information and abilities to operating or executing components 102e. FIGURES 4 and 5 illustrates example views that may be presented by modeling tools 40. FIGURE 4 is a diagram illustrating one embodiment of a stractural view 120. FIGURE 5 is a diagram of one embodiment of a behavioral view 140. Views 120 and 140 are different views of the same program. As an example, derived active class 2 of stractural view 120 corresponds to the instance of derived active class 2 of behavioral view 140. FIGURE 6 is a flowchart illustrating one embodiment of a method for generating domain rules. The method generates domain rales by capturing the domain rales in use cases and analyzing the domain rules in use case realizations. Domain rules may be generated for domains such as accounting information systems and command, control, communications, computers, intelligence, surveillance, and reconnaissance (C4ISR) systems. Domain rules are collected at step 200. An example of a domain rule for the accounting information system may include ensuring that debits and credits are balanced, and a domain rale for the C4ISR system may include place the enemy in a position of disadvantage through the flexible application of combat power. The domain rales may be gathered according to the Rational Unified Process (RUP) and the Unified Development Process (USDP). Requirements are extracted from supplemental sources at step 202. Supplemental sources may include, for example: explicit definitions of the domain; traditional subdomains, functions, methods, processes, and procedures; and established processing cycles, business processes, or patterns. Explicit definitions of the domain may include, for example, natural or legislated laws, standards or regulations promulgated by professional organizations, or works by widely recognized researchers or practitioners. A domain may be divided into subdomains in accordance with the functions associated with the domain. Processing cycles and patterns suggest what the function should accomplish and how the functions and the components within them should interact. TABLE 5 lists examples of processing cycles for an accounting information system.
TABLE 5
TABLE 6 lists examples of patterns for the C4ISR system. TABLE 6
Figure imgf000016_0001
The requirements are allocated to use cases at step 204. The requirements may include functional and non-functional domain rales. Functional domain rules comprise rules that are implemented by a specific function, and non-functional domain rales comprise system properties that are not directly implemented by a specific function. Nonfunctional domain rules may be allocated to use cases along with other non-functional requirements for realization, and may be allocated to use cases that they affect. For example, a performance requirement may be allocated to a use case that has functional requirements that would affect the performance criteria. If the affected use cases are subsequently realized, the non-functional requirements may be allocated to the analysis classes as tagged values, constraints, or documentation notations. Requirements are traced to use cases at step 206 to detennine if the domain rules have been allocated to appropriate use cases. The use cases are realized through collaborations at step 210 in order to identify any gaps at the next level. If capabilities from the supplemental sources seem to go beyond the domain rales, it may be determined whether implicit domain rules are imbedded in the capabilities or if the capabilities are unnecessary, for example, they lie outside the domain, they are redundant, or they are obsolete. Use cases may be modified or added at step 208. The addition or modification may occur at this iteration or subsequent iterations. Use cases are realized at step 210 by identifying analysis classes and creating collaborations. Use cases may be realized for some requirements before other requirements. For example, use cases may be realized for requirements related to requests for initiating the development of the program. These requirements may be solution-oriented, and may tend to focus on a specific application. The other requirements, however, may be considered in order to complete the problem space. Domain rules are allocated to analysis classes at step 212. Commonalties of analysis classes are identified at step 214. Commonalties are identified by determining the analysis classes that appear in multiple use cases. Stable variability of the analysis classes are identified at step 216 may be identified through subsequent analysis and design of the common classes. Business rales that capture the volatile variability of the program are determined at step 218. After determining the business rales, the method terminates. Modifications, additions, or omissions may be made to the method without departing from the scope of the invention. Additionally, steps may be performed in any suitable order without departing from the scope of the invention. Certain embodiments of the invention may provide one or more technical advantages. A technical advantage of one embodiment may be that a complete set of domain rales is determined prior to generation of the final code. The complete set may be used to define a problem space, providing for more efficient and effective design of a computer program. Although an embodiment of the invention and its advantages are described in detail, a person skilled in the art could make various alterations, additions, and omissions without departing from the spirit and scope of the present invention as defined by the appended claims.

Claims

WHAT IS CLAMMED IS: 1. A method for designing a computer program, comprising: accessing a plurality of domain rules, each domain rale being invariant; displaying a plurality of business rules, each business rule being variable; selecting one or more business rules of the plurality of business rules in response to a user selection; customizing the one or more business rales; associating the one or more business rales with a procedure; associating the domain rules with the procedure; displaying a model representing the procedure; and generating a code corresponding to the procedure in order to design a computer program.
2. The method of Claim 1, further comprising: collecting the domain rules and the business rules; allocating the domain rules and the business rales to a plurality of use cases; realizing the use cases; and assessing the domain rales and the business rules in accordance with the realization.
3. The method of Claim 1 , further comprising: checking a syntax of the code; and providing a notification if a syntax error is detected.
4. The method of Claim 1, further comprising: checking a logical consistency of the code; and providing a notification if a logical inconsistency is detected.
5. The method of Claim 1 , further comprising: checking a compatibility between the model and the code; and providing a notification if an inconsistency is detected.
6. The method of Claim 15 wherein the model is expressed according to a common modeling language.
7. Logic for designing a computer program, the logic embodied in a medium and operable to: access a plurality of domain rales, each domain rule being invariant; display a plurality of business rales, each business rale being variable; select one or more business rales of the plurality of business rules in response to a user selection; customize the one or more business rales; associate the one or more business rales with a procedure; associate the domain rules with the procedure; display a model representing the procedure; and generate a code corresponding to the procedure in order to design a computer program.
8. The logic of Claim 7, further operable to: collect the domain rules and the business rales; allocate the domain rales and the business rales to a plurality of use cases; realize the use cases; and assess the domain rales and the business rales in accordance with the realization.
9. The logic of Claim 7, further operable to: check a syntax of the code; and provide a notification if a syntax error is detected.
10. The logic of Claim 7, further operable to: check a logical consistency of the code; and provide a notification if a logical inconsistency is detected.
11. The logic of Claim 7, further operable to: check a compatibility between the model and the code; and provide a notification if an inconsistency is detected.
12. The logic of Claim 7, wherein the model is expressed according to a common modeling language.
13. A system for designing a computer program, comprising: a database operable to store a plurality of domain rules, each domain rule being invariant; and a server coupled to the database and operable to: display a plurality of business rales, each business rale being variable; select one or more business rales of the plurality of business rules in response to a user selection; customize the one or more business rules; associate the one or more business rules with a procedure; associate the domain rules with the procedure; display a model representing the procedure; and generate a code corresponding to the procedure in order to design a computer program.
14. The system of Claim 13, the server further operable to: collect the domain rales and the business rales; allocate the domain rules and the business rules to a plurality of use cases; realize the use cases; and assess the domain rales and the business rules in accordance with the realization.
15. The system of Claim 13, the server further operable to: check a syntax of the code; and provide a notification if a syntax error is detected.
16. The system of Claim 13, the server further operable to: check a logical consistency of the code; and provide a notification if a logical inconsistency is detected.
17. The system of Claim 13, the server further operable to: check a compatibility between the model and the code; and provide a notification if an inconsistency is detected.
18. The system of Claim 13, wherein the model is expressed according to a common modeling language.
19. A system for designing a computer program, comprising: means for accessing a plurality of domain rales, each domain rale being invariant; means for displaying a plurality of business rules, each business rule being variable; means for selecting one or more business rales of the plurality of business rales in response to a user selection; means for customizing the one or more business rules; means for associating the one or more business rules with a procedure; means for associating the domain rules with the procedure; means for displaying a model representing the procedure; and means for generating a code corresponding to the procedure in order to design a computer program.
20. A method for designing a computer program, comprising: collecting a plurality of domain rales, allocating the domain rules to a plurality of use cases, realizing the use cases, assessing the domain rales in accordance with the realization, and accessing the domain rules, each domain rale being invariant; displaying a plurality of business rules, each business rule being variable; selecting one or more business rules of the plurality of business rules in response to a user selection; customizing the one or more business rales; associating the one or more business rales with a procedure; associating the domain rules with the procedure; displaying a model representing the procedure, the model expressed according to a common modeling language; generating a code corresponding to the procedure in order to design a computer program; checking a syntax of the code, and providing a notification if a syntax error is detected; checking a logical consistency of the code, and providing a notification if a logical inconsistency is detected; and checking a compatibility between the model and the code, and providing a notification if an inconsistency is detected.
21. A method for managing rules for designing a computer program, comprising: accessing a plurality of rules; analyzing the rules to separate a plurality of domain rules from a plurality of business rules, each domain rule being invariant, each business rule being variable; storing the business rales; and providing a business rale from the stored business rules in response to a request for the business rale.
22. The method of Claim 21 , further comprising: customizing the provided business rale; associating the customized business rule with a procedure; and generating a code corresponding to the procedure in order to design a computer program.
23. The method of Claim 21 , further comprising: associating the domain rules with a procedure; and generating a code corresponding to the procedure in order to design a computer program.
24. The method of Claim 21 , further comprising: allocating the domain rales and the business rales to a plurality of use cases; realizing the use cases; and assessing the domain rules and the business rules in accordance with the realization.
25. A system for managing rules for designing a computer program, comprising: a database operable to store a plurality of rales; and a server coupled to the database and operable to: analyze the rales to separate a plurality of domain rales from a plurality of business rules, each domain rale being invariant, each business rule being variable; store the business rules; and provide a business rule from the stored business rules in response to a request for the business rule.
26. The system of Claim 25, wherein the server is further operable to: customize the provided business rale; associate the customized business rale with a procedure; and generate a code corresponding to the procedure in order to design a computer program.
27. The system of Claim 25, wherein the server is further operable to: associate the domain rules with a procedure; and generate a code corresponding to the procedure in order to design a computer program.
28. The system of Claim 25, wherein the server is further operable to: allocate the domain rales and the business rules to a plurality of use cases; realize the use cases; and assess the domain rules and the business rales in accordance with the realization.
29. Logic for managing rules for designing a computer program, the logic embodied in a medium and operable to: access a plurality of rules; analyze the rales to separate a plurality of domain rules from a plurality of business rales, each domain rule being invariant, each business rale being variable; store the business rules; and provide a business rale from the stored business rules in response to a request for the business rule.
30. The logic of Claim 29, further operable to: customize the provided business rale; associate the customized business rale with a procedure; and generate a code corresponding to the procedure in order to design a computer program.
31. The logic of Claim 29, further operable to : associate the domain rales with a procedure; and generate a code corresponding to the procedure in order to design a computer program.
32. The logic of Claim 29, further operable to: allocate the domain rules and the business rules to a plurality of use cases; realize the use cases; and assess the domain rules and the business rules in accordance with the realization.
33. A system for managing rules for designing a computer program, comprising: means for accessing a plurality of rales; means for analyzing the rales to separate a plurality of domain rules from a plurality of business rales, each domain rale being invariant, each business rale being variable; means for storing the business rules; and means for providing a business rale from the stored business rules in response to a request for the business rule.
34. A method for managing rules for designing a computer program, comprising: accessing a plurality of rules; analyzing the rules to separate a plurality of domain rules from a plurality of business rules, each domain rule being invariant, each business rale being variable; allocating the domain rules and the business rales to a plurality of use cases; realizing the use cases; assessing the domain rales and the business rules in accordance with the realization; storing the business rules; providing a business rale from the stored business rales in response to a request for the business rule; customizing the provided business rale; associating the customized business rule with a procedure; associating the domain rules with the procedure; and generating a code corresponding to the procedure in order to design a computer program.
35. A method for initiating display of a view of a computer program design, comprising: accessing a plurality of artifacts of a computer program design, each artifact of the plurality of artifacts expressed using a common modeling language; receiving a selection of a first view from a plurality of views, each view of the plurality of views associated with a display of a subset of the plurality of artifacts; organizing a first subset of artifacts for display according to the first view, the first subset comprising a particular artifact; initiating display of the first subset of artifacts according to the first view; receiving a selection of a second view from the plurality of views; organizing a second subset of artifacts for display according to the second view, the second subset comprising the particular artifact; and initiating display of the second subset of artifacts according to the second view.
36. The method of Claim 35, wherein an artifact of the plurality of artifacts comprises a requirement of the computer program design.
37. The method of Claim 35, wherein: receiving the selection of the first view further comprises receiving a selection of a high-level artifact view; and organizing the first subset of artifacts further comprises organizing a plurality of high-level artifacts of the plurality of artifacts according to the high-level artifact view.
38. The method of Claim 35 , wherein: the first view comprises a high-level artifact view, the high-level artifact view comprising a structural view; and the second view comprises the structural view.
39. The method of Claim 35 , wherein: the first view comprises a high-level artifact view, the high-level artifact view comprising a behavioral view; and the second view comprises the behavioral view.
40. The method of Claim 35, wherein: the first view comprises a structural view, the structural view comprising an active class; and the second view comprises a behavioral view, the behavioral view comprising the active class.
41. A system for initiating display of a view of a computer program design, comprising: a database operable to store a plurality of artifacts of a computer program design, each artifact of the plurality of artifacts expressed using a common modeling language; and a server coupled to the database and operable to: receive a selection of a first view from a plurality of views, each view of the plurality of views associated with a display of a subset of the plurality of artifacts; organize a first subset of artifacts for display according to the first view, the first subset comprising a particular artifact; initiate display of the first subset of artifacts according to the first view; receive a selection of a second view from the plurality of views; organize a second subset of artifacts for display according to the second view, the second subset comprising the particular artifact; and initiate display of the second subset of artifacts according to the second view.
42. The system of Claim 41, wherein an artifact of the plurality of artifacts comprises a requirement of the computer program design.
43. The system of Claim 41 , wherein the server is further operable to : receive the selection of the first view by receiving a selection of a high-level artifact view; and organize the first subset of artifacts by organizing a plurality of high-level artifacts of the plurality of artifacts according to the high-level artifact view.
44. The system of Claim 41 , wherein: the first view comprises a high-level artifact view, the high-level artifact view comprising a structural view; and the second view comprises the structural view.
45. The system of Claim 41 , wherein: the first view comprises a high-level artifact view, the high-level artifact view comprising a behavioral view; and the second view comprises the behavioral view.
46. The system of Claim 41 , wherein: the first view comprises a structural view, the structural view comprising an active class; and the second view comprises a behavioral view, the behavioral view comprising the active class.
47. Logic for initiating display of a view of a computer program design, the logic embodied in a medium and operable to: access a plurality of artifacts of a computer program design, each artifact of the plurality of artifacts expressed using a common modeling language; receive a selection of a first view from a plurality of views, each view of the plurality of views associated with a display of a subset of the plurality of artifacts; organize a first subset of artifacts for display according to the first view, the first subset comprising a particular artifact; initiate display of the first subset of artifacts according to the first view; receive a selection of a second view from the plurality of views; organize a second subset of artifacts for display according to the second view, the second subset comprising the particular artifact; and initiate display of the second subset of artifacts according to the second view.
48. The logic of Claim 47, wherein an artifact of the plurality of artifacts comprises a requirement of the computer program design.
49. The logic of Claim 47, further operable to: receive the selection of the first view by receiving a selection of a high-level artifact view; and organize the first subset of artifacts by organizing a plurality of high-level artifacts of the plurality of artifacts according to the high-level artifact view.
50. The logic of Claim 47, wherein: the first view comprises a high-level artifact view, the high-level artifact view comprising a stractural view; and the second view comprises the stractural view.
51. The logic of Claim 47, wherein: the first view comprises a high-level artifact view, the high-level artifact view comprising a behavioral view; and the second view comprises the behavioral view.
52. The logic of Claim 47, wherein: the first view comprises a stractural view, the structural view comprising an active class; and the second view comprises a behavioral view, the behavioral view comprising the active class.
53. A system for initiating display of a view of a computer program design, comprising: means for accessing a plurality of artifacts of a computer program design, each artifact of the plurality of artifacts expressed using a common modeling language; means for receiving a selection of a first view from a plurality of views, each view of the plurality of views associated with a display of a subset of the plurality of artifacts; means for organizing a first subset of artifacts for display according to the first view, the first subset comprising a particular artifact; means for initiating display of the first subset of artifacts according to the first view; means for receiving a selection of a second view from the plurality of views; means for organizing a second subset of artifacts for display according to the second view, the second subset comprising the particular artifact; and means for initiating display of the second subset of artifacts according to the second view.
54. A method for initiating display of a view of a computer program design, comprising: accessing a plurality of artifacts of a computer program design, each artifact of the plurality of artifacts expressed using a common modeling language, an artifact of the plurality of artifacts comprising a requirement of the computer program design; receiving a selection of a first view from a plurality of views, each view of the plurality of views associated with a display of a subset of the plurality of artifacts, the first view comprising a high-level artifact view, the high-level artifact view comprising a structural view and a behavioral view; organizing a first subset of artifacts for display according to the first view, the first subset comprising a particular artifact; initiating display of the first subset of artifacts according to the first view; receiving a selection of a second view from the plurality of views, the second view comprising at least one of the structural view and the behavioral view; organizing a second subset of artifacts for display according to the second view, the second subset comprising the particular artifact; and initiating display of the second subset of artifacts according to the second view.
PCT/US2004/022481 2003-07-17 2004-07-14 Designing computer programs WO2005010749A2 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
CA002532580A CA2532580A1 (en) 2003-07-17 2004-07-14 System and method for generating code in designing a computer program using rules and procedures
JP2006520281A JP2007535013A (en) 2003-07-17 2004-07-14 Computer program design
EP04756949A EP1646940A2 (en) 2003-07-17 2004-07-14 Designing computer programs
IL173133A IL173133A0 (en) 2003-07-17 2006-01-12 Designing computer programs

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/621,772 2003-07-17
US10/621,772 US8219968B2 (en) 2003-07-17 2003-07-17 Designing computer programs

Publications (2)

Publication Number Publication Date
WO2005010749A2 true WO2005010749A2 (en) 2005-02-03
WO2005010749A8 WO2005010749A8 (en) 2006-09-21

Family

ID=34063058

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2004/022481 WO2005010749A2 (en) 2003-07-17 2004-07-14 Designing computer programs

Country Status (7)

Country Link
US (1) US8219968B2 (en)
EP (1) EP1646940A2 (en)
JP (1) JP2007535013A (en)
CN (1) CN101410794A (en)
CA (1) CA2532580A1 (en)
IL (1) IL173133A0 (en)
WO (1) WO2005010749A2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10453019B1 (en) 2012-08-23 2019-10-22 Jpmorgan Chase Bank, N.A. Business activity resource modeling system and method

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7480893B2 (en) * 2002-10-04 2009-01-20 Siemens Corporate Research, Inc. Rule-based system and method for checking compliance of architectural analysis and design models
US7797673B2 (en) * 2004-12-16 2010-09-14 The Mathworks, Inc. Applying coding standards in graphical programming environments
US7546583B2 (en) * 2005-07-12 2009-06-09 International Business Machines Corporation Real options based iterative development program metrics
WO2007124057A2 (en) * 2006-04-21 2007-11-01 Raytheon Company Computer program generating
US20100235275A1 (en) * 2009-03-06 2010-09-16 Carl Ansley Card Processing
US9805322B2 (en) * 2010-06-24 2017-10-31 Bmc Software, Inc. Application blueprint and deployment model for dynamic business service management (BSM)
US9063761B2 (en) 2011-02-11 2015-06-23 Blueprint Software Systems Inc. Apparatus and method for multi-aspect simulation
US9792095B2 (en) * 2014-11-25 2017-10-17 Symbol Technologies, Llc Apparatus and method for converting a procedure manual to an automated program
CN107390983B (en) * 2017-04-28 2020-08-04 阿里巴巴集团控股有限公司 Service instruction execution method, client and storage medium
US20200387802A1 (en) * 2019-06-08 2020-12-10 Trustarc Inc Dynamically adaptable rules and communication system for managing process controls
US11698777B2 (en) * 2020-09-22 2023-07-11 Jpmorgan Chase Bank, N.A. Method and apparatus for automatically generating an application code and framework

Family Cites Families (50)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5159687A (en) * 1989-11-14 1992-10-27 Caseworks, Inc. Method and apparatus for generating program code files
US5699310A (en) * 1990-06-29 1997-12-16 Dynasty Technologies, Inc. Method and apparatus for a fully inherited object-oriented computer system for generating source code from user-entered specifications
US5442792A (en) * 1992-08-07 1995-08-15 Hughes Aircraft Company Expert system compilation method
US5677997A (en) * 1993-02-11 1997-10-14 Talatik; Kirit K. Method and apparatus for automated conformance and enforcement of behavior in application processing systems
US5640567A (en) * 1994-05-19 1997-06-17 Sun Microsystems, Inc. Apparatus and method for software system management using second-order logic
JPH0844552A (en) * 1994-08-01 1996-02-16 Fujitsu Ltd Program generation system for problem-oriented auxiliary computer in personal language
US5815717A (en) * 1995-10-27 1998-09-29 Authorgenics, Inc. Application program and documentation generator system and method
EP0888585A1 (en) * 1996-03-19 1999-01-07 Massachusetts Institute Of Technology Computer system and computer implemented process for representing software system descriptions and for generating executable computer programs and computer system configurations from software system descriptions
JP2000505224A (en) * 1996-11-27 2000-04-25 ソニー オイローパ ビーブイ Data communication method using typed continuation
US6212672B1 (en) * 1997-03-07 2001-04-03 Dynamics Research Corporation Software development system with an executable working model in an interpretable intermediate modeling language
US6205407B1 (en) * 1998-02-26 2001-03-20 Integrated Measurement Systems, Inc. System and method for generating test program code simultaneously with data produced by ATPG or simulation pattern capture program
US6182277B1 (en) * 1998-04-15 2001-01-30 Oracle Corporation Methods and apparatus for declarative programming techniques in an object oriented environment
US6345387B1 (en) * 1998-04-30 2002-02-05 Cosa Technologies, Inc. Coherent object system architecture
US7017142B1 (en) * 1998-12-03 2006-03-21 International Business Machines Corporation Method and apparatus for applying business rules in an object model driven context
US6748588B1 (en) * 1999-03-31 2004-06-08 Microsoft Corporation One-pass greedy-pattern-matching finite-state-machine code generation
US6789252B1 (en) * 1999-04-15 2004-09-07 Miles D. Burke Building business objects and business software applications using dynamic object definitions of ingrediential objects
EP1236100A1 (en) * 1999-10-05 2002-09-04 Togethersoft Corporation Method and system for displaying changes of source code
EP1228404A1 (en) * 1999-10-05 2002-08-07 Togethersoft Corporation Method for generating and defining a pattern
US7171646B2 (en) * 1999-10-05 2007-01-30 Borland Software Corporation Generating source code for object oriented elements with language neutral transient meta model and correlating display of names, symbols and code
US20020104067A1 (en) * 1999-12-29 2002-08-01 Green David W. Method and system and article of manufacture for an N-tier software component architecture application
US8397223B2 (en) * 2000-03-17 2013-03-12 Gutenberg Printing Llc Web application generator
US6681383B1 (en) * 2000-04-04 2004-01-20 Sosy, Inc. Automatic software production system
US20020100022A1 (en) * 2000-05-08 2002-07-25 Holzmann Gerard J. Method and apparatus for automatic verification of properties of a concurrent software system
JP4902069B2 (en) * 2000-09-06 2012-03-21 新日鉄ソリューションズ株式会社 Program generation support apparatus, program generation method, and program
US6973640B2 (en) * 2000-10-04 2005-12-06 Bea Systems, Inc. System and method for computer code generation
US20100223211A1 (en) * 2000-10-11 2010-09-02 Johnson Gregory A Decision service method and system
US6883164B2 (en) * 2000-12-15 2005-04-19 International Business Machines Corporation Strategy for dynamically modeling ASN.1 data to an object model
US20040015832A1 (en) * 2001-05-25 2004-01-22 Michael Stapp Method and apparatus for generating source code
US7020660B2 (en) * 2001-06-29 2006-03-28 Siemens Medical Solutions Health Services Corp. Data object generator and method of use
US7032210B2 (en) * 2001-11-11 2006-04-18 International Business Machines Corporation Method and system for generating program source code of a computer application from an information model
JP2003173256A (en) * 2001-12-06 2003-06-20 Denso Corp Program code forming device and program
US7305656B2 (en) * 2002-02-14 2007-12-04 Hubbard & Wells Content management framework for use with a system for application development
US20030196168A1 (en) * 2002-04-10 2003-10-16 Koninklijke Philips Electronics N.V. Method and apparatus for modeling extensible markup language (XML) applications using the unified modeling language (UML)
US20030220901A1 (en) * 2002-05-21 2003-11-27 Hewlett-Packard Development Company Interaction manager
US7076766B2 (en) * 2002-06-03 2006-07-11 Steve Wirts Software application development methods and framework
US7028288B2 (en) * 2002-06-03 2006-04-11 Sun Microsystems, Inc. Input field constraint mechanism
US20040034846A1 (en) * 2002-06-12 2004-02-19 I-Logix Inc. System, method and medium for providing dynamic model-code associativity
US20040003369A1 (en) * 2002-06-26 2004-01-01 Gonos Dan G. Object-oriented system estimation
US20040064804A1 (en) * 2002-09-26 2004-04-01 Daniels Bruce K. Generation of partitioned enterprise application using a high-level specification
US7437703B2 (en) * 2002-10-25 2008-10-14 Sap Ag Enterprise multi-agent software system with services able to call multiple engines and scheduling capability
US7711670B2 (en) * 2002-11-13 2010-05-04 Sap Ag Agent engine
US7412658B2 (en) * 2002-11-14 2008-08-12 Sap Ag Modeling system for graphic user interface
US20040111702A1 (en) * 2002-12-10 2004-06-10 Chan Kin Ming Method and apparatus for visual programming
US7610575B2 (en) * 2003-01-08 2009-10-27 Consona Crm Inc. System and method for the composition, generation, integration and execution of business processes over a network
US7350191B1 (en) * 2003-04-22 2008-03-25 Noetix, Inc. Computer implemented system and method for the generation of data access applications
US7827524B2 (en) * 2003-04-22 2010-11-02 Computer Associates Think, Inc. System and method for integrating object-oriented model profiles and object-oriented programming languages
US20040249940A1 (en) * 2003-06-04 2004-12-09 Sohn Matthias Eberhard System and method for asynchronous resource management
US7546575B1 (en) * 2003-06-09 2009-06-09 Dillman Frederick J System and method for using blueprints to provide a software solution for an enterprise
US7463263B2 (en) * 2005-07-15 2008-12-09 Sap Portals Israel Ltd. Declarative specification of model visualizations
GB2446607A (en) * 2007-02-13 2008-08-20 Univ Napier Adapting software components by changing part of the component based on a context oriented adaptation specification and an adaptation rule.

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
No Search *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10453019B1 (en) 2012-08-23 2019-10-22 Jpmorgan Chase Bank, N.A. Business activity resource modeling system and method

Also Published As

Publication number Publication date
CA2532580A1 (en) 2005-02-03
US20050015743A1 (en) 2005-01-20
US8219968B2 (en) 2012-07-10
JP2007535013A (en) 2007-11-29
IL173133A0 (en) 2006-06-11
WO2005010749A8 (en) 2006-09-21
CN101410794A (en) 2009-04-15
EP1646940A2 (en) 2006-04-19

Similar Documents

Publication Publication Date Title
US7716254B2 (en) System for modeling architecture for business systems and methods thereof
Miles et al. Prime: A methodology for developing provenance-aware applications
Hallerbach et al. Managing process variants in the process lifecycle
EP2513785B1 (en) Method and system of adapting a data model to a user interface component
US8959481B2 (en) Determining system level dependencies
WO2007124057A2 (en) Computer program generating
Reimann et al. SIMPL–A Framework for Accessing External Data in Simulation Workflows
Drago et al. A quality driven extension to the QVT-relations transformation language
Reschenhofer et al. Lessons learned in aligning data and model evolution in collaborative information systems
Badouel et al. Active workspaces: distributed collaborative systems based on guarded attribute grammars
WO2005010749A2 (en) Designing computer programs
Volgyesi et al. Component-based development of networked embedded applications
Matinlassi et al. Quality-driven architecture design and quality analysis method
Stoermer et al. Practice patterns for architecture reconstruction
Gómez-López et al. Data state description for the migration to activity-centric business process model maintaining legacy databases
Kazman et al. Integrating software-architecture-centric methods into the Rational Unified Process
Barber et al. Requirements evolution and reuse using the systems engineering process activities (sepa)
Balogh et al. Workflow-driven tool integration using model transformations
Dustdar et al. Modelling service requirements variability: The DiVA way
Weinreich et al. Integrating requirements and design decisions in architecture representation
Tawhid et al. User-friendly approach for handling performance parameters during predictive software performance engineering
Hewelt et al. Integrating Verification into the PAOSE Approach.
Chagas et al. Kdm as the underlying metamodel in architecture-conformance checking
Kallel et al. Combining formal methods and aspects for specifying and enforcing architectural invariants
Mani A configuration-based domain-specific rule generation framework for process model customization

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 200480020539.8

Country of ref document: CN

AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): BW GH GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LU MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
ENP Entry into the national phase

Ref document number: 2532580

Country of ref document: CA

WWE Wipo information: entry into national phase

Ref document number: 2006520281

Country of ref document: JP

WWE Wipo information: entry into national phase

Ref document number: 2004756949

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 504/DELNP/2006

Country of ref document: IN

WWP Wipo information: published in national office

Ref document number: 2004756949

Country of ref document: EP