EP1599795A2 - Verfahren zur automatisierten entwicklung mit aktualisierung - Google Patents

Verfahren zur automatisierten entwicklung mit aktualisierung

Info

Publication number
EP1599795A2
EP1599795A2 EP04712052A EP04712052A EP1599795A2 EP 1599795 A2 EP1599795 A2 EP 1599795A2 EP 04712052 A EP04712052 A EP 04712052A EP 04712052 A EP04712052 A EP 04712052A EP 1599795 A2 EP1599795 A2 EP 1599795A2
Authority
EP
European Patent Office
Prior art keywords
level
design
class
name
analysis
Prior art date
Legal status (The legal status 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 status listed.)
Withdrawn
Application number
EP04712052A
Other languages
English (en)
French (fr)
Inventor
Dominique Sueur
Madeleine Faugere
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Thales SA
Original Assignee
Thales SA
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 Thales SA filed Critical Thales SA
Publication of EP1599795A2 publication Critical patent/EP1599795A2/de
Withdrawn legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/10Requirements analysis; Specification techniques

Definitions

  • the present invention relates to an automated development method with updating.
  • a design level can, for example, be expressed as UML models
  • Fig 1 First development.
  • the first level of design is called "Problem specification”. It is at this level that the customer defines his need: each aircraft is characterized by a name (A3XX), a number of passengers (600) and a number of engines (4). 2.
  • the level “Analysis of the problem” is carried out in UML.
  • This analysis step is still very much linked to the field of the trade concerned. At the end of this stage, we can still see the concepts of "airplane”, “passenger”, and "engine” (this information is noted in quotes. These are the significant objects of the level of design considered).
  • This analysis step also reveals new information such as the reservation, the name and the nationality of the passengers. This information refines concepts of the previous design level; they cannot be deducted automatically: these are the designer's choice of design.
  • reaction iii. a stereotypical “passenger” class with the name “person”.
  • b. create a relationship (UML composition link) named “motorization” between the stereotypical class “airplane” and the stereotypical class “engine” with as cardinalities (number / digit) a class side stereotypical “airplane”, value of number of engines class side stereotypical “engine”.
  • vs. create an association link named "passenger” between the stereotypical class "airplane” and the stereotypical class "passenger” with cardinalities as an airplane side, value of number of passengers on the stereotypical class side "passenger”.
  • R 3 For any class stereotyped “airplane” at the “problem analysis” level, the algorithm consists of: a. create a class without stereotype at the level “design of a solution” having the same name as the name of the stereotyped class “airplane” at the level of design “analysis of the problem”; b. create an inheritance relationship from the newly created class to the stereotypical "Active”class; A: For any stereotypical "passenger” class at the "problem analysis” level, the algorithm consists of: a. create a class without stereotype at the level “design of a solution” having the same name as the name of the stereotyped class “passenger” at the level of design “analysis of the problem”; b. create an inheritance relationship from the newly created class to the stereotypical "Active”class;
  • R 5 For any stereotyped class “engine” at the “problem analysis” level, the algorithm consists of: a. create a class without stereotype at the level “design of a solution” having the same name as the name of the stereotyped class “engine” of the level of design “analysis of the problem”; b. create an inheritance relationship from the newly created class to the stereotypical "Active"class;
  • the algorithm For any non-stereotyped class at the “problem analysis” level, the algorithm consists of: a. create a class without stereotype at the level of “design of a solution” having the same name as the name of the class of the level of design “analysis of the problem”; A: For any association linking two classes A and B at the “problem analysis” level, the algorithm consists of: a. create an association at the "design of a solution” level linking the classes from A and B by the transformation algorithm. The cardinalities (the numbers) and the role (the name) are identical to those of the design level "analysis of the problem”; R 8 : For any operation of a class A at the “problem analysis” level, the algorithm consists of: a. create an operation at the “design of a solution” level having the same name as the name of the operation at the “analysis of the problem” design level; b. associate this operation with the class from A by the transformation algorithm.
  • R g For any attribute of a class A at the “problem analysis” level, the algorithm consists of: a. create an attribute at the “design of a solution” level having the same name as the name of the operation at the “analysis of the problem” design level; vs. associate this attribute to the class from A by the transformation algorithm. Designing a complex system, as outlined briefly above, involves several design steps and may require many iterations. At each iteration, the designer questions his choices. He makes modifications to improve his models. However, the transformation rules mechanism does not take this aspect into account.
  • the modifications are taken into account from the construction point of view for the reconstruction of a level N + 1 from the level N, but there is no integration of the modifications with the information already existing at a level N + 1 previously created and completed manually. All information that had been entered manually is lost when the rules are re-applied.
  • the problem is to go automatically or semi-automatically from a design level N to a level N + 1 (or more generally from one model to another) with the following constraints: • keep the information added at the level below - N + 1 overlay when re-applying the rules; • keep and explain all the information used during the application of the rules so as to be able to reproduce the process (this information will be called rule parameters). Saving them allows the rules to be re-applied without further interaction with the designer.
  • the present invention relates to an automated development process coupling traceability and transformation.
  • the method according to the invention is an automated development method with transformation rules making it possible to go from one model to another, with updating, and it is characterized by the fact that each model element is associated automatically produces at least one traceability link with all of the elements from which it originates according to the transformation rule.
  • the elements used are UML elements.
  • a UML "dependency" is used to establish the traceability link, the "dependency" being as defined at OMG in the definition of the UML language.
  • FIG. 1, cited above, is a block diagram of a first development of an air traffic simulation program
  • FIG. 2 is a block diagram resulting from that of FIG. 1, as obtained after a non-conservative transformation, according to the prior art
  • FIG. 3 is a block diagram resulting from that of FIG. 1, as obtained after a conservative transformation, according to the method of the invention,
  • FIG. 4 is a block diagram illustrating the automatic construction of the level of analysis according to the method of the invention (the dotted lines represent the traceability link which has been created),
  • FIG. 5 is a block diagram illustrating the manual enrichment of the level of analysis by the designer (information in italics and in thin lines).
  • FIG. 6 is a block diagram illustrating the second iteration of the algorithm for implementing the method of the invention.
  • the designer modified the specification of the problem by changing the name of the aircraft and then re-applied the rules to update his model.
  • the invention proposes to associate with the transformation rules elements of traceability.
  • the application of the transformation rules alone ensures only an ephemeral traceability link between elements of a source design level and the corresponding elements of the target design level.
  • the invention proposes to couple a traceability mechanism with a transformation mechanism. For this, we add elements to the rules which:
  • the transformation-conservative mechanism of the invention makes it possible to maintain consistency in design levels by applying rules coupled with elements of traceability. With this mechanism, it is possible to rename PA3XX to A380 and to automatically pass on this modification to all of the underlying levels without losing the information added manually (Cf. Fig 3: Conservative transformation).
  • the conservative transformation mechanism supports incremental and iterative development. It also supports endomorphic transformations (within a single design level). This mechanism can also be used to propagate marks used to delete elements via rules similar to those in the example.
  • the invention proposes a traceability mechanism coupled with the transformation rules, making it possible to make the link between the elements produced by the transformation and the elements from which they originate, as well as the information called parameters of the transformation rule.
  • this link traceability link. It is a logical link, which links n source elements, to m target elements. Definitions:
  • Link S, C, R the traceability element between S, and C which can be associated with specific parameters (PARAM s, R) to the application of R on S.
  • PARAM s, R specific parameters
  • the set C is obtained by following the Link s ⁇ from S. For any element of C, we assign the values calculated from S, R and possibly PARAMs ⁇ .
  • the first phase is the creation of the analysis model by a first iteration of the algorithm (Cf: Figure 4)
  • A3XX a stereotyped “project” directory bearing the name of the aircraft in the description (ie A3XX) comprising: i. a stereotypical “airplane” class called A3XX, ii. a stereotypical “engine” class with the name “reaction”, iii. a stereotypical “passenger” class with the name “person”.
  • b. create a composition link called “motorization” between the stereotyped class “airplane” and the stereotyped class “engine” with a cardinality 1 side class stereotyped “plane”, and 4 side class stereotyped “engine”.
  • vs. create an association link named "passenger” between the stereotypical class "plane” and the stereotypical class "passenger” with a cardinality 1 class side stereotyped "plane”, 600 class side stereotyped "passenger”.

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)
  • Feedback Control In General (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Devices For Executing Special Programs (AREA)
EP04712052A 2003-03-03 2004-02-18 Verfahren zur automatisierten entwicklung mit aktualisierung Withdrawn EP1599795A2 (de)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
FR0302558 2003-03-03
FR0302558A FR2852117A1 (fr) 2003-03-03 2003-03-03 Procede de developpement automatise avec mise a jour
PCT/EP2004/050151 WO2004079477A2 (fr) 2003-03-03 2004-02-18 Procede de developpement automatise avec mise a jour

Publications (1)

Publication Number Publication Date
EP1599795A2 true EP1599795A2 (de) 2005-11-30

Family

ID=32865188

Family Applications (1)

Application Number Title Priority Date Filing Date
EP04712052A Withdrawn EP1599795A2 (de) 2003-03-03 2004-02-18 Verfahren zur automatisierten entwicklung mit aktualisierung

Country Status (6)

Country Link
US (1) US20060248502A1 (de)
EP (1) EP1599795A2 (de)
CN (1) CN1757013A (de)
CA (1) CA2517775A1 (de)
FR (1) FR2852117A1 (de)
WO (1) WO2004079477A2 (de)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9292410B2 (en) * 2011-11-06 2016-03-22 International Business Machines Corporation Using traceability links strength for software development integrity monitoring
US9021419B2 (en) * 2013-02-15 2015-04-28 Oracle International Corporation System and method for supporting intelligent design pattern automation
CN105243949A (zh) * 2015-11-09 2016-01-13 河南平原光电有限公司 半导体激光器信息场模拟器

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2351165B (en) * 1999-06-18 2003-11-05 Univ London Method and apparatus for monitoring and maintaining the consistency of distributed documents

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See references of WO2004079477A2 *

Also Published As

Publication number Publication date
WO2004079477A2 (fr) 2004-09-16
WO2004079477A3 (fr) 2004-11-11
US20060248502A1 (en) 2006-11-02
FR2852117A1 (fr) 2004-09-10
CA2517775A1 (en) 2004-09-16
CN1757013A (zh) 2006-04-05

Similar Documents

Publication Publication Date Title
CN104573162B (zh) 一种汽车悬架dmu模型参数化设计方法
EP1880325B1 (de) Dynamisches verfahren zur erzeugung von xml-dokumenten aus einer datenbank
EP0453371B1 (de) Interaktives Verfahren zur Erzeugung von Software-Quellkode, der eine komplexe Menge von funktionalen Modulen modelliert
FR2679353A1 (fr) Procede de mise en page de documents structures.
CN114089956B (zh) 一种基于需求模型的微服务拆分方法
CN114118417A (zh) 一种多模态预训练方法、装置、设备及介质
WO2015185328A1 (de) Computerimplementiertes verfahren und signalfolge für ein programm zur wiederverwendung von ausführbaren softwarekonfigurationen für softwaresysteme sowie rechneranlage und ein computerprogramm mit programmcode zur durchführung des verfahrens
EP1788497A1 (de) Entwurfsmuster und Verfahren zur Objektmodelltransformation
EP1599795A2 (de) Verfahren zur automatisierten entwicklung mit aktualisierung
KR102654017B1 (ko) 생성형 순환 신경망 모델을 이용한 영상 개선과 학습데이터 생성을 통합하는 방법 및 그 장치
US20240378351A1 (en) System and method for shape optimization
CN109710300A (zh) 一种标定与诊断软件版本管理的软件构架
FR2701580A1 (fr) Procédé d'administration d'applications avec des protocoles standards.
US20140172500A1 (en) Computer-implemented method and process management system for dynamically adapting processes
EP1612668A1 (de) Verfahren und Vorrichtung zur Transformation eines Computerprogramms
FR2937770A1 (fr) Procede de creation d'une surface non axisymetrique
US20110107296A1 (en) Model-operative pattern representation harvesting using an automated exemplar-directed approach
US20250238572A1 (en) System and method for managing components of a vehicle system
KR20210065230A (ko) 영상에서의 안개 제거 방법 및 장치
US20250384603A1 (en) Method for Image Generation, Electronic Device and Non-transitory Storage Medium
JPH04220768A (ja) テキスト変換方法
CN121543637A (zh) 基于预测残差引导的扩散模型迁移方法及相关装置
DE102025107947A1 (de) Editieren digitaler bilder unter verwendung von ausführbarem code, der von large language models aus eingaben natürlicher sprache generiert wird
REDDY et al. THE NEW WAVE OF AUTOMATED MACHINE LEARNING
CN120876636A (zh) 背景保留图像编辑方法、装置、电子设备及程序产品

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

17P Request for examination filed

Effective date: 20050823

AK Designated contracting states

Kind code of ref document: A2

Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LI LU MC NL PT RO SE SI SK TR

AX Request for extension of the european patent

Extension state: AL LT LV MK

DAX Request for extension of the european patent (deleted)
17Q First examination report despatched

Effective date: 20070227

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN

18D Application deemed to be withdrawn

Effective date: 20090616