WO2023223424A1 - ドキュメント生成装置、プログラム及びドキュメント生成方法 - Google Patents

ドキュメント生成装置、プログラム及びドキュメント生成方法 Download PDF

Info

Publication number
WO2023223424A1
WO2023223424A1 PCT/JP2022/020530 JP2022020530W WO2023223424A1 WO 2023223424 A1 WO2023223424 A1 WO 2023223424A1 JP 2022020530 W JP2022020530 W JP 2022020530W WO 2023223424 A1 WO2023223424 A1 WO 2023223424A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
document
elements
system model
output
Prior art date
Application number
PCT/JP2022/020530
Other languages
English (en)
French (fr)
Inventor
亜希 君家
Original Assignee
三菱電機株式会社
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 三菱電機株式会社 filed Critical 三菱電機株式会社
Priority to PCT/JP2022/020530 priority Critical patent/WO2023223424A1/ja
Publication of WO2023223424A1 publication Critical patent/WO2023223424A1/ja

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/35Creation or generation of source code model driven
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/73Program documentation

Definitions

  • the present disclosure relates to a document generation device, a program, and a document generation method.
  • MBSE Model -based Systems Engineering
  • the system model is a DB (Data Base) in which system information is stored.
  • the information stored in the system model includes information related to the life cycle of the system, such as a list of system components, external interface information for each component, information on data exchanged between each component, or information on the person in charge of development. This is all related information.
  • the modeling tool is a tool for viewing, creating, and updating a DB, which is a system model in which system information is stored, and can output the system information stored in the DB.
  • a system model DB often has a tree structure, and each piece of information is held in nodes of the tree structure called elements.
  • the product of system design is a specification or a design document.
  • the product of system design is a system model, and the system model is treated as a single source of truth of design information.
  • the system model comprehensively holds system design information. Therefore, when a person involved in system development wants to view design information that interests him/her, he/she has to search for the necessary part from a huge amount of design information in the system model, which takes time and effort. Additionally, although system models can be viewed using modeling tools, there are licensing issues with using modeling tools, and it takes time to learn how to use modeling tools.
  • Patent Document 1 discloses a technology related to a document generation function that outputs information necessary for creating a software specification from a system model that includes software design information, and creates a software specification. By using the technology disclosed in Patent Document 1, a document can be generated from a system model.
  • one or more aspects of the present disclosure make it possible to refer to system model information and output information regarding elements that satisfy document output target conditions specified by the user to a document in a format specified by the user.
  • the purpose is to
  • a document generation device includes an interface unit that acquires setting information having a condition indicating a target to be output to a document and an item indicating a format to be output to the document, and a system model that searches for a system model including a plurality of elements. and a document generation unit that generates the document by outputting information regarding elements satisfying the condition in the format.
  • a program includes a system model including a computer, an interface unit that acquires setting information having conditions indicating a target to output to a document, and an item indicating a format to output to the document, and a system model including a plurality of elements.
  • the present invention is characterized in that it functions as a document generation unit that generates the document by searching for and outputting information about elements that satisfy the conditions in the format.
  • a document generation method acquires setting information having a condition indicating a target to be output to a document and an item indicating a format to output to the document, searches for a system model including a plurality of elements, The method is characterized in that the document is generated by outputting information regarding elements that satisfy the conditions in the format.
  • information about elements that satisfy document output target conditions specified by a user can be output to a document in a format specified by the user by referring to information on a system model. .
  • FIG. 1 is a block diagram schematically showing the configuration of a document generation device according to embodiments 1 and 2.
  • FIG. FIG. 2 is a schematic diagram showing an example of a system model. It is a schematic diagram showing the sw structure of the X system.
  • FIG. 2 is a block diagram schematically showing the configuration of a document generation information adding section in Embodiments 1 and 2.
  • FIG. 1 is a block diagram schematically showing the configuration of a computer.
  • FIG. 3 is a flowchart showing the operation of a document generation section.
  • FIG. 7 is a block diagram illustrating an example of input/output of a setting information update unit in Embodiment 2.
  • FIG. 7 is a schematic diagram showing an example of a system model updated in Embodiment 2.
  • FIG. 1 is a block diagram schematically showing the configuration of a document generation device 100 according to the first embodiment.
  • the document generation device 100 includes a system model storage section 101, an interface section (hereinafter referred to as I/F section) 102, a document generation information addition section 103, a document generation section 104, and an output section 105.
  • I/F section interface section
  • a document generation device for a system model including system design information is shown, but the information included in the system model does not have to be system design information.
  • the information included in the system model does not have to be system design information.
  • any information related to the life cycle of the system such as project management information or maintenance information of the system, may be used.
  • the document generation device shown in FIG. 1 includes an I/F section 102, a document generation information addition section 103, a document generation section 104, and a system model storage section 101.
  • the system model storage unit 101 stores a system model, which is a DB in which system design information is stored.
  • FIG. 2 is a schematic diagram showing an example of a system model.
  • FIG. 2 is an example of a system model 106 that includes design information regarding the X system.
  • the system model 106 is composed of a tree structure, and each node of the tree is called an element.
  • Each element has design information including metadata such as element name, type, notes, and update date and time.
  • the root element 106a of the tree structure has information on the element name, type, and note. Although not shown in FIG. 2, each element generally also holds metadata such as update date and time history of the element, updater history, and unique attributes.
  • the type of root element 106a is a package, and a package means an element for grouping a plurality of elements.
  • the note is a field in which information regarding the element can be freely entered.
  • the root element 106a has child elements such as a structural element 106b and a behavioral element 106c.
  • the structural element 106b has a classA element 106d, a classB element 16e, and a classC element 106f as child elements. This indicates that the X system has class parts class A, class B, and class C as constituent elements.
  • the structural element 106b has a sw configuration diagram element 106g as a child element.
  • the type of the sw configuration diagram element 106g is a block definition diagram, and the sw configuration diagram element 106g includes a diagram representing the sw structure of the X system as shown in FIG.
  • the I/F unit 102 receives setting information regarding document generation from the user.
  • the setting information is given to the document generation information adding section 103.
  • the setting information is information that has at least one item indicating how to generate a document.
  • the setting information includes items indicating a condition to be output to a document and a format to be output to a document.
  • the document generation information adding unit 103 functions as an updater that updates configuration information and system models so that processing can be performed using a single element. Note that in updating the system model, the system model itself may be changed, but a copy of the system model may be changed and the changed copy may be retained.
  • the document generation information addition unit 103 receives setting information from the I/F unit 102 and reads a system model from the system model storage unit 101. Then, if the setting information includes an item to be processed using information of multiple elements, the document generation information addition unit 103 analyzes the item, updates the system model, and processes the item. Update the configuration information by rewriting the item to be processed using the information of a single element. The setting information whose items have been rewritten is provided to the document generation unit 104 as updated setting information.
  • FIG. 4 is a block diagram schematically showing the configuration of the document generation information adding section 103.
  • the document generation information adding section 103 includes a setting information analyzing section 103a and a setting information updating section 103b.
  • Setting information analysis section 103a receives setting information SI from I/F section 102. Next, the setting information analysis unit 103a determines whether there is an item to be processed using information of multiple elements by analyzing the received setting information SI. Note that in the setting information SI, one line indicates one item.
  • the configuration information analysis unit 103a determines that the item is an item that is processed using information on multiple elements.
  • the information indicating multiple elements is, for example, a "child element,” “parent element,” “descendant element,” “ancestor element,” or “tree structure path name” other elements or a character string that means a tree structure. or information specifying multiple specific elements using identification information such as an ID (IDentification) or an element name.
  • the information indicating multiple elements is information including a predetermined character string or identification information.
  • the item is "If the element was added after x year y month z date and the type is request, output the element name of the element in the document as text.”
  • the setting information The analysis unit 103a determines that this item does not require information on multiple elements because it is an item that can be processed using only information on a single element.
  • the setting information analysis unit 103a determines that information on multiple elements is required for this item because it requires determination using information on descendant elements.
  • the configuration information analysis unit 103a provides the configuration information update unit 103b with analysis configuration information SI#1 obtained by adding the analysis result to the configuration information SI provided from the I/F unit 102.
  • a necessity column SI#1a is added to the setting information, and if an item in the same row includes information indicating multiple elements, the necessity column SI#1a is added to the setting information. "Required” is stored in SI#1a, and if the item in the same row does not include information indicating multiple elements, "required” is stored in the necessity column SI#1a.
  • the configuration information update unit 103b receives the analysis configuration information SI#1 from the configuration information analysis unit 103a, and reads the system model from the system model storage unit 101.
  • the setting information update unit 103b updates the system model so that when there is an item to be processed using information of multiple elements in the analysis setting information SI#1, it is possible to process only a single element. Then, update setting information with the corresponding items updated is generated.
  • the setting information update unit 103b searches the system model and extracts elements that satisfy [condition A].
  • the setting information updating unit 103b searches the system model and converts the contents of [Information B] to be output into the document into text. Generate as a column.
  • the case where [Information B] is information expressed using information of a plurality of elements is the case where [Information B] includes a predetermined character string or identification information, as described above.
  • [condition A] is a condition that is processed using information of multiple elements
  • [information B] is information that is expressed using information of a single element
  • the setting information update unit 103b selects the two or more elements from among the plurality of elements configuring the system model. to identify the elements that satisfy the condition. Then, the setting information update unit 103b updates the system model by adding a predetermined attribute to the identified element, and changes the condition to "the element has a predetermined attribute". This will update the item.
  • the configuration information update unit 103b selects an element that satisfies the conditions of the item from among the multiple elements that make up the system model. Identify. Then, the setting information update unit 103b updates the system model by adding a predetermined attribute to the identified element and including information regarding two or more elements as information on the predetermined attribute. Then, the setting information updating unit 103b updates the item by changing the format of the item to "outputting information on predetermined attributes.”
  • the setting information updating unit 103b provides the generated updated setting information SI#2 to the document generating unit 104.
  • the document generation unit 104 generates a document by searching the system model and outputting information about elements that satisfy the conditions of an item in a format included in the item.
  • the document generation unit 104 searches for the updated system model according to the updated items and generates a document.
  • the document generating unit 104 receives updated setting information from the setting information updating unit 103b, reads the updated system model from the system model storage unit 101, and generates a document according to the updated setting information.
  • the output unit 105 outputs the document generated by the document generation unit 104.
  • FIG. 5 is a block diagram schematically showing the configuration of the computer 10.
  • the computer 10 includes an auxiliary storage device 11 such as an HDD (Hard Disk Drive) or an SSD (Solid State Drive), a memory 12, a processor 13 such as a CPU (Central Processing Unit), and an input I/F 14 such as a keyboard or mouse. and an output I/F 15 such as a display or NIC (Network Interface Card).
  • auxiliary storage device 11 such as an HDD (Hard Disk Drive) or an SSD (Solid State Drive
  • a memory 12 such as a CPU (Central Processing Unit), and an input I/F 14 such as a keyboard or mouse.
  • an output I/F 15 such as a display or NIC (Network Interface Card).
  • the I/F unit 102 can be realized by the processor 13 using the input I/F 14.
  • the document generation information addition unit 103 and the document generation unit 104 can be realized by reading a program stored in the auxiliary storage device 11 into the memory 12 and having the processor 13 execute the program.
  • the system model storage unit 101 can be realized by the processor 13 using the auxiliary storage device 11 or the memory 12.
  • the output unit 105 can be realized by the processor 13 using the output I/F 15.
  • Such a program may be provided through a network, or may be provided recorded on a recording medium. That is, such a program may be provided as a program product, for example.
  • FIG. 6 is a flowchart showing the operation of the document generation unit 104. Here, the description will be made assuming that the setting information has been updated by the document generation information adding unit 103.
  • the document generation unit 104 searches (traverses) the tree structure of the system model stored in the system model storage unit 101 in descending order from the root element, and determines whether all elements have been searched (S10 ). If all elements have been searched (Yes in S10), the process ends, and if there are elements that have not been searched yet (No in S10), the process proceeds to step S11.
  • step S11 the document generation unit 104 searches the tree structure of the system model stored in the system model storage unit 101 in descending order from the root element, and moves to the next element.
  • the document generation unit 104 outputs information regarding the moved element to the document (S12).
  • step S12 the document generation unit 104 outputs information about the element to the document by referring to information including metadata of the moved element based on the update setting information updated by the document generation information addition unit 103.
  • the document generation unit 104 does not output information regarding the moved element to the document. Additionally, information about the moved element is output to the document in the format indicated in the update setting information.
  • step S12 Referring to the update date and time history which is the metadata of the moved element, if the element is a new element created on or after x year y month z, the document generation unit 104 adds the element name of the element to the document as text. Output in format.
  • the update setting information may be set to ⁇ If the element name of an element has been changed since x year y month z, the element name before and after the change should be added to the document [Before change: "element name before change”/change After: “Output in the format of "element name after change”], in step S12, the update date and time history, which is the metadata of the element, and the update contents are referred to, and if the element is output on or after x year y month z If the name of the element has been changed, output [Before change: “Element name before change”/After change: “Element name after change”] to the document.
  • Patent Document 1 By using the technology described in Patent Document 1 mentioned above, a document can be generated from a system model. However, it is necessary to specify each class element to be output as a document, and when attempting to generate documents regarding multiple classes, there is a risk that it will take time for the user to specify.
  • multiple elements can be specified at once by referring to system model information including metadata and filtering based on conditions, reducing work time when generating documents. can do.
  • information about each element is output to the document in a different format by referring to system model information including metadata and outputting information about the element to the document in a specified format. This increases the versatility of the document.
  • documents can be generated efficiently by performing filtering that takes advantage of the tree structure of the system model, such as by referring to information on descendant elements.
  • the part by dividing the part into a part that processes information of multiple elements and a part that generates a document by referring to information of a single element, existing document generation having only simple functions can be performed. By utilizing the functions and expanding only the part that processes information from multiple elements, it becomes possible to generate complex documents.
  • system change information can be output to a document by referring to history information, which is metadata included in an element.
  • the document generation device 200 includes a system model storage unit 101, an I/F unit 102, a document generation information addition unit 203, a document generation unit 104, and an output section 105.
  • the system model storage unit 101, I/F unit 102, document generation unit 104, and output unit 105 of the document generation device 200 according to the second embodiment are the same as the system model storage unit 101 of the document generation device 100 according to the first embodiment, This is similar to the I/F unit 102, document generation unit 104, and output unit 105.
  • the document generation information addition unit 203 performs the same processing as in the first embodiment, and also performs the following processing.
  • the document generation information adding unit 203 adds the following information to the setting information received from the I/F unit 102. Convert to configuration information about a single element.
  • the document generation information addition unit 203 For example, if the setting information is "output to the document in the order of [condition C]" and [condition C] is to be processed using information of multiple elements, the document generation information addition unit 203:
  • the setting information is determined to be "setting information regarding the document output order of multiple element information.”
  • the information on the plurality of elements is the same as the information indicating the plurality of elements described above.
  • the document generation information adding unit 203 includes setting information regarding the document output order of information on multiple elements in the configuration information. judge that it exists.
  • the document generation information adding section 203 includes a setting information analyzing section 103a and a setting information updating section 203b.
  • the setting information analysis unit 103a of the document generation information addition unit 203 in the second embodiment is the same as the setting information analysis unit 103a of the document generation information addition unit 103 in the first embodiment.
  • the setting information update unit 203b in the second embodiment performs the same processing as in the first embodiment, and also performs the following processing.
  • the configuration information update unit 203b receives the analysis configuration information from the configuration information analysis unit 103a, reads the system model from the system model storage unit 101, updates the system model by rearranging the elements of the system model in document output order, and performs analysis. Update setting information is generated by deleting information regarding document output order from the setting information.
  • FIG. 7 is a block diagram showing an example of input/output of the setting information update section 203b.
  • the setting information update unit 203b updates the system model according to the document output order. After updating the system model by changing the order of the elements, deleting that item and adding a new item that acquires information from each element to generate update setting information SI#4 and update it.
  • the setting information SI#4 is given to the document generation unit 104.
  • FIG. 8 shows an example of the system model updated when the item exists.
  • a behavior element 207b that includes descendant elements, child elements 207c to 207e that are information about the sequence diagram of the element 207b, and grandchild elements.
  • 207f to 207i are copied and arranged in order.
  • child elements 207k to 207m which are elements related to the class name of the structural element 207j, are copied and arranged in order.
  • child elements 207o and 207p and grandchild elements 207q to 207s which are elements related to the operation of the structural element 207n, are copied and arranged in order.
  • element names of element 207f and element 207g are "A" and "A'” respectively, but if "A" is in the same package, add a dash to the next element name, etc. There is no rule, and these element names are shown as examples. Element names are determined by the system designer as names, names, etc., and from the viewpoint of ease of recognition or identification, ease of viewing, etc., it is tried to avoid using the same element name as much as possible. It is not prohibited.
  • the document generation unit 104 searches the tree structure in the order of arrival and generates information about the elements into the document, so in the updated system model, the elements are arranged in the order in which they are output to the document.
  • the setting information updating unit 203b may copy the same element multiple times in order to cope with cases where the same information appears in multiple locations, such as the structural element 207j and the structural element 207n.
  • the setting information updating unit 203b Update the system model so that two or more elements are in their output order, delete the item, and create two or more new items that sequentially read information about the two or more elements from the updated system model. Update the configuration information by adding.

Abstract

ドキュメント生成装置(100)は、ドキュメントへ出力する対象を示す条件及びそのドキュメントへ出力する形式を示す項目を有する設定情報を取得するI/F部(102)と、複数の要素を含むシステムモデルを検索して、その条件を満たす要素に関する情報をその形式で出力することで、ドキュメントを生成するドキュメント生成部(104)とを備える。

Description

ドキュメント生成装置、プログラム及びドキュメント生成方法
 本開示は、ドキュメント生成装置、プログラム及びドキュメント生成方法に関する。
 従来からの、仕様書又は設計書といった文書ベースのシステム開発ではなく、SysML(Systems Modeling Language)又はUML(Unified Modeling Language)等の記述言語を用い、システムモデルを構築しつつ設計を行うMBSE(Model-based Systems Engineering)が注目されている。
 文書ベースのシステム開発の場合、システム設計者は、システムの設計を行いながら仕様書又は設計書を作成してきた。一方、MBSEの場合、システム設計者は、システムの設計を行いながら、モデリングツールと呼ばれるMBSE対応のツールを用いて、設計した情報を含むシステムモデルを構築する。
 ここで、システムモデルとはシステムの情報が格納されたDB(Data Base)である。システムモデルに格納される情報は、例えば、システムの構成要素一覧、各構成要素の外部インタフェース情報、各構成要素間でやり取りされるデータの情報、又は、開発担当者情報等、システムのライフサイクルに関わる情報全般である。
 モデリングツールは、システムの情報が格納されたシステムモデルであるDBを閲覧、作成及び更新するためのツールであり、DBに格納されたシステムの情報を出力できる。また、システムモデルのDBは、ツリー構造であることが多く、要素と呼ばれるツリー構造のノード内に各情報を保持する。
 文書ベースの場合、システム設計の成果物は、仕様書又は設計書である。一方、MBSEの場合、システム設計の成果物は、システムモデルであり、システムモデルが設計情報のSingle Source of Truthとして扱われる。
 システムモデルは、システムの設計情報を網羅的に保有している。そのため、システム開発の関係者が自身の興味のある設計情報を閲覧したい場合、システムモデル内の膨大な設計情報から必要な個所を探索する必要があり、手間がかかる。また、システムモデルはモデリングツールを用いて閲覧できるものの、モデリングツールの使用にはライセンスの問題があり、また、モデリングツールの使い方を習得するのに時間がかかる。
 そこで、システムモデルから関係者に関りのある範囲等を抽出してドキュメントに出力しておくことが考えられる。例えば、システムに新機能を追加した場合、システムモデルから新機能に関する設計情報を取り出して、新機能の設計書が生成されておいてもよい。また、システムのインタフェース仕様を外部システム関係者へ提示する場合、システムモデルからシステムのインタフェースに関する設計情報を取り出して、インタフェース仕様書が生成されていてもよい。
 特許文献1には、ソフトウェア設計情報を含むシステムモデルから、ソフトウェア仕様書の作成に必要な情報を出力し、ソフトウェア仕様書を作成するドキュメント生成機能に関する技術が開示されている。特許文献1の技術を用いることで、システムモデルからドキュメントを生成することができる。
特開2005-258561号公報
 しかし、従来の技術では、ドキュメントへクラスの情報を出力する場合、ユーザは、情報を出力するクラスを1つ1つ指定する必要がある。そのため、複数のクラスに関する情報をドキュメントへ出力しようとする場合、ユーザは、複数のクラスの指定に時間を取られるおそれがある。
 また、クラスに関する情報を一律に同じ形式でドキュメントに出力するため、各クラスの情報を異なる形式でドキュメントに出力することができず、ドキュメントの汎用性が下がるおそれがある。
 そこで、本開示の一又は複数の態様は、システムモデルの情報を参照し、ユーザにより指定されたドキュメント出力対象条件を満たす要素に関する情報を、ユーザにより指定された形式でドキュメントに出力できるようにすることを目的とする。
 本開示の一態様に係るドキュメント生成装置は、ドキュメントへ出力する対象を示す条件及び前記ドキュメントへ出力する形式を示す項目を有する設定情報を取得するインタフェース部と、複数の要素を含むシステムモデルを検索して、前記条件を満たす要素に関する情報を前記形式で出力することで、前記ドキュメントを生成するドキュメント生成部と、を備えることを特徴とする。
 本開示の一態様に係るプログラムは、コンピュータを、ドキュメントへ出力する対象を示す条件及び前記ドキュメントへ出力する形式を示す項目を有する設定情報を取得するインタフェース部、及び、複数の要素を含むシステムモデルを検索して、前記条件を満たす要素に関する情報を前記形式で出力することで、前記ドキュメントを生成するドキュメント生成部、として機能させることを特徴とする。
 本開示の一態様に係るドキュメント生成方法は、ドキュメントへ出力する対象を示す条件及び前記ドキュメントへ出力する形式を示す項目を有する設定情報を取得し、複数の要素を含むシステムモデルを検索して、前記条件を満たす要素に関する情報を前記形式で出力することで、前記ドキュメントを生成することを特徴とする。
 本開示の一又は複数の態様によれば、システムモデルの情報を参照し、ユーザにより指定されたドキュメント出力対象条件を満たす要素に関する情報を、ユーザにより指定された形式でドキュメントに出力することができる。
実施の形態1及び2に係るドキュメント生成装置の構成を概略的に示すブロック図である。 システムモデル一例を示す模式図である。 Xシステムのsw構造を表す概略図である。 実施の形態1及び2におけるドキュメント生成情報付加部の構成を概略的に示すブロック図である。 コンピュータの構成を概略的に示すブロック図である。 ドキュメント生成部の動作を示すフローチャートである。 実施の形態2における設定情報更新部の入出力の一例を示すブロック図である。 実施の形態2において更新されたシステムモデルの一例を示す模式図である。
実施の形態1.
 図1は、実施の形態1に係るドキュメント生成装置100の構成を概略的に示すブロック図である。
 ドキュメント生成装置100は、システムモデル記憶部101と、インタフェース部(以下、I/F部という)102と、ドキュメント生成情報付加部103と、ドキュメント生成部104と、出力部105とを備える。
 ここで、実施の形態1では、例としてシステムの設計情報を含むシステムモデルに対するドキュメント生成装置の例を示すが、システムモデルが含む情報は、システムの設計情報でなくともよい。例えば、システムのプロジェクト管理情報又は保守情報等、システムのライフサイクルに関わる情報であればよい。
 図1に示されるドキュメント生成装置は、I/F部102と、ドキュメント生成情報付加部103と、ドキュメント生成部104と、システムモデル記憶部101とを備える。
 システムモデル記憶部101は、システムの設計情報が格納されたDBであるシステムモデルを記憶する。
 図2は、システムモデル一例を示す模式図である。
 図2は、Xシステムに関する設計情報を内包するシステムモデル106の一例である。システムモデル106は、ツリー構造で構成され、ツリーの各ノードは、要素と呼ばれる。各要素は、要素名、種類、ノート及び更新日時といったメタデータを含む設計情報を持つ。
 まず、ツリー構造のルート要素106aについて説明する。
 ルート要素106aは、要素名、種類及びノートの情報を持つ。図2には表されていないが、一般に、各要素は、要素の更新日時履歴、更新者履歴及び独自属性といったメタデータも保持する。ルート要素106aの種類は、パッケージであるが、パッケージは、複数の要素をグルーピングするための要素であることを意味する。また、ノートは、要素に関する情報を自由に記入できる欄である。
 次に、子要素について説明する。
 ルート要素106aは、構造要素106b及び振る舞い要素106cといった子要素を持つ。
 構造要素106bは、子要素として、classA要素106d、classB要素16e及びclassC要素106fを持つ。これにより、Xシステムは、構成要素としてクラス部品であるclassA、classB及びclassCを持つことが表わされている。
 また、構造要素106bは、子要素として、sw構成図要素106gを持つ。sw構成図要素106gの種類は、ブロック定義図であり、sw構成図要素106gは、図3に示されているような、Xシステムのsw構造を表す図を内包している。
 図1に戻り、I/F部102は、ドキュメント生成に関する設定情報を、ユーザから受け取る。その設定情報は、ドキュメント生成情報付加部103に与えられる。
 設定情報は、ドキュメントの生成の仕方を示す少なくとも一つの項目を有する情報である。例えば、設定情報は、ドキュメントへ出力する対象を示す条件及びドキュメントへ出力する形式を示す項目を有する。
 具体的には、ユーザが入力する設定情報の項目としては、以下のような例がある。
 「要素がx年y月z日以降に追加され、かつ、種類が要求である場合、要素の要素名をドキュメントにテキストで出力する。」
 「要素の種類が操作の場合、操作の引数の情報を表形式で出力する。」
 「要素が要素名にclassを含む場合、要素名と、ツリー構造のパス名とを出力する。」
 「要素の種類がパッケージであり、かつ、要素の子孫要素(ツリー構造におけるノードの子孫ノード)の中にドキュメントへ情報が出力される要素が存在する場合、要素名の章及び節をドキュメントに追加する。」
 ドキュメント生成情報付加部103は、設定情報に含まれている項目で示される条件及び形式の少なくとも何れか一方が、複数の要素に含まれる二以上の要素を用いて処理することを示している場合に、単一の要素を用いて処理できるように、設定情報及びシステムモデルを更新する更新部として機能する。なお、システムモデルの更新では、システムモデルそのものが変更されてもよいが、システムモデルの複製が変更されて、変更された複製が保持されてもよい。
 例えば、ドキュメント生成情報付加部103は、I/F部102から設定情報を受け取り、システムモデル記憶部101からシステムモデルを読み出す。
 そして、ドキュメント生成情報付加部103は、設定情報の中に、複数要素の情報を用いて処理する項目が内包されている場合、その項目を解析して、システムモデルを更新して、その項目を単一要素の情報を用いて処理される項目に書き換えることで設定情報を更新する。項目が書き換えられた設定情報は、更新設定情報として、ドキュメント生成部104に与えられる。
 図4は、ドキュメント生成情報付加部103の構成を概略的に示すブロック図である。
 ドキュメント生成情報付加部103は、設定情報解析部103aと、設定情報更新部103bとを備える。
 設定情報解析部103aは、I/F部102から設定情報SIを受け取る。
 次に、設定情報解析部103aは、受け取った設定情報SIを解析することで、複数要素の情報を用いて処理される項目があるか否かを判断する。なお、設定情報SIでは、一つの行が一つの項目を示しているものとする。
 例えば、設定情報解析部103aは、設定情報の項目が複数要素を示す情報を含む場合に、その項目を、複数要素の情報を用いて処理される項目であると判断する。ここで、複数要素を示す情報は、例えば、「子要素」、「親要素」、「子孫要素」、「先祖要素」又は「ツリー構造のパス名」という他要素若しくはツリー構造を意味する文字列を含む情報、又は、複数の特定要素をID(IDentification)若しくは要素名といった識別情報で指定している情報である。言い換えると、複数要素を示す情報は、予め定められた文字列又は識別情報を含む情報である。
 具体的には、項目が「要素がx年y月z日以降に追加された、かつ、種類が要求である場合、要素の要素名をドキュメントにテキストで出力する。」である場合、設定情報解析部103aは、この項目に対し、単一要素の情報のみで処理可能な項目であることから、複数要素の情報を必要としないと判断する。
 一方、項目が「要素の種類がパッケージであり、かつ、要素の子孫要素(ツリー構造におけるノードの子孫ノード)の中にドキュメントへ情報が出力される要素が存在する場合、要素名の章及び節をドキュメントに追加する。」の場合、設定情報解析部103aは、この項目に対し、子孫要素の情報を用いた判断が必要であることから、複数要素の情報を必要とすると判断する。
 そして、設定情報解析部103aは、I/F部102から与えられた設定情報SIに、その解析結果を付加した解析設定情報SI#1を、設定情報更新部103bに与える。
 図4に示されている解析設定情報SI#1では、設定情報に要否列SI#1aが追加されており、同じ行の項目が複数要素を示す情報を含む場合には、その要否列SI#1aに「要」が格納され、同じ行の項目が複数要素を示す情報を含まない場合には、その要否列SI#1aに「否」が格納される。
 設定情報更新部103bは、設定情報解析部103aから解析設定情報SI#1を受け取り、システムモデル記憶部101からシステムモデルを読み出す。
 設定情報更新部103bは、解析設定情報SI#1の中に、複数要素の情報を用いて処理される項目が存在する場合、単一要素のみの処理が可能となるよう、システムモデルを更新した上で、該当する項目を更新した更新設定情報を生成する。
 例えば、複数要素の情報を用いて処理する項目が「[条件A]の場合、[情報B]をドキュメントに出力する」と規定されているものとする。この場合、設定情報更新部103bは、システムモデルを探索し、[条件A]を満たす要素を抽出する。
 次に、設定情報更新部103bは、[情報B]が複数の要素の情報を用いて表される情報である場合、システムモデルを探索し、ドキュメントに出力される[情報B]の内容を文字列として生成する。[情報B]が複数の要素の情報を用いて表される情報である場合とは、上記のように、[情報B]に、予め定められた文字列又は識別情報が含まれる場合である。
 そして、設定情報更新部103bは、[条件A]で抽出された要素に対し、「[情報B]=“文字列として生成された[情報B]の内容”」を示す独自属性を付加する。この場合、設定情報の対応する項目も、その要素から情報Bを出力することに更新することで、必要な情報を単一の要素から取得することができる。
 一方、[条件A]が複数要素の情報を用いて処理される条件であり、かつ、[情報B]が単一要素の情報を用いて表される情報の場合、設定情報更新部103bは、[条件A]で抽出された要素に対し、「[情報B]=true」を示す独自属性を付加する。
 具体的には、解析設定情報に「要素の種類がパッケージであり、かつ、要素の子孫要素(ツリー構造におけるノードの子孫ノード)の中にドキュメントへ情報が出力される要素が存在する場合、要素名の章・節をドキュメントに追加する」という複数要素の情報を用いて処理される項目が存在する場合、設定情報更新部103bは、システムモデルを探索し、「要素の種類がパッケージであり、かつ、要素の子孫要素(ツリー構造におけるノードの子孫ノード)の中にドキュメントへ情報が出力される要素が存在する」に該当する要素を見つける。そして、設定情報更新部103bは、その見つけられた要素に、「ドキュメント生成設定情報A=true」を示す独自属性を付加する。さらに、設定情報更新部103bは、解析設定情報において対応する項目を、「ドキュメント生成設定情報A=trueを属性として持つ要素の場合、要素名の章及び節をドキュメントに追加する」に書き換えることで更新設定情報SI#2を生成する。
 言い換えると、設定情報の項目の条件が二以上の要素を用いて判断される場合に、設定情報更新部103bは、システムモデルを構成している複数の要素の中から、その二以上の要素を用いてその条件が満たされる要素を特定する。そして、設定情報更新部103bは、特定された要素に予め定められた属性を追加することで、システムモデルを更新するとともに、その条件を「予め定められた属性を有する要素であること」に変更することで、その項目を更新する。
 また、解析設定情報に「要素が要素名にclassを含む場合、要素名とツリー構造のパス名を出力する」という複数要素の情報を用いて処理される項目が存在する場合、設定情報更新部103bは、classA要素に対し、ツリー構造のパス名を要素の属性情報である「ドキュメント生成設定情報B=Xシステム/構造/classA」を付加することでシステムモデルを更新する。そして、設定情報更新部103bは、解析設定情報において対応する項目を、「要素が要素名にclassを含む場合、クラス名と属性情報“ドキュメント生成設定情報B”の値を出力する」に書き換えることで更新設定情報SI#2を生成する。
 言い換えると、設定情報の項目の形式が二以上の要素に関する情報を出力する場合に、設定情報更新部103bは、システムモデルを構成している複数の要素の中から、その項目の条件を満たす要素を特定する。そして、設定情報更新部103bは、特定された要素に予め定められた属性を追加して、その予め定められた属性の情報として二以上の要素に関する情報を含めることでシステムモデルを更新する。そして、設定情報更新部103bは、その項目の形式を「予め定められた属性の情報を出力すること」に変更することで、その項目を更新する。
 そして、設定情報更新部103bは、生成された更新設定情報SI#2をドキュメント生成部104に与える。
 図1に戻り、ドキュメント生成部104は、システムモデルを検索して、項目の条件を満たす要素に関する情報を、その項目に含まれている形式で出力することで、ドキュメントを生成する。
 ここで、設定情報の項目及びシステムモデルが更新されている場合には、ドキュメント生成部104は、更新された項目に従って、更新されたシステムモデルを検索して、ドキュメントを生成する。
 例えば、ドキュメント生成部104は、設定情報更新部103bから更新設定情報を受け取り、システムモデル記憶部101から更新されたシステムモデルを読み出し、更新設定情報に従って、ドキュメントを生成する。
 出力部105は、ドキュメント生成部104で生成されたドキュメントを出力する。
 図5は、コンピュータ10の構成を概略的に示すブロック図である。
 コンピュータ10は、HDD(Hard Disk Drive)又はSSD(Solid State Drive)等の補助記憶装置11と、メモリ12と、CPU(Central Processing Unit)等のプロセッサ13と、キーボード又はマウス等の入力I/F14と、ディスプレイ又はNIC(Network Interface Card)等の出力I/F15とを備える。
 I/F部102は、プロセッサ13が入力I/F14を利用することで実現することができる。
 ドキュメント生成情報付加部103及びドキュメント生成部104は、補助記憶装置11に記憶されているプログラムをメモリ12に読み出して、そのプログラムをプロセッサ13が実行することで、実現することができる。
 システムモデル記憶部101は、プロセッサ13が補助記憶装置11又はメモリ12を利用することで実現することができる。
 出力部105は、プロセッサ13が出力I/F15を利用することで実現することができる。
 そのようなプログラムは、ネットワークを通じて提供されてもよく、また、記録媒体に記録されて提供されてもよい。即ち、このようなプログラムは、例えば、プログラムプロダクトとして提供されてもよい。
 図6は、ドキュメント生成部104の動作を示すフローチャートである。
 ここでは、ドキュメント生成情報付加部103により設定情報が更新されているものとして説明する。
 まず、ドキュメント生成部104は、システムモデル記憶部101に記憶されているシステムモデルのツリー構造をルート要素から行きがけ順に探索(トラバース)して、全ての要素を探索したか否かを判断する(S10)。全ての要素を探索した場合(S10でYes)には、処理は終了し、未だ探索していない要素が残っている場合(S10でNo)には、処理はステップS11に進む。
 ステップS11では、ドキュメント生成部104は、システムモデル記憶部101に記憶されているシステムモデルのツリー構造をルート要素から行きがけ順に探索して、次の要素に移動する。
 次に、ドキュメント生成部104は、移動した要素に関する情報をドキュメントに出力する(S12)。
 ステップS12では、ドキュメント生成部104は、ドキュメント生成情報付加部103により更新された更新設定情報に基づき、移動した要素のメタデータ含む情報を参照することで、要素に関する情報をドキュメントに出力する。
 なお、ドキュメント生成部104は、移動した要素が全ての更新設定情報の条件を満たさない場合、移動した要素に関する情報をドキュメントに出力しない。また、移動した要素の情報は、更新設定情報に示された形式でドキュメントに出力される。
 例えば、更新設定情報が、「要素がx年y月z日以降に追加され、かつ、種類が要求である場合、要素の要素名をドキュメントにテキストで出力する」である場合、ステップS12では、移動した要素のメタデータである更新日時履歴を参照し、その要素がx年y月z日以降に新規作成された要素である場合、ドキュメント生成部104は、その要素の要素名をドキュメントにテキスト形式で出力する。
 例えば、更新設定情報が、「要素の要素名がx年y月z日以降に変更されていた場合、変更前と変更後の要素名をドキュメントに[変更前:“変更前要素名”/変更後:“変更後要素名”]の形式で出力する」である場合、ステップS12では、要素のメタデータである更新日時履歴と、更新内容とを参照し、x年y月z日以降に要素名が変更された要素である場合、ドキュメントに[変更前:“変更前要素名”/変更後:“変更後要素名”]を出力する。
 上記の特許文献1に記載の技術を用いることで、システムモデルからドキュメントを生成することができる。しかし、ドキュメント出力対象のクラス要素を1つ1つ指定する必要があり、複数のクラスに関するドキュメントを生成しようとする場合、ユーザの指定に時間が掛かるおそれがあった。
 また、全てのクラス要素の情報に対し、一律に同じ形式でドキュメントに出力するため、各クラス要素の情報を異なる形式でドキュメントに出力することができず、ドキュメントの汎用性が下がるおそれがあった。
 これに対して、実施の形態1によれば、メタデータ含むシステムモデルの情報を参照して、条件によるフィルタリングを行うことで、複数の要素を一括で指定でき、ドキュメント生成時の作業時間を削減することができる。
 また、実施の形態1によれば、メタデータを含むシステムモデルの情報を参照し、指定された形式で要素に関する情報をドキュメントに出力することで、各要素の情報を異なる形式でドキュメントに出力することができ、ドキュメントの汎用性が高まる。
 その中でも、子孫要素の情報を参照するといったシステムモデルのツリー構造を生かしたフィルタリングを行うことで、効率よくドキュメントの生成を行うことができる。
 また、実施の形態1によれば、複数要素の情報を参照したうえでドキュメントに情報を出力するため、複雑なドキュメントの生成が可能となる。
 さらに、実施の形態1によれば、複数要素の情報を処理する部分と、単一要素の情報を参照してドキュメントを生成する部分とに分けたことで、簡素な機能のみ持つ既存のドキュメント生成機能を活用し、複数要素の情報を処理する部分のみの拡張を行うことで複雑なドキュメントの生成が可能になる。
 また、実施の形態1によれば、要素に含まれるメタデータである履歴情報を参照することで、システムの変更情報をドキュメントに出力できるという効果がある。
実施の形態2.
 図1に示されているように、実施の形態2に係るドキュメント生成装置200は、システムモデル記憶部101と、I/F部102と、ドキュメント生成情報付加部203と、ドキュメント生成部104と、出力部105とを備える。
 実施の形態2に係るドキュメント生成装置200のシステムモデル記憶部101、I/F部102、ドキュメント生成部104及び出力部105は、実施の形態1に係るドキュメント生成装置100のシステムモデル記憶部101、I/F部102、ドキュメント生成部104及び出力部105と同様である。
 ドキュメント生成情報付加部203は、実施の形態1と同様の処理を行う他、以下のような処理も行う。
 実施の形態2では、ドキュメント生成情報付加部203は、I/F部102から受け取った設定情報の中に、複数要素の情報のドキュメント出力順に関する項目が存在した場合に、そのような項目について、単一要素に関する設定情報へ変換する。
 例えば、設定情報が「[条件C]の順にドキュメントへ出力する」であり、[条件C]が複数要素の情報を用いて処理されるものとなっている場合、ドキュメント生成情報付加部203は、設定情報を「複数要素の情報のドキュメント出力順に関する設定情報」と判断する。ここで、複数要素の情報は、上記の複数要素を示す情報と同様である。
 言い換えると、複数要素を示す情報に対して順序を示す文字列が含まれている場合に、ドキュメント生成情報付加部203は、設定情報の中に、複数要素の情報のドキュメント出力順に関する設定情報が存在すると判断する。
 図4に示されているように、ドキュメント生成情報付加部203は、設定情報解析部103aと、設定情報更新部203bとを備える。
 実施の形態2におけるドキュメント生成情報付加部203の設定情報解析部103aは、実施の形態1におけるドキュメント生成情報付加部103の設定情報解析部103aと同様である。
 実施の形態2における設定情報更新部203bは、実施の形態1と同様の処理を行う他、以下のような処理も行う。
 設定情報更新部203bは、設定情報解析部103aから解析設定情報を受け取り、システムモデル記憶部101からシステムモデルを読み出し、システムモデルの要素をドキュメント出力順に並び替えることでシステムモデルを更新するとともに、解析設定情報からドキュメント出力順に関する情報を削除することで、更新設定情報を生成する。
 図7は、設定情報更新部203bの入出力の一例を示すブロック図である。
 設定情報更新部203bは、設定情報解析部103aから受け取った解析設定情報SI#3の中に、複数要素の情報のドキュメント出力順に関する項目が存在した場合、ドキュメントへの出力順に応じてシステムモデルの要素の順番を入れ替えることでシステムモデルを更新した上で、その項目を削除して、各々の要素から情報を取得する新た項目を追加することで更新設定情報SI#4を生成して、その更新設定情報SI#4をドキュメント生成部104へ与える。
 例えば、解析設定情報に、図2に示されているシステムモデル106に対する「振る舞い要素106c以下のシーケンス図、構造要素106b以下のクラス名情報、構造要素106b以下の操作情報の順にドキュメントへ出力する」という項目が存在する場合に更新されたシステムモデルの一例を、図8に示す。
 図8に示されているように、更新されたシステムモデルでは、ルート要素207aの下に、子孫要素含む振る舞い要素207bと、その要素207bのシーケンス図に関する情報である子要素207c~207e及び孫要素207f~207iがコピーされ、順に配置されている。
 また、構造要素207jのクラス名に関する要素である子要素207k~207mがコピーされて、順に配置されている。
 さらに、構造要素207nの操作に関する要素である子要素207o、207p及び孫要素207q~207sがコピーされて、順に配置されている。
 なお、要素207f及び要素207gの要素名は、それぞれ「Aする」と「A’する」となっているが、特に「Aする」が同一パッケージにある場合、次の要素名にダッシュをつける等の規則はなく、これらの要素名は一例として示されている。要素名は、システム設計者が、名前又は名称等として決めるものあり、認識又は識別のし易さ又は見やすさ等の観点から、できるだけ同じ要素名にならないようにされているが、同一要素名が禁止されるものではない。
 ドキュメント生成部104は、ツリー構造を行きがけ順に探索し、要素に関する情報をドキュメントへ生成するため、更新されたシステムモデルでは、ドキュメントへ出力する順番毎に要素が配置されている。なお、構造要素207j及び構造要素207nのように、同じ情報が複数箇所で登場する場合にも対応できるよう、設定情報更新部203bは、同じ要素を複数回コピーしてもよい。
 以上のように、設定情報更新部203bは、設定情報の項目で示される形式が、システムモデルを構成する複数の要素に含まれる二以上の要素に関する情報の出力順を示している場合に、その二以上の要素がその出力順となるようにシステムモデルを更新するとともに、その項目を削除して、更新されたシステムモデルからその二以上の要素に関する情報を順番に読み出す新たな二以上の項目を追加することで、設定情報を更新する。
 以上のように、実施の形態2によれば、要素の順番を入れ替えるように、システムモデルを更新することで、要素に関する情報のドキュメント出力順を設定することができる。
 また、実施の形態2によれば、要素の順番を入れ替えるように、システムモデルを更新することで、ドキュメントに出力される情報を、更新されたシステムモデルを見ることで把握することができる。
 100,200 ドキュメント生成装置、 101 システムモデル記憶部、 102 I/F部、 103,203 ドキュメント生成情報付加部、 103a 設定情報解析部、 103b,203b 設定情報更新部、 104 ドキュメント生成部、 105 出力部。

Claims (7)

  1.  ドキュメントへ出力する対象を示す条件及び前記ドキュメントへ出力する形式を示す項目を有する設定情報を取得するインタフェース部と、
     複数の要素を含むシステムモデルを検索して、前記条件を満たす要素に関する情報を前記形式で出力することで、前記ドキュメントを生成するドキュメント生成部と、を備えること
     を特徴とするドキュメント生成装置。
  2.  前記条件及び前記形式の少なくとも何れか一方が、前記複数の要素に含まれる二以上の要素を用いて処理することを示している場合に、単一の要素を用いて処理できるように、前記設定情報及び前記システムモデルを更新する更新部をさらに備え、
     前記ドキュメント生成部は、更新された前記設定情報に従って、更新された前記システムモデルを検索して、前記ドキュメントを生成すること
     を特徴とする請求項1に記載のドキュメント生成装置。
  3.  前記条件が前記二以上の要素を用いて判断される場合に、前記更新部は、前記複数の要素の中から、前記二以上の要素を用いて前記条件が満たされる要素を特定し、前記特定された要素に予め定められた属性を追加することで、前記システムモデルを更新するとともに、前記条件を前記予め定められた属性を有する要素であることに変更することで、前記設定情報を更新すること
     を特徴とする請求項2に記載のドキュメント生成装置。
  4.  前記形式が前記二以上の要素に関する情報を出力する場合に、前記更新部は、前記複数の要素の中から前記条件を満たす要素を特定し、前記特定された要素に予め定められた属性を追加して、前記予め定められた属性の情報として前記二以上の要素に関する情報を含めることで前記システムモデルを更新するとともに、前記形式を前記予め定められた属性の情報を出力することに変更することで、前記設定情報を更新すること
     を特徴とする請求項2又は3に記載のドキュメント生成装置。
  5.  前記形式が前記複数の要素に含まれる二以上の要素に関する情報の出力順を示している場合に、前記更新部は、前記二以上の要素が前記出力順となるように前記システムモデルを更新するとともに、前記項目を削除して、更新された前記システムモデルから前記二以上の要素に関する情報を順番に読み出す新たな二以上の項目を追加することで、前記設定情報を更新すること
     を特徴とする請求項2から4の何れかに記載のドキュメント生成装置。
  6.  コンピュータを、
     ドキュメントへ出力する対象を示す条件及び前記ドキュメントへ出力する形式を示す項目を有する設定情報を取得するインタフェース部、及び、
     複数の要素を含むシステムモデルを検索して、前記条件を満たす要素に関する情報を前記形式で出力することで、前記ドキュメントを生成するドキュメント生成部、として機能させること
     を特徴とするプログラム。
  7.  ドキュメントへ出力する対象を示す条件及び前記ドキュメントへ出力する形式を示す項目を有する設定情報を取得し、
     複数の要素を含むシステムモデルを検索して、前記条件を満たす要素に関する情報を前記形式で出力することで、前記ドキュメントを生成すること
     を特徴とするドキュメント生成方法。
PCT/JP2022/020530 2022-05-17 2022-05-17 ドキュメント生成装置、プログラム及びドキュメント生成方法 WO2023223424A1 (ja)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/JP2022/020530 WO2023223424A1 (ja) 2022-05-17 2022-05-17 ドキュメント生成装置、プログラム及びドキュメント生成方法

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2022/020530 WO2023223424A1 (ja) 2022-05-17 2022-05-17 ドキュメント生成装置、プログラム及びドキュメント生成方法

Publications (1)

Publication Number Publication Date
WO2023223424A1 true WO2023223424A1 (ja) 2023-11-23

Family

ID=88834867

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2022/020530 WO2023223424A1 (ja) 2022-05-17 2022-05-17 ドキュメント生成装置、プログラム及びドキュメント生成方法

Country Status (1)

Country Link
WO (1) WO2023223424A1 (ja)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006106893A (ja) * 2004-09-30 2006-04-20 Toshiba Corp 仕様管理装置、仕様管理方法及び仕様管理プログラム

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006106893A (ja) * 2004-09-30 2006-04-20 Toshiba Corp 仕様管理装置、仕様管理方法及び仕様管理プログラム

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
CHAO WANG, HONG LI, ZHIGANG GAO, MIN YAO, YUHAO YANG: "An automatic documentation generator based on model-driven techniques", COMPUTER ENGINEERING AND TECHNOLOGY (ICCET), 2010 2ND INTERNATIONAL CONFERENCE ON, IEEE, PISCATAWAY, NJ, USA, vol. 4, 1 April 2010 (2010-04-01), Piscataway, NJ, USA , pages V4-175 - V4-179, XP093108969, ISBN: 978-1-4244-6347-3, DOI: 10.1109/ICCET.2010.5485654 *
INOKI MARI, MATSUO HISANORI, KODA SHUSAKU: "SpecPrinceTM Support Tool for Generating and Verifying Specifications Based on Specification Metamode", TOSHIBA REVIEW, vol. 63, no. 12, 1 January 2008 (2008-01-01), pages 46 - 49, XP093108966 *

Similar Documents

Publication Publication Date Title
US10372423B2 (en) System and method for managing resources using a compositional programming model
JP3053153B2 (ja) 文書管理システムのアプリケーション起動方法
KR101213798B1 (ko) 복합 데이터 액세스
JP4365162B2 (ja) 構造化文書のデータを検索する装置および方法
US11200374B2 (en) Methods to create and use responsive forms with externalized configurations and artifacts
JP5852361B2 (ja) 部品表を展開する装置及び方法
JP3797821B2 (ja) オントロジー構築支援装置
JP7456136B2 (ja) 情報処理装置及びプログラム
US20180196738A1 (en) Test input information search device and method
WO2023223424A1 (ja) ドキュメント生成装置、プログラム及びドキュメント生成方法
JP2005056085A (ja) データ構造変換プログラム
JP7279524B2 (ja) データ管理プログラム、データ管理方法およびデータ管理システム
JPH11282882A (ja) 文書管理方法
JP6753190B2 (ja) 文書検索装置及びプログラム
JP6802109B2 (ja) ソフトウェア仕様分析装置、及びソフトウェア仕様分析方法
JP2020160854A (ja) コード管理システム、及びコード管理方法
KR101765324B1 (ko) Sql과 다이어그램을 이용하는 소스코드 생성 장치 및 그의 처리 방법
US20240086179A1 (en) Software component update system, and software component update method
CN112988668B (zh) 基于PostgreSQL的流式文档处理方法、装置以及装置的应用方法
JP3532083B2 (ja) 情報管理装置及び情報検索方法
WO2023026409A1 (ja) 情報処理装置、プログラム及び情報処理方法
US20230359668A1 (en) Dataflow graph datasets
JP2002082965A (ja) 文書検索方法
JPH05134856A (ja) プログラム自動生成方式
JP4988441B2 (ja) 検索プログラム、検索方法および検索装置

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 22942629

Country of ref document: EP

Kind code of ref document: A1