WO2021260866A1 - 生成装置、生成方法及び生成プログラム - Google Patents

生成装置、生成方法及び生成プログラム Download PDF

Info

Publication number
WO2021260866A1
WO2021260866A1 PCT/JP2020/024919 JP2020024919W WO2021260866A1 WO 2021260866 A1 WO2021260866 A1 WO 2021260866A1 JP 2020024919 W JP2020024919 W JP 2020024919W WO 2021260866 A1 WO2021260866 A1 WO 2021260866A1
Authority
WO
WIPO (PCT)
Prior art keywords
target device
executed
contents
satisfied
execution condition
Prior art date
Application number
PCT/JP2020/024919
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 US18/012,080 priority Critical patent/US20230244851A1/en
Priority to PCT/JP2020/024919 priority patent/WO2021260866A1/ja
Priority to JP2022531337A priority patent/JPWO2021260866A1/ja
Publication of WO2021260866A1 publication Critical patent/WO2021260866A1/ja

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/137Hierarchical processing, e.g. outlines
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/14Tree-structured documents
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating

Definitions

  • the present invention relates to a generator, a generator, and a generator.
  • a flowchart is generally used as a method for describing the flow of operations in a procedure manual or the like.
  • a Pad (Program Analysis Diagram) diagram as a notation for describing the flow of a program as in the flowchart (see, for example, Non-Patent Document 2).
  • the Pad diagram is a method of describing the logic of a program using a diagram with a two-dimensional tree structure.
  • Non-Patent Document 1 proposes a method of expanding an operation screen attached to a procedure manual into a tree structure according to a table of contents structure and displaying how far the operator has progressed at present. This method is based on the premise that all the operation screens described in the procedure manual are the targets of the operation.
  • the conventional method has a problem that it may be difficult to create the table of contents of the manual in an easy-to-understand manner.
  • the table of contents with reference to the flowchart is created by the creator's personal work, which may be difficult for the reader to understand.
  • the operation may be branched depending on the state of the device, and the operation to be performed may be divided.
  • Flowcharts are generally used in work that causes branching, but the reader must keep in mind the flow chart and associate the appropriate points with each other to determine the correspondence between the nodes of the flow chart and the table of contents of the procedure manual. It may cause leakage or operation error.
  • the generation device includes an extraction unit that extracts elements in order from the top from the tree-structured data including the operation contents of the target device and the execution conditions of the operation, and the above-mentioned Among the elements extracted by the extraction unit, the operation is executed by referring to the state of the target device and determining whether or not the execution condition is satisfied for the element including the execution condition. It is characterized by having a discriminating unit for determining whether or not the discriminating unit is performed, and an additional unit for adding information regarding an operation determined to be executed by the discriminating unit to a list.
  • the table of contents of the manual can be created in an easy-to-understand manner.
  • FIG. 1 is a diagram illustrating the processing of the generator according to the first embodiment.
  • FIG. 2 is a diagram showing a configuration example of the generator according to the first embodiment.
  • FIG. 3 is a diagram illustrating an additional process of connecting elements.
  • FIG. 4 is a diagram illustrating additional processing of selection elements.
  • FIG. 5 is a diagram illustrating additional processing of selection elements.
  • FIG. 6 is a diagram illustrating additional processing of selection elements.
  • FIG. 7 is a diagram showing an example of a table of contents.
  • FIG. 8 is a diagram showing an example of a Pad diagram.
  • FIG. 9 is a diagram showing an example of additional processing to the table of contents.
  • FIG. 10 is a flowchart showing a processing flow of the generator according to the first embodiment.
  • FIG. 11 is a diagram showing an example of a computer that executes a generation program.
  • FIG. 1 is a diagram illustrating the processing of the generator according to the first embodiment.
  • the generation device 10 accepts the input of Pad FIG. 100a. Further, the generation device 10 generates and outputs a table of contents 100b of the manual of the target device 20. The generator 10 may generate not only the table of contents 100b but also the contents of the manual.
  • Pad FIG. 100a shows an operation procedure of the target device 20, and is created by the user U1.
  • the target device 20 is a computer or the like.
  • the user U2 is an operator of the target device 20, and operates the target device 20 according to a manual including the table of contents 100b.
  • the manual may indicate a procedure for installing a predetermined program on the target device 20.
  • the operation procedure may change depending on the program already installed in the target device 20 and the type (including version) of the OS (Operating System) running in the target device 20.
  • the user U2 can easily grasp the operation to be executed. For example, an operation for installing a program installed in the target device 20 or an operation required only for an OS that is not running in the target device 20 can be understood when operating the target device 20 if it is not described in the manual. It is considered easy.
  • the generation device 10 of the first embodiment generates a manual table of contents in an easy-to-understand manner according to the state of the target device 20.
  • the configuration and processing of the generation device 10 of the first embodiment will be described in detail.
  • FIG. 2 is a diagram showing a configuration example of the generator according to the first embodiment.
  • the generation device 10 includes a pad diagram editing unit 101, a procedure manual editing unit 102, a table of contents customization unit 103, a device status acquisition unit 104, and a table of contents display unit 105. Further, the generation device 10 has a Pad diagram storage unit 151 and a procedure manual storage unit 152.
  • the Pad diagram editing unit 101 edits the Pad diagram 100a according to the user's operation or the like. For example, the Pad diagram editing unit 101 accepts the operation of the user U1. Further, the Pad diagram editing unit 101 can edit the Pad diagram 100a stored in the Pad diagram storage unit 151, and can save the edited Pad diagram 100a in the Pad diagram storage unit 151 again.
  • the procedure manual storage unit 152 edits the manual according to the user's operation or the like. For example, the procedure manual storage unit 152 accepts the operation of the user U1. Further, the procedure manual storage unit 152 can edit the manual stored in the procedure manual storage unit 152 and save the edited manual in the procedure manual storage unit 152 again.
  • the table of contents of the manual of the procedure manual storage unit 152 may be generated by the table of contents customization unit 103.
  • the table of contents customization unit 103 generates a manual table of contents 100b based on the state of the target device 20 acquired by the pad diagram 100a and the device state acquisition unit 104.
  • the table of contents display unit 105 causes a display device such as a display to display the table of contents 100b generated by the table of contents customization unit 103.
  • the process in which the table of contents customization unit 103 generates the table of contents 100b will be described.
  • Pad FIG. 100a is tree-structured data, and the operation to be executed first is described in the above elements.
  • the table of contents customization unit 103 extracts the elements in order from the top of the Pad diagram 100a, in which each element includes the operation content of the target device 20 and the execution condition of the operation.
  • the table of contents customization unit 103 extracts elements from Pad FIG. 100a. Since Pad FIG. 100a is tree structure data, the content of the operation after that is branched under the execution condition. Therefore, in the following description, the execution condition may be referred to as a branch condition.
  • Pad FIG. 100a includes a connecting element and a selection element (branching element).
  • the operation of the connecting element is executed regardless of the state of the target device 20.
  • FIG. 3 is a diagram illustrating a connection element addition process. As shown in FIG. 3, the operation of the connecting element is not given a branching condition regarding the state of the target device 20. For the connected elements, the user U2 performs the operations written in the rectangle in order from the top. The table of contents customization unit 103 adds the operations included in the concatenated elements to the table of contents 100b.
  • the table of contents customization unit 103 refers to the state of the target device 20 for the extracted elements including the execution conditions, and determines whether or not the execution conditions are satisfied, so that the operation is executed. Determine if it is done.
  • the pad diagram may describe the flow of program processing.
  • the elements of the Pad diagram include the contents of the processing of the program and the execution conditions for executing each processing.
  • the generation device 10 regards the content of the program process and the execution condition for executing the process in the Pad diagram as the content of the operation of the target device 20 and the execution condition for executing the operation, respectively.
  • the table of contents customization unit 103 regards the processing content of the extracted element as the operation content, considers the condition for executing the processing of the extracted element as the execution condition, and targets the element including the execution condition. It is determined whether or not the operation is executed by referring to the state of the device 20 and determining whether or not the execution condition is satisfied.
  • FIGS. 4, 5 and 6 are diagrams illustrating additional processing of selection elements.
  • the selection elements are classified into a plurality of types.
  • the types of the selection elements are set to branch A, branch B, and branch C, and explanations will be given for each type.
  • Branch A includes an operation executed when one branch condition relating to the state of the target device 20 is satisfied or when the branch condition is not satisfied.
  • the elements of Pad FIG. 100a shown in FIG. 4 are classified into branch A.
  • Pad FIG. 100a describes an operation to be executed when the condition is satisfied.
  • the table of contents customization unit 103 adds the operation described in Pad FIG. 100a to the table of contents 100b when the state of the target device 20 acquired by the device state acquisition unit 104 meets the condition Q.
  • the branch A can be expressed by an If statement that does not include an else statement.
  • Branch B includes operations to be executed in both cases where one branch condition relating to the state of the target device 20 is satisfied and when the branch condition is not satisfied.
  • the elements of Pad FIG. 100a shown in FIG. 5 are classified into branch B.
  • Pad FIG. 100a describes an operation to be executed when the condition is satisfied and an operation to be executed when the condition is not satisfied.
  • the table of contents customization unit 103 performs an operation described in Pad FIG. 100a when the state of the target device 20 acquired by the device state acquisition unit 104 meets the condition Q and the condition is satisfied. Is added to the table of contents 100b.
  • the table of contents customization unit 103 performs the operation described in Pad FIG. 100a when the state of the target device 20 acquired by the device state acquisition unit 104 does not meet the condition Q, and is executed when the condition is not satisfied. Add to. Further, as shown in FIG. 5, the branch B can be expressed by an If-else statement.
  • Branch C includes an operation to be executed for each when a plurality of branch conditions relating to the state of the target device 20 are satisfied.
  • the elements of Pad FIG. 100a shown in FIG. 6 are classified into branch C.
  • Pad FIG. 100a describes an operation to be executed in each of the cases where a plurality of conditions are satisfied.
  • the table of contents customization unit 103 operates according to each Case depending on whether the state of the target device 20 acquired by the device state acquisition unit 104 matches Case 1, Case 2, or Case 3 among the conditions Q. Is added to the table of contents 100b.
  • the condition Q is a set of a plurality of values
  • Case 1, Case 2, and Case 3 may correspond to each of the plurality of values.
  • the branch C can be expressed by a Switch statement.
  • the table of contents customization unit 103 adds information regarding the operation determined to be executed to the list.
  • the table of contents customization unit 103 adds information on the operation determined to be executed and information on the operation to be executed regardless of the state of the target device 20 to the table of contents 100b of the manual.
  • the figure in the Pad diagram is different between the concatenation process and each selection process.
  • the concatenation process is represented by a rectangle.
  • the branch A is represented by a figure in which one rectangle is added to a pentagon having a concave angle.
  • the branch B is represented by a figure in which two rectangles are added to a pentagon having a concave angle.
  • the branch C is represented by a figure in which three or more rectangles are added to a heptagon having a concave angle.
  • the branch C is represented by a figure in which n-4 rectangles are added to an n-sided polygon (n> 7) having a concave angle.
  • the table of contents customization unit 103 can determine whether the element is a concatenated element or each selection element based on the shape of the figure.
  • the table of contents customization unit 103 determines that if the number of branches ahead of the condition in the Pad diagram is one, it is determined to be branch A, and if the number of branches is two, it is determined to be branch B, and the number of branches is determined. If there are three or more, it may be determined as branch C.
  • the table of contents customization unit 103 adds the operations of all the concatenated elements and the operations of the selected elements determined to be executed to the table of contents 100b while maintaining the order in the Pad diagram.
  • the table of contents customization unit 103 does not add the operation of the selection element that was not determined to be executed to the table of contents 100b.
  • FIG. 7 is a diagram showing an example of a table of contents. As shown in FIG. 7, since both "1. XXX” and “3. XXX” are operations of the connecting element, they are added to the table of contents 100b. On the other hand, "2. XXX” is a selection element classified into branch C, and only the operation of Case 1 is added to the table of contents 100b, and the operations after Case 2 are not added to the table of contents 100b.
  • FIG. 8 is a diagram showing an example of a Pad diagram.
  • Terminal application "3. Terminal application”, "4. Installation method”, and “5. Termination method” are concatenated elements.
  • "4. Installation method” has an element including a selection element under the element.
  • the device status acquisition unit 104 has a program called "NET Framework3.5" installed on the target device 20. Gets whether or not it is. If the program "NET Framework 3.5" is not already installed in the target device 20, the table of contents customization unit 103 adds the operation "4.2.2 Extraction and execution of download file” to the table of contents 100b.
  • the table of contents customization unit 103 refers to whether or not a predetermined program is installed in the target device 20, and if the predetermined program is not installed in the target device 20, the operation of installing the predetermined program is performed. Determine if it will be executed.
  • the device status acquisition unit 104 acquires the type of OS running on the target device 20. If the OS running on the target device 20 is "Windows OS", the table of contents customization unit 103 will use "4.3.1 AP download for certificate installation”, “4.3.2 certificate installation”, and “4.3.2 certificate installation”. Add the operation "4.3.3 Confirmation procedure after installing the certificate” to the table of contents 100b. On the other hand, if the OS running on the target device 20 is "MacOS”, the table of contents customization unit 103 will use “4.4.1 AP download for certificate installation", “4.4.2 certificate installation”, and “44.2 certificate installation”. Add the operations "4.4.3 Confirmation procedure after certificate installation” and "4.4.4 Post-work" to the table of contents 100b.
  • FIG. 9 is a diagram showing an example of additional processing to the table of contents.
  • the table of contents customization unit 103 refers to the type of OS running on the target device 20, and when a predetermined operation is executed for each type of OS running on the target device 20. Determine.
  • the operation corresponding to Windows 7 by the OS running on the target device 20 is added to the table of contents 100b.
  • FIG. 10 is a flowchart showing a processing flow of the generator according to the first embodiment.
  • the table of contents customization unit 103 accepts the input of the Pad diagram (step S101).
  • the table of contents customization unit 103 When the table of contents customization unit 103 has unextracted elements in the Pad diagram (step S102, Yes), the table of contents customization unit 103 extracts the elements in order from the Pad diagram (step S103). For example, the table of contents customization unit 103 extracts elements in order from the top of the Pad diagram.
  • the table of contents customization unit 103 assigns an item number to the element extracted according to the tree structure of the Pad diagram (step S104).
  • the table of contents customization unit 103 determines the processing type of the extracted element (step S105).
  • the processing type is concatenation (step S105, concatenation)
  • the table of contents customization unit 103 adds a concatenation element to the table of contents (step S106).
  • step S105 branch A
  • the device state acquisition unit 104 acquires the state of the target device 20 (step S107).
  • the table of contents customization unit 103 adds a selection element to the table of contents 100b according to the acquired state of the target device 20 (step S108).
  • step S105 when the processing type is branch B (step S105, branch B), the device state acquisition unit 104 acquires the state of the target device 20 (step S109). Then, the table of contents customization unit 103 adds a selection element to the table of contents 100b according to the acquired state of the target device 20 (step S110).
  • step S105 when the processing type is branch C (step S105, branch C), the device state acquisition unit 104 acquires the state of the target device 20 (step S111). Then, the table of contents customization unit 103 adds a selection element to the table of contents 100b according to the acquired state of the target device 20 (step S112).
  • step S102 After executing steps S106, S108, S110 or S112, the table of contents customization unit 103 returns to step S102. Further, in step S102, when there are no unextracted elements in the Pad diagram (step S102, No), the table of contents display unit 105 outputs the table of contents 100b (step S113).
  • the table of contents customization unit 103 extracts the elements in order from the top from the tree-structured data in which each element includes the operation content of the target device 20 and the execution condition of the operation.
  • the table of contents customization unit 103 refers to the state of the target device 20 for the extracted elements including the execution conditions, and determines whether or not the execution conditions are satisfied, so that the operation is executed. Determine if it is done.
  • the table of contents customization unit 103 adds information regarding the operation determined to be executed to the list. In this way, the generator 10 automatically generates a manual table of contents from the Pad diagram. Further, the generation device 10 can add only the operation according to the state of the target device to the table of contents for the selection element. Therefore, according to the present embodiment, the table of contents of the manual can be created in an easy-to-understand manner.
  • the table of contents customization unit 103 extracts an element from a Pad diagram having the content of the process and the condition for executing the process as the element.
  • the table of contents customization unit 103 regards the processing content of the extracted element as the operation content, the condition for executing the processing of the extracted element as the execution condition, and the target device 20 for the element including the execution condition. It is determined whether or not the operation is executed by referring to the state of and determining whether or not the execution condition is satisfied.
  • the table of contents customization unit 103 adds the execution condition determined to be satisfied, the information on the operation of the element lower than the execution condition, and the information on the operation executed regardless of the state of the target device 20 to the table of contents of the manual. ..
  • the operator may execute the operation shown in the table of contents without selecting the operation to be executed, so that the efficiency of the work is improved.
  • the table of contents customization unit 103 is a first operation including an operation to be executed when one branch condition relating to the state of the target device 20 is satisfied or the branch condition is not satisfied among the extracted elements.
  • An element of the second type including an operation to be executed in both cases where one branch condition relating to the state of the target device 20 is satisfied and when the branch condition is not satisfied, and an element of the second type.
  • the operation to be executed is determined for the element of the third type including the operation to be executed for each when a plurality of branching conditions relating to the state of the target device 20 are satisfied. In this way, the generator 10 can distinguish between a plurality of types of selection elements. Thereby, according to the present embodiment, the operation to be executed can be accurately determined.
  • the customization unit 103 refers to whether or not a predetermined program is installed in the target device 20, and if the predetermined program is not installed in the target device 20, the operation of installing the predetermined program is executed. Determine. For example, if a predetermined program has already been installed, the operation of installing the program is unnecessary, and it does not need to be listed in the table of contents of the manual. Therefore, according to the present embodiment, unnecessary operations can be omitted from the table of contents and work efficiency can be improved.
  • the table of contents customization unit 103 refers to the type of OS running on the target device 20, and determines that a predetermined operation is executed for each type of OS running on the target device 20. For example, operations that do not need to be executed on a running OS do not need to be listed in the table of contents of the manual. Therefore, according to the present embodiment, unnecessary operations can be omitted from the table of contents and work efficiency can be improved.
  • each component of each of the illustrated devices is a functional concept, and does not necessarily have to be physically configured as shown in the figure. That is, the specific form of distribution and integration of each device is not limited to the one shown in the figure, and all or part of them may be functionally or physically dispersed or physically distributed in arbitrary units according to various loads and usage conditions. Can be integrated and configured. Further, each processing function performed by each device may be realized by a CPU and a program analyzed and executed by the CPU, or may be realized as hardware by wired logic.
  • the generation device 10 can be implemented by installing a generation program that executes the above management process as package software or online software on a desired computer.
  • the information processing apparatus can function as the generation apparatus 10.
  • the information processing device referred to here includes a desktop type or notebook type personal computer.
  • the information processing device includes smartphones, mobile phones, mobile communication terminals such as PHS (Personal Handyphone System), and slate terminals such as PDAs (Personal Digital Assistants).
  • the generation device 10 can be implemented as a server in which the terminal device used by the user is a client and the service related to the above processing is provided to the client.
  • the server is implemented as a server that provides a generation service that inputs a Pad diagram and outputs a table of contents of a manual.
  • the server may be implemented as a Web server, or may be implemented as a cloud that provides services related to the above management process by outsourcing.
  • FIG. 11 is a diagram showing an example of a computer that executes a generation program.
  • the computer 1000 has, for example, a memory 1010 and a CPU 1020.
  • the computer 1000 also has a hard disk drive interface 1030, a disk drive interface 1040, a serial port interface 1050, a video adapter 1060, and a network interface 1070. Each of these parts is connected by a bus 1080.
  • the memory 1010 includes a ROM (Read Only Memory) 1011 and a RAM 1012.
  • the ROM 1011 stores, for example, a boot program such as a BIOS (BASIC Input Output System).
  • BIOS BASIC Input Output System
  • the hard disk drive interface 1030 is connected to the hard disk drive 1090.
  • the disk drive interface 1040 is connected to the disk drive 1100.
  • a removable storage medium such as a magnetic disk or an optical disk is inserted into the disk drive 1100.
  • the serial port interface 1050 is connected to, for example, a mouse 1110 and a keyboard 1120.
  • the video adapter 1060 is connected to, for example, the display 1130.
  • the hard disk drive 1090 stores, for example, the OS 1091, the application program 1092, the program module 1093, and the program data 1094. That is, the program that defines each process of the generation device 10 is implemented as a program module 1093 in which a code that can be executed by a computer is described.
  • the program module 1093 is stored in, for example, the hard disk drive 1090.
  • the program module 1093 for executing the same processing as the functional configuration in the generation device 10 is stored in the hard disk drive 1090.
  • the hard disk drive 1090 may be replaced by an SSD.
  • the setting data used in the processing of the above-described embodiment is stored as program data 1094 in, for example, a memory 1010 or a hard disk drive 1090. Then, the CPU 1020 reads the program module 1093 and the program data 1094 stored in the memory 1010 and the hard disk drive 1090 into the RAM 1012 as needed, and executes the process of the above-described embodiment.
  • the program module 1093 and the program data 1094 are not limited to those stored in the hard disk drive 1090, but may be stored in, for example, a removable storage medium and read by the CPU 1020 via the disk drive 1100 or the like. Alternatively, the program module 1093 and the program data 1094 may be stored in another computer connected via a network (LAN (Local Area Network), WAN (Wide Area Network), etc.). Then, the program module 1093 and the program data 1094 may be read from another computer by the CPU 1020 via the network interface 1070.
  • LAN Local Area Network
  • WAN Wide Area Network
  • U1, U2 User 10 Generation device 20 Target device 100a Pad diagram 100b Table of contents 101 Pad diagram editorial department 102 Procedure manual editorial department 103 Table of contents customization unit 104 Device status acquisition unit 105 Table of contents display unit 151 Pad diagram storage unit 152 Procedure manual storage unit

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Stored Programmes (AREA)

Abstract

生成装置(10)は、各要素が対象装置(20)の操作の内容と操作の実行条件を含む木構造のデータから、上から順に要素を抽出する。生成装置(10)は、抽出された要素のうち、実行条件を含む要素に対しては、対象装置(20)の状態を参照し、実行条件が満たされているか否かを判定することにより、操作が実行されるか否かを判別する。生成装置(10)は、実行されると判別された操作に関する情報をリストに追加する。

Description

生成装置、生成方法及び生成プログラム
 本発明は、生成装置、生成方法及び生成プログラムに関する。
 従来、コンピュータ等の操作手順を説明するマニュアルの作成を支援するツール及びウイザードが知られている。例えば、従来のマニュアル作成ツールが使われる場合、まず作成者が操作の流れに沿って章、節、項等の目次を構成する。その際、対象装置の種別や状態に応じて操作が複雑に分岐する場合は、作成者はフローチャートを参考に目次を構成する。また、例えば、従来のウイザードは、フローチャートを基にナビゲーションソフトウェアを作成する。
 また、手順書等で操作の流れを記述する方法としてフローチャートが一般的に用いられている。一方、フローチャートと同様にプログラムの流れを記述する記法としてPad(Program Analysis Diagram)図がある(例えば、非特許文献2を参照)。Pad図は2次元木構造をした図によりブログラムの論理を記述する方法である。
 一般に手順書は操作ログ画面を操作の流れに沿って手順書に貼り付けながら書き下して行く。例えば、非特許文献1では、手順書に張り付けられた操作画面を目次構造に従ってツリー構造に展開してオペレータが現在どこまで作業が進んだかを表示する方法が提案されている。この方式では手順書に載っている操作画面がすべて操作の対象であることを前提としている。
中西弘毅, 名和長年, 増田健, 大石晴夫, 中村宏之, "ネットワーク設定オペレーションにおける操作ログと設定手順書の整合性チェック機能およびフィードバック機能の提案", 信学技法 Vol.119, No.299, ICM2019‐29, 2019. 二村良彦, 川合敏雄,[他] "Pad(Program Analysis Diagram) によるプログラム設計および作成", 情報処理学会論文誌,  Vol.21 No 4,  pp259-267,  July 1980.
 しかしながら、従来の方法には、マニュアルの目次を分かりやすく作成することが難しい場合があるという問題がある。例えば、従来の方法では、フローチャートを参考にした目次の作成は、作成者による属人的な作業によって行われるため、読み手にとって分かりにくいものになる場合がある。
 手順書では装置の状態に応じて操作に分岐が発生し、実施する操作が分かれることがある。分岐が発生する作業では一般的にフローチャートが用いられるが、フローチャートのノードと手順書の目次の対応関係は読み手が、フローチャートを頭に入れながら適切な個所を対応付けて行かなければならず、操作漏れや操作誤りの原因となる。
 上述した課題を解決し、目的を達成するために、生成装置は、対象装置の操作の内容と前記操作の実行条件を含む木構造のデータから、上から順に要素を抽出する抽出部と、前記抽出部によって抽出された要素のうち、前記実行条件を含む要素に対しては、前記対象装置の状態を参照し、前記実行条件が満たされているか否かを判定することにより、前記操作が実行されるか否かを判別する判別部と、前記判別部によって実行されると判別された操作に関する情報をリストに追加する追加部と、を有することを特徴とする。
 本発明によれば、マニュアルの目次を分かりやすく作成することができる。
図1は、第1の実施形態に係る生成装置の処理を説明する図である。 図2は、第1の実施形態に係る生成装置の構成例を示す図である。 図3は、連接要素の追加処理を説明する図である。 図4は、選択要素の追加処理を説明する図である。 図5は、選択要素の追加処理を説明する図である。 図6は、選択要素の追加処理を説明する図である。 図7は、目次の一例を示す図である。 図8は、Pad図の一例を示す図である。 図9は、目次への追加処理の一例を示す図である。 図10は、第1の実施形態に係る生成装置の処理の流れを示すフローチャートである。 図11は、生成プログラムを実行するコンピュータの一例を示す図である。
 以下に、本願に係る生成装置、生成方法及び生成プログラムの実施形態を図面に基づいて詳細に説明する。なお、本発明は、以下に説明する実施形態により限定されるものではない。
[第1の実施形態]
 まず、図1を用いて、生成装置の処理の概要を説明する。図1は、第1の実施形態に係る生成装置の処理を説明する図である。図1に示すように、生成装置10は、Pad図100aの入力を受け付ける。また、生成装置10は、対象装置20のマニュアルの目次100bを生成し出力する。なお、生成装置10は、目次100bだけでなく、マニュアルの内容を生成してもよい。
 例えば、Pad図100aは、対象装置20の操作手順を示すものであり、ユーザU1によって作成される。例えば、対象装置20はコンピュータ等である。また、ユーザU2は、対象装置20のオペレータであり、目次100bを含むマニュアルに従って対象装置20を操作する。
 ここで、マニュアルは、対象装置20に所定のプログラムをインストールするための手順を示すものであってもよい。その場合、対象装置20に既にインストール済みのプログラムや、対象装置20で稼働中のOS(Operating System)の種類(バージョンを含む)によって、操作の手順は変化することが考えられる。
 そこで、マニュアルが対象装置20の状態に合ったものであれば、ユーザU2は、実行すべき操作を容易に把握することができる。例えば、対象装置20にインストール済みのプログラムをインストールする操作や、対象装置20で稼働中でないOSでのみ必要な操作は、マニュアルに記載されていない方が、対象装置20を操作する際には分かりやすいと考えられる。
 第1の実施形態の生成装置10は、対象装置20の状態に合わせて、マニュアルの目次を分かりやすく生成する。以下、第1の実施形態の生成装置10の構成及び処理を詳細に説明する。
[第1の実施形態の構成]
 図2は、第1の実施形態に係る生成装置の構成例を示す図である。図2に示すように、生成装置10は、Pad図編集部101、手順書編集部102、目次カスタマイズ部103、装置状態取得部104及び目次表示部105を有する。また、生成装置10は、Pad図蓄積部151及び手順書蓄積部152を有する。
 Pad図編集部101は、ユーザの操作等に応じてPad図100aを編集する。例えば、Pad図編集部101は、ユーザU1の操作を受け付ける。また、Pad図編集部101は、Pad図蓄積部151に保存されたPad図100aを編集し、編集済みのPad図100aをPad図蓄積部151に再度保存することができる。
 手順書蓄積部152は、ユーザの操作等に応じてマニュアルを編集する。例えば、手順書蓄積部152は、ユーザU1の操作を受け付ける。また、手順書蓄積部152は、手順書蓄積部152に保存されたマニュアルを編集し、編集済みのマニュアルを手順書蓄積部152に再度保存することができる。なお、手順書蓄積部152のマニュアルの目次は、目次カスタマイズ部103によって生成されたものであってもよい。
 目次カスタマイズ部103は、Pad図100a及び装置状態取得部104によって取得された対象装置20の状態を基に、マニュアルの目次100bを生成する。目次表示部105は、目次カスタマイズ部103によって生成された目次100bを、ディスプレイ等の表示装置に表示させる。
 目次カスタマイズ部103が目次100bを生成する処理を説明する。ここで、Pad図100aは木構造のデータであり、先に実行する操作ほど上の要素に記述されているものとする。目次カスタマイズ部103は、各要素が対象装置20の操作の内容と操作の実行条件を含むPad図100aから、上から順に要素を抽出する。例えば、目次カスタマイズ部103は、Pad図100aから要素を抽出する。Pad図100aは木構造データであるため、実行条件においてその先の操作の内容が分岐する。そこで、以降の説明では、実行条件を分岐条件と呼ぶ場合がある。
 Pad図100aには、連接要素と選択要素(分岐要素)が含まれる。連接要素の操作は、対象装置20の状態にかかわらず実行される。一方、選択要素の操作は、対象装置20の状態に応じて実行されるか否かが決まる。
 図3は、連接要素追加処理を説明する図である。図3に示すように、連接要素の操作には、対象装置20の状態に関する分岐条件は付与されていない。連接要素については、ユーザU2により、長方形の中に書かれた操作が上から順に行われる。目次カスタマイズ部103は、連接要素に含まれる操作を目次100bに追加する。
 目次カスタマイズ部103は、抽出された要素のうち、実行条件を含む要素に対しては、対象装置20の状態を参照し、実行条件が満たされているか否かを判定することにより、操作が実行されるか否かを判別する。
 ここで、Pad図には、プログラムの処理の流れが記述される場合がある。その場合、Pad図の要素には、プログラムの処理の内容と各処理を実行する実行条件が含まれる。本実施形態では、生成装置10は、Pad図における、プログラムの処理の内容及び処理を実行する実行条件を、それぞれ対象装置20の操作の内容及び操作を実行する実行条件とみなす。例えば、目次カスタマイズ部103は、抽出された要素の処理の内容を操作の内容とみなし、抽出された要素の処理を実行する条件を実行条件とみなし、実行条件を含む要素に対しては、対象装置20の状態を参照し、実行条件が満たされているか否かを判定することにより、操作が実行されるか否かを判別する。
 図4、図5及び図6は、選択要素の追加処理を説明する図である。また、選択要素は複数の種別に分類される。ここでは、選択要素の種別を分岐A、分岐B及び分岐Cとして、種別ごとに説明を行う。
 分岐Aは、対象装置20の状態に関する1つの分岐条件が満たされる場合、又は当該分岐条件が満たされない場合のいずれかの場合に実行される操作を含む。図4に示すPad図100aの要素は、分岐Aに分類される。図4の例では、Pad図100aには、条件が成立する場合に実行する操作が記載されている。この場合、例えば、目次カスタマイズ部103は、装置状態取得部104によって取得された対象装置20の状態が条件Qに合致する場合、Pad図100aに記載された操作を目次100bに追加する。また、図4に示すように、分岐Aは、else文を含まないIf文により表現可能である。
 分岐Bは、対象装置20の状態に関する1つの分岐条件が満たされる場合、及び当該分岐条件が満たされない場合の両方の場合のそれぞれに実行される操作を含む。図5に示すPad図100aの要素は、分岐Bに分類される。図5の例では、Pad図100aには、条件が成立する場合に実行する操作と条件が成立しない場合に実行する操作が記載されている。この場合、例えば、目次カスタマイズ部103は、装置状態取得部104によって取得された対象装置20の状態が条件Qに合致する場合、Pad図100aに記載された、条件が成立する場合に実行する操作を目次100bに追加する。一方、目次カスタマイズ部103は、装置状態取得部104によって取得された対象装置20の状態が条件Qに合致しない場合、Pad図100aに記載された、条件が成立しない場合に実行する操作を目次100bに追加する。また、図5に示すように、分岐Bは、If-else文により表現可能である。
 分岐Cは、対象装置20の状態に関する複数の分岐条件が満たされる場合のそれぞれに実行される操作を含む。図6に示すPad図100aの要素は、分岐Cに分類される。図6の例では、Pad図100aには、複数の条件が成立する場合のそれぞれにおいて実行する操作が記載されている。この場合、例えば、目次カスタマイズ部103は、装置状態取得部104によって取得された対象装置20の状態が条件Qのうち、Case1、Case2、Case3のいずれに合致するかによって、各Caseに対応する操作を目次100bに追加する。この場合、条件Qは、複数の値の集合であり、Case1、Case2、Case3が複数の値のそれぞれに対応するものであってもよい。また、図6に示すように、分岐Cは、Switch文により表現可能である。
 目次カスタマイズ部103は、実行されると判別された操作に関する情報をリストに追加する。目次カスタマイズ部103は、実行されると判別された操作に関する情報、及び対象装置20の状態にかかわらず実行される操作に関する情報を、マニュアルの目次100bに追加する。
 また、図3から図6に示した通り、連接処理と各選択処理とでは、Pad図における図形が異なる。例えば、図3に示すように、連接処理は長方形で表される。一方、図4に示すように、分岐Aは、凹角を持つ五角形に1つの長方形が付与された図形で表される。また、図5に示すように、分岐Bは、凹角を持つ五角形に2つの長方形が付与された図形で表される。また、図6に示すように、分岐Cは、凹角を持つ七角形に3つ以上の長方形が付与された図形で表される。一般化すると、分岐Cは、凹角を持つn角形(n>7)に、n-4個の長方形が付与された図形で表される。目次カスタマイズ部103は、図形の形状を基に、要素が連接要素であるか各選択要素であるかを判別することができる。
 また、例えば、目次カスタマイズ部103は、Pad図の条件の先の分岐の数が1つであれば分岐Aと判別し、分岐の数が2つであれば分岐Bと判別し、分岐の数が3つ以上であれば分岐Cと判別してもよい。
 例えば、目次カスタマイズ部103は、全ての連接要素の操作と、実行すると判別された選択要素の操作を、Pad図における順序を維持して目次100bに追加する。一方、目次カスタマイズ部103は、実行すると判別されなかった選択要素の操作を目次100bに追加しない。
 図7は、目次の一例を示す図である。図7に示すように、「1.××××」及び「3.××××」はいずれも連接要素の操作なので目次100bに追加されている。一方、「2.×××」は分岐Cに分類される選択要素であり、Case1の操作のみが目次100bに追加され、Case2以降の操作は目次100bに追加されていない。
 図8は、Pad図の一例を示す図である。図8の例では、「3.端末の申請」、「4.インストール方法」、「5.終了方法」は連接要素である。ただし、「4.インストール方法」は、その下にさらに選択要素を含む要素を有する。
 選択要素である「4.2.1.NET Framework3.5 インストール状況確認 インストールされていない ことの確認」について、装置状態取得部104は、対象装置20に「NET Framework3.5」というプログラムがインストール済みであるか否かを取得する。そして、対象装置20に「NET Framework3.5」というプログラムがインストール済みでない場合、目次カスタマイズ部103は、「4.2.2ダウンロードファイルの展開と実行」という操作を目次100bに追加する。
 このように、目次カスタマイズ部103は、対象装置20に所定のプログラムがインストールされているか否かを参照し、対象装置20に所定のプログラムがインストールされていない場合、所定のプログラムをインストールする操作が実行されると判別する。
 また、選択要素である「証明書インストール手順 4.3WindowsOS 4.4MacOS」(Windowsは登録商標)について、装置状態取得部104は、対象装置20で稼働してるOSの種類を取得する。そして、対象装置20で稼働中のOSが「WindowsOS」であれば、目次カスタマイズ部103は、「4.3.1証明書インストール用APダウンロード」、「4.3.2証明書インストール」、「4.3.3証明書インストール後の確認手順」という操作を目次100bに追加する。一方、対象装置20で稼働中のOSが「MacOS」であれば、目次カスタマイズ部103は、「4.4.1証明書インストール用APダウンロード」、「4.4.2証明書インストール」、「4.4.3証明書インストール後の確認手順」、「4.4.4事後作業」という操作を目次100bに追加する。
 例えば、図8の例で、NET Framework3.5がインストール済みでない場合、「4.2.1.NET Framework3.5 インストール状況確認 インストールされていない ことの確認」は、満たされると判定された実行条件に相当する。また、「4.2.2ダウンロードファイルの展開と実行」は、実行条件の下位の要素の操作に相当する。また、例えば、操作に関する情報は、Pad図に記載された各要素の実行条件又は操作を示すテキストである。
 図9は、目次への追加処理の一例を示す図である。図9のように、目次カスタマイズ部103は、対象装置20で稼働しているOSの種類を参照し、対象装置20で稼働しているOSの種類ごとにあらかじめ決められた操作が実行されると判別する。図9の例では、対象装置20で稼働中のOSがWindows7に対応した操作が目次100bに追加される。
[第1の実施形態の処理]
 図10は、第1の実施形態に係る生成装置の処理の流れを示すフローチャートである。図10に示すように、目次カスタマイズ部103は、Pad図の入力を受け付ける(ステップS101)。
 目次カスタマイズ部103は、Pad図に未抽出の要素がある場合(ステップS102、Yes)、Pad図から順に要素を抽出する(ステップS103)。例えば、目次カスタマイズ部103は、Pad図の上から順に要素を抽出する。
 そして、目次カスタマイズ部103は、Pad図の木構造に従って抽出した要素に項番を付与する(ステップS104)。ここで、目次カスタマイズ部103は、抽出した要素の処理種別を判定する(ステップS105)。処理種別が連接である場合(ステップS105、連接)、目次カスタマイズ部103は、目次に連接要素を追加する(ステップS106)。
 処理種別が分岐Aである場合(ステップS105、分岐A)、装置状態取得部104は、対象装置20の状態を取得する(ステップS107)。そして、目次カスタマイズ部103は、取得された対象装置20の状態に応じて選択要素を目次100bに追加する(ステップS108)。
 同様に、処理種別が分岐Bである場合(ステップS105、分岐B)、装置状態取得部104は、対象装置20の状態を取得する(ステップS109)。そして、目次カスタマイズ部103は、取得された対象装置20の状態に応じて選択要素を目次100bに追加する(ステップS110)。
 同様に、処理種別が分岐Cである場合(ステップS105、分岐C)、装置状態取得部104は、対象装置20の状態を取得する(ステップS111)。そして、目次カスタマイズ部103は、取得された対象装置20の状態に応じて選択要素を目次100bに追加する(ステップS112)。
 ステップS106、S108、S110又はS112を実行した後、目次カスタマイズ部103は、ステップS102に戻る。また、ステップS102で、Pad図に未抽出の要素がなくなった場合(ステップS102、No)、目次表示部105は、目次100bを出力する(ステップS113)。
[第1の実施形態の効果]
 これまで説明してきたように、目次カスタマイズ部103は、各要素が対象装置20の操作の内容と操作の実行条件を含む木構造のデータから、上から順に要素を抽出する。目次カスタマイズ部103は、抽出された要素のうち、実行条件を含む要素に対しては、対象装置20の状態を参照し、実行条件が満たされているか否かを判定することにより、操作が実行されるか否かを判別する。目次カスタマイズ部103は、実行されると判別された操作に関する情報をリストに追加する。このように、生成装置10は、マニュアルの目次をPad図から自動的に生成する。また、生成装置10は、選択要素についても、対象装置の状態に応じた操作のみを目次に追加することができる。このため、本実施形態によれば、マニュアルの目次を分かりやすく作成することができる。
 目次カスタマイズ部103は、処理の内容と処理を実行する条件を要素に持つPad図から要素を抽出する。目次カスタマイズ部103は、抽出された要素の処理の内容を操作の内容とみなし、抽出された要素の処理を実行する条件を実行条件とみなし、実行条件を含む要素に対しては、対象装置20の状態を参照し、実行条件が満たされているか否かを判定することにより、操作が実行されるか否かを判別する。目次カスタマイズ部103は、満たされると判定された実行条件、及び実行条件の下位の要素の操作に関する情報、及び対象装置20の状態にかかわらず実行される操作に関する情報を、マニュアルの目次に追加する。これにより、分岐条件を満たさないことにより実際には実行されない操作は目次に追加されない。このため、本実施形態によれば、オペレータは、実行すべき操作を取捨選択することなく、目次に示されている操作を実行すればよいので、作業の効率が向上する。
 目次カスタマイズ部103は、抽出された要素のうち、対象装置20の状態に関する1つの分岐条件が満たされる場合、又は当該分岐条件が満たされない場合のいずれかの場合に実行される操作を含む第1の種別の要素と、対象装置20の状態に関する1つの分岐条件が満たされる場合、及び当該分岐条件が満たされない場合の両方の場合のそれぞれに実行される操作を含む第2の種別の要素と、対象装置20の状態に関する複数の分岐条件が満たされる場合のそれぞれに実行される操作とを含む第3の種別の要素と、について、実行される操作を判別する。このように、生成装置10は、複数の種類の選択要素を区別することができる。これにより、本実施形態によれば、実行すべき操作を正確に判別することができる。
 目次カスタマイズ部103は、対象装置20に所定のプログラムがインストールされているか否かを参照し、対象装置20に所定のプログラムがインストールされていない場合、所定のプログラムをインストールする操作が実行されると判別する。例えば、所定のプログラムがインストール済みであれば、当該プログラムをインストールする操作は不要であり、マニュアルの目次にも掲載されている必要はない。このため、本実施形態によれば、無駄な操作を目次から省略し、作業の効率を向上させることができる。
 目次カスタマイズ部103は、対象装置20で稼働しているOSの種類を参照し、対象装置20で稼働しているOSの種類ごとにあらかじめ決められた操作が実行されると判別する。例えば、稼働中のOSで実行不要な操作は、マニュアルの目次に掲載されている必要はない。このため、本実施形態によれば、無駄な操作を目次から省略し、作業の効率を向上させることができる。
[システム構成等]
 また、図示した各装置の各構成要素は機能概念的なものであり、必ずしも物理的に図示のように構成されていることを要しない。すなわち、各装置の分散及び統合の具体的形態は図示のものに限られず、その全部又は一部を、各種の負荷や使用状況等に応じて、任意の単位で機能的又は物理的に分散又は統合して構成することができる。さらに、各装置にて行われる各処理機能は、その全部又は任意の一部が、CPU及び当該CPUにて解析実行されるプログラムにて実現され、あるいは、ワイヤードロジックによるハードウェアとして実現され得る。
 また、本実施形態において説明した各処理のうち、自動的に行われるものとして説明した処理の全部又は一部を手動的に行うこともでき、あるいは、手動的に行われるものとして説明した処理の全部又は一部を公知の方法で自動的に行うこともできる。この他、上記文書中や図面中で示した処理手順、制御手順、具体的名称、各種のデータやパラメータを含む情報については、特記する場合を除いて任意に変更することができる。
[プログラム]
 一実施形態として、生成装置10は、パッケージソフトウェアやオンラインソフトウェアとして上記の管理処理を実行する生成プログラムを所望のコンピュータにインストールさせることによって実装できる。例えば、上記の生成プログラムを情報処理装置に実行させることにより、情報処理装置を生成装置10として機能させることができる。ここで言う情報処理装置には、デスクトップ型又はノート型のパーソナルコンピュータが含まれる。また、その他にも、情報処理装置にはスマートフォン、携帯電話機やPHS(Personal Handyphone System)等の移動体通信端末、さらには、PDA(Personal Digital Assistant)等のスレート端末等がその範疇に含まれる。
 また、生成装置10は、ユーザが使用する端末装置をクライアントとし、当該クライアントに上記の処理に関するサービスを提供するサーバとして実装することもできる。例えば、サーバは、Pad図を入力とし、マニュアルの目次を出力とする生成サービスを提供するサーバとして実装される。この場合、サーバは、Webサーバとして実装することとしてもよいし、アウトソーシングによって上記の管理処理に関するサービスを提供するクラウドとして実装することとしてもかまわない。
 図11は、生成プログラムを実行するコンピュータの一例を示す図である。コンピュータ1000は、例えば、メモリ1010、CPU1020を有する。また、コンピュータ1000は、ハードディスクドライブインタフェース1030、ディスクドライブインタフェース1040、シリアルポートインタフェース1050、ビデオアダプタ1060、ネットワークインタフェース1070を有する。これらの各部は、バス1080によって接続される。
 メモリ1010は、ROM(Read Only Memory)1011及びRAM1012を含む。ROM1011は、例えば、BIOS(BASIC Input Output System)等のブートプログラムを記憶する。ハードディスクドライブインタフェース1030は、ハードディスクドライブ1090に接続される。ディスクドライブインタフェース1040は、ディスクドライブ1100に接続される。例えば磁気ディスクや光ディスク等の着脱可能な記憶媒体が、ディスクドライブ1100に挿入される。シリアルポートインタフェース1050は、例えばマウス1110、キーボード1120に接続される。ビデオアダプタ1060は、例えばディスプレイ1130に接続される。
 ハードディスクドライブ1090は、例えば、OS1091、アプリケーションプログラム1092、プログラムモジュール1093、プログラムデータ1094を記憶する。すなわち、生成装置10の各処理を規定するプログラムは、コンピュータにより実行可能なコードが記述されたプログラムモジュール1093として実装される。プログラムモジュール1093は、例えばハードディスクドライブ1090に記憶される。例えば、生成装置10における機能構成と同様の処理を実行するためのプログラムモジュール1093が、ハードディスクドライブ1090に記憶される。なお、ハードディスクドライブ1090は、SSDにより代替されてもよい。
 また、上述した実施形態の処理で用いられる設定データは、プログラムデータ1094として、例えばメモリ1010やハードディスクドライブ1090に記憶される。そして、CPU1020は、メモリ1010やハードディスクドライブ1090に記憶されたプログラムモジュール1093やプログラムデータ1094を必要に応じてRAM1012に読み出して、上述した実施形態の処理を実行する。
 なお、プログラムモジュール1093やプログラムデータ1094は、ハードディスクドライブ1090に記憶される場合に限らず、例えば着脱可能な記憶媒体に記憶され、ディスクドライブ1100等を介してCPU1020によって読み出されてもよい。あるいは、プログラムモジュール1093及びプログラムデータ1094は、ネットワーク(LAN(Local Area Network)、WAN(Wide Area Network)等)を介して接続された他のコンピュータに記憶されてもよい。そして、プログラムモジュール1093及びプログラムデータ1094は、他のコンピュータから、ネットワークインタフェース1070を介してCPU1020によって読み出されてもよい。
 U1、U2 ユーザ
 10 生成装置
 20 対象装置
 100a Pad図
 100b 目次
 101 Pad図編集部
 102 手順書編集部
 103 目次カスタマイズ部
 104 装置状態取得部
 105 目次表示部
 151 Pad図蓄積部
 152 手順書蓄積部

Claims (7)

  1.  対象装置の操作の内容と前記操作の実行条件を含む木構造のデータから、上から順に要素を抽出する抽出部と、
     前記抽出部によって抽出された要素のうち、前記実行条件を含む要素に対しては、前記対象装置の状態を参照し、前記実行条件が満たされているか否かを判定することにより、前記操作が実行されるか否かを判別する判別部と、
     前記判別部によって実行されると判別された操作に関する情報をリストに追加する追加部と、
     を有することを特徴とする生成装置。
  2.  前記抽出部は、処理の内容と処理を実行する条件を要素に持つPad(Problem Analysis Diagram)図から要素を抽出し、
     前記判別部は、前記抽出部によって抽出された要素の処理の内容を前記操作の内容とみなし、前記抽出部によって抽出された要素の処理を実行する条件を前記実行条件とみなし、前記実行条件を含む要素に対しては、前記対象装置の状態を参照し、前記実行条件が満たされているか否かを判定することにより、前記操作が実行されるか否かを判別し、
     前記追加部は、前記判別部によって満たされると判定された実行条件、及び前記実行条件の下位の要素の操作に関する情報、及び前記対象装置の状態にかかわらず実行される操作に関する情報を、マニュアルの目次に追加することを特徴とする請求項1に記載の生成装置。
  3.  前記判別部は、前記抽出部によって抽出された要素のうち、
     前記対象装置の状態に関する1つの実行条件が満たされる場合、又は当該実行条件が満たされない場合のいずれかの場合に実行される操作を含む第1の種別の要素と、
     前記対象装置の状態に関する1つの実行条件が満たされる場合、及び当該実行条件が満たされない場合の両方の場合のそれぞれに実行される操作を含む第2の種別の要素と、
     前記対象装置の状態に関する複数の実行条件が満たされる場合のそれぞれに実行される操作とを含む第3の種別の要素と、
     について、実行される操作を判別することを特徴とする請求項2に記載の生成装置。
  4.  前記判別部は、前記対象装置に所定のプログラムがインストールされているか否かを参照し、前記対象装置に前記所定のプログラムがインストールされていない場合、前記所定のプログラムをインストールする操作が実行されると判別することを特徴とする請求項1から3のいずれか1項に記載の生成装置。
  5.  前記判別部は、前記対象装置で稼働しているOS(Operating System)の種類を参照し、前記対象装置で稼働しているOSの種類ごとにあらかじめ決められた操作が実行されると判別することを特徴とする請求項1から4のいずれか1項に記載の生成装置。
  6.  生成装置によって実行される生成方法であって、
     対象装置の操作の内容と前記操作の実行条件を含む木構造のデータから、上から順に要素を抽出する抽出工程と、
     前記抽出工程において抽出された要素のうち、前記実行条件を含む要素に対しては、前記対象装置の状態を参照し、前記実行条件が満たされているか否かを判定することにより、前記操作が実行されるか否かを判別する判別工程と、
     前記判別工程において実行されると判別された操作に関する情報をリストに追加する追加工程と、
     を含むことを特徴とする生成方法。
  7.  コンピュータを、請求項1から5のいずれか1項に記載の生成装置として機能させるための生成プログラム。
PCT/JP2020/024919 2020-06-24 2020-06-24 生成装置、生成方法及び生成プログラム WO2021260866A1 (ja)

Priority Applications (3)

Application Number Priority Date Filing Date Title
US18/012,080 US20230244851A1 (en) 2020-06-24 2020-06-24 Generation apparatus, generation method, and generation program
PCT/JP2020/024919 WO2021260866A1 (ja) 2020-06-24 2020-06-24 生成装置、生成方法及び生成プログラム
JP2022531337A JPWO2021260866A1 (ja) 2020-06-24 2020-06-24

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2020/024919 WO2021260866A1 (ja) 2020-06-24 2020-06-24 生成装置、生成方法及び生成プログラム

Publications (1)

Publication Number Publication Date
WO2021260866A1 true WO2021260866A1 (ja) 2021-12-30

Family

ID=79282096

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2020/024919 WO2021260866A1 (ja) 2020-06-24 2020-06-24 生成装置、生成方法及び生成プログラム

Country Status (3)

Country Link
US (1) US20230244851A1 (ja)
JP (1) JPWO2021260866A1 (ja)
WO (1) WO2021260866A1 (ja)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023238355A1 (ja) * 2022-06-09 2023-12-14 日本電信電話株式会社 条件分岐判定システム、条件分岐判定方法及び条件分岐判定プログラム

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013073471A (ja) * 2011-09-28 2013-04-22 Fujitsu Ltd 説明書作成装置およびプログラム
JP2015207059A (ja) * 2014-04-17 2015-11-19 富士通株式会社 手順作成プログラム、手順作成方法及び手順作成装置
JP2019211941A (ja) * 2018-06-04 2019-12-12 富士通株式会社 マニュアル処理装置、マニュアル処理方法、およびマニュアル処理プログラム

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5038316A (en) * 1988-08-22 1991-08-06 James D. Hempleman Method for generating user documentation for an application program by executing commands associated with different aspects of the application program in response to analysis of the application program
US9047168B2 (en) * 2009-05-14 2015-06-02 National Instruments Corporation Automatically generating documentation for a diagram including a plurality of states and transitions
US10296445B2 (en) * 2015-09-13 2019-05-21 Ca, Inc. Automated system documentation generation
US20180067836A1 (en) * 2016-09-06 2018-03-08 Jacob Harris Apkon Techniques for automatically generating documentation for computer programs

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013073471A (ja) * 2011-09-28 2013-04-22 Fujitsu Ltd 説明書作成装置およびプログラム
JP2015207059A (ja) * 2014-04-17 2015-11-19 富士通株式会社 手順作成プログラム、手順作成方法及び手順作成装置
JP2019211941A (ja) * 2018-06-04 2019-12-12 富士通株式会社 マニュアル処理装置、マニュアル処理方法、およびマニュアル処理プログラム

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023238355A1 (ja) * 2022-06-09 2023-12-14 日本電信電話株式会社 条件分岐判定システム、条件分岐判定方法及び条件分岐判定プログラム

Also Published As

Publication number Publication date
US20230244851A1 (en) 2023-08-03
JPWO2021260866A1 (ja) 2021-12-30

Similar Documents

Publication Publication Date Title
US11301287B2 (en) Pattern-based orchestration of cloud provisioning tasks at runtime
US10860339B2 (en) Autonomous creation of new microservices and modification of existing microservices
US10031735B2 (en) Secure deployment of applications in a cloud computing platform
US20180101371A1 (en) Deployment manager
US20240045850A1 (en) Systems and methods for database orientation transformation
US20150271014A1 (en) Automatic configuration of new components by infrastructure management software
US20140013092A1 (en) Software execution using multiple initialization modes
JP6045134B2 (ja) アプリケーション性能試験のための並列作業負荷シミュレーション
GB2407893A (en) Software development for a wireless mobile device
CN111026723B (zh) 大数据集群管理控制方法、装置、计算机设备及存储介质
CN110704749B (zh) 推荐引擎定制系统、推荐方法及推荐系统、电子设备
US20080141243A1 (en) System and method for generating a distributable software package
KR102397494B1 (ko) 로우(Low) 코드 웹 개발 및 운영 시스템 및 이를 이용한 서비스 방법
WO2021260866A1 (ja) 生成装置、生成方法及び生成プログラム
JP6002302B2 (ja) Webアプリケーション生成システム、Webアプリケーション生成システムの制御方法、Webアプリケーション生成システムのプログラム、Webアプリケーション生成装置、Webアプリケーション生成装置の制御方法、およびWebアプリケーション生成装置のプログラム
US11314530B2 (en) User-based extension setting devices, methods, and programs
JP2020173570A (ja) 解析装置、解析方法、及びプログラム
CN113064698A (zh) 提供产品环境的方法及相应的装置、系统、设备和介质
CN110971665A (zh) 一种对接多类型存储的管理方法、系统、设备及存储介质
CN110795207B (zh) 一种虚拟容器最小资源单位互信配置方法及装置
US9342215B2 (en) Automatic environment restoration for a particular artwork
WO2022259497A1 (ja) シナリオ設定装置、シナリオ設定方法及びシナリオ設定プログラム
JP7328922B2 (ja) 設定装置、設定方法、及びプログラム
WO2022176032A1 (ja) コンフィグ投入装置、コンフィグ投入方法、および、コンフィグ投入プログラム
CN115145555A (zh) 数据处理方法和装置

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: 20941860

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2022531337

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20941860

Country of ref document: EP

Kind code of ref document: A1