WO2006033159A1 - 業務モデル図作成支援プログラム、方法、 及び装置 - Google Patents

業務モデル図作成支援プログラム、方法、 及び装置 Download PDF

Info

Publication number
WO2006033159A1
WO2006033159A1 PCT/JP2004/013942 JP2004013942W WO2006033159A1 WO 2006033159 A1 WO2006033159 A1 WO 2006033159A1 JP 2004013942 W JP2004013942 W JP 2004013942W WO 2006033159 A1 WO2006033159 A1 WO 2006033159A1
Authority
WO
WIPO (PCT)
Prior art keywords
verification
rail
business model
diagram
business
Prior art date
Application number
PCT/JP2004/013942
Other languages
English (en)
French (fr)
Inventor
Kyoko Ohashi
Junji Inomata
Kouji Yamamoto
Rieko Yamamoto
Original Assignee
Fujitsu Limited
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 Fujitsu Limited filed Critical Fujitsu Limited
Priority to JP2006536290A priority Critical patent/JP4667386B2/ja
Priority to PCT/JP2004/013942 priority patent/WO2006033159A1/ja
Publication of WO2006033159A1 publication Critical patent/WO2006033159A1/ja
Priority to US11/726,384 priority patent/US20070214173A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling

Definitions

  • the present invention relates to a business model diagram creation support program, a business model diagram creation support method, and a business model diagram creation support device for verifying the validity of a created diagram when a business model is represented by a diagram, and in particular, a verification result
  • the present invention relates to a business model diagram creation support program, a business model diagram creation support method, and a business model diagram creation support device.
  • a business model diagram is created to model customer requirements.
  • the business model diagram is composed of a business flow diagram and a data structure diagram.
  • the business flow diagram is a graphic and text representation of the work procedures that occur and the information that should be passed between the work.
  • the data structure diagram is a diagram showing a relationship between data.
  • the creation of a business model diagram may be performed by using general-purpose drawing software or by using dedicated software for drawing a special diagram such as a business model diagram.
  • general-purpose drawing software or by using dedicated software for drawing a special diagram such as a business model diagram.
  • dedicated software for drawing a special diagram such as a business model diagram.
  • the branch condition may not be entered even though there is a diagram showing the conditional branch in the business flow.
  • the dedicated software is called a modeling editor, and is a dedicated editor for creating models such as business model diagrams.
  • the dedicated software is a function that retains the model structure information in the software only by editing functions that use formats such as business flow diagrams and data structure diagrams.
  • the model structure is represented in a tree structure and edited in the tree structure. It has a function.
  • the modeling editor analyzes the created business model diagram in order to represent the model structure in a tree structure. At that time, if the transition is correctly connected to the business process and there is an error such as V, NA, etc., the business model cannot be analyzed. Therefore, some modeling editors have a function to verify the correctness of the model.
  • Patent Document 1 Japanese Patent Laid-Open No. 2002-133051 (FIG. 8)
  • the conventional dedicated software only displays the occurrence of a verification error, and there is a problem that the location where the error occurs is not easily divided.
  • model structure information may not be named by the user.
  • the model components that appear in the workflow diagram are used for transitions, judgments, parallel branches, etc. Does not name it.
  • Many transitions and decision condition branches often appear in one business flow. Therefore, when a verification error related to transition or decision condition branching occurs, it is difficult for the user to visually find out which of the many verification errors occurred.
  • the identifier of the model element or diagram element in which the verification error has occurred is shown to the user, but it is difficult to identify the figure corresponding to the identifier from the workflow diagram. .
  • the present invention has been made in view of these points, and it is possible to verify a business model created by general-purpose drawing software and to create a business model diagram that can notify a business model creator of the location of a defect.
  • An object is to provide a support program, a business model diagram creation support method, and a business model diagram creation support device.
  • the present invention provides a business model diagram creation support program for realizing the functions shown in FIG. 1 on a computer.
  • This business model diagram creation support program is intended to support the creation of business model diagram 1 that represents the structure of a user's business model, and implements the following functions.
  • the model structure analysis means 3 analyzes the business model diagram 1 having figures and lines as constituent elements, determines the types of the constituent elements constituting the business model diagram 1, and indicates the relationship between the constituent elements. Generate a model structure.
  • Verification means 4 is a verification target element 1 at least part of the constituent elements. Select as a and extract the test iE / rail corresponding to the type of the selected verification target element la from the test IE / rail in which the conditions to be satisfied by the components of the business model diagram 1 are set in advance. Verify whether the verification target element la is compatible with the extracted check IE / rail.
  • the verification result display means 5 displays the position to be operated in order to eliminate the nonconformity of the verification target element la to the inspection SE / rail when the verification means 4 determines that it is nonconforming.
  • the model structure analysis means 3 analyzes the business model diagram 1, and the types of components constituting the business model diagram 1 are analyzed. And a model structure showing the relationship between the components is generated. Next, at least a part of the component is selected as the verification target element la by the verification means 4, and the conditions to be satisfied by the component of the business model diagram 1 are selected from the verification SE / rails set in advance. The verification iE / rail corresponding to the type of the verification target element la is extracted, and it is verified whether the selected verification target element la is compatible with the extracted verification IE / rail. If the verification unit 4 determines that the test is not compliant, the verification result display unit 5 displays the position to be operated to eliminate the non-conformity of the verification target element la to the test iE / rail.
  • the type of each component constituting the business model diagram 1 is determined, and verification is performed by the inspection iE / rail corresponding to the type. If it is determined as non-conforming, the non-conformance is resolved. The position that should be operated is displayed. As a result, the user can easily correct defects in the business model created with general-purpose drawing software.
  • FIG. 1 is a conceptual diagram of an invention applied to an embodiment.
  • FIG. 2 is a diagram illustrating a hardware configuration example of a computer used in the present embodiment.
  • FIG. 3 is a functional block diagram of the first embodiment.
  • FIG. 8 is a diagram showing an example of a model structure display screen.
  • FIG. 9 UML class diagram showing a part of model structure definition.
  • FIG. 10 is a diagram showing an example of model structure information.
  • FIG. 11 A diagram showing an example of inspection SE / rail coping information.
  • FIG. 12 is a sequence diagram showing a procedure of a business model verification process according to the first embodiment.
  • FIG. 13 is a diagram showing an example of a verification result list.
  • FIG. 14 is a sequence diagram showing a procedure for displaying a verification error location on the model structure display screen.
  • FIG. 15 is a diagram showing an example of a screen showing a verification result of the first exemplary embodiment.
  • FIG. 16 is a functional block diagram of the second embodiment.
  • FIG. 17 is a diagram showing an example of inspection SE / rail handling information according to the second embodiment.
  • FIG. 18 is a sequence diagram showing a procedure for displaying verification error locations on the business flow display section.
  • FIG. 19 is a diagram showing an example of a screen showing a verification result of the second embodiment.
  • FIG. 20 is a functional block diagram of the third embodiment.
  • ⁇ 21 It is a sequence diagram showing the procedure of the business model verification process according to the third embodiment.
  • FIG. 22 is a functional block diagram of the fourth embodiment.
  • FIG. 23 is a diagram showing an example of diagram information.
  • FIG. 24 is a sequence diagram showing a procedure of a business model verification process according to the fourth embodiment.
  • FIG. 25 is a functional block diagram of the fifth embodiment.
  • FIG. 26 is a diagram showing an example of the data structure of test SE / rail and coping information.
  • FIG. 27 is a diagram showing an example of a verification result list to which a time stamp is assigned.
  • FIG. 28 is a diagram showing a first example of a progress status display screen.
  • FIG. 29 is a diagram showing a second example of the progress status display screen.
  • FIG. 30 is a diagram showing a third example of the progress status display screen.
  • FIG. 31 is a functional block diagram of a sixth embodiment.
  • FIG. 32 is a diagram showing an example of test iE / rail • measure information with verification timing set.
  • FIG. 33 is a diagram showing an example of an iE / rail to be arbitrarily set.
  • FIG.34 This is a diagram showing an example of test / rail action information in which model patterns before and after the action are registered.
  • FIG. 1 is a conceptual diagram of the invention applied to the embodiment.
  • the present invention has coping information 2, model structure analysis means 3, verification means 4, and verification result display means 5 to support the creation of a business model diagram 1 representing the structure of the user's business model. ing.
  • the model structure analysis means 3 analyzes a business model diagram 1 having figures and lines as constituent elements. Then, the model structure analysis means 3 determines the type of each constituent element constituting the business model diagram 1 and generates a model structure indicating the relationship between the constituent elements. For example, the correspondence between the figures that make up the business model Figure 1 and the types of elements in the model structure should be defined in advance. Then, the model structure analysis means 3 determines the type of each component in the business model diagram 1 based on the defined correspondence.
  • the verification unit 4 selects at least a part of the constituent elements as the verification target element la.
  • the verification means 4 uses a component arbitrarily designated by the user as the verification target element la.
  • the verification means 4 selects the verification iE / relevant corresponding to the type of the verification target element la from the verification iE / rails in which conditions to be satisfied by the components of the business model diagram 1 are set in advance. Extract the tool. For example, if the type of the verification target element la is “start”, the test SE / rail related to the start is extracted. Then, the verification means 4 verifies whether or not the selected verification target element la is compatible with the extracted inspection SE / rail.
  • the verification result display means 5 is determined to be nonconforming (verification error) compared to the verification means 4, the position to be operated in order to eliminate the nonconformity of the verification target element la to the inspection iE / rail. Is displayed. For example, a graphic 6 indicating the defect position is displayed at the location where an error occurs on the business model diagram 1. At this time, the location of the error can be specified by the identifier of the verification target element.
  • the verification result display means 5 refers to the countermeasure information 2 and displays an error message 7 and countermeasure 8 corresponding to the detected SE / rail determined to be nonconforming.
  • the model structure analysis means 3 analyzes the business model diagram 1 and classifies each component constituting the business model diagram 1 And a model structure showing the relationship between the components is generated.
  • the verification means 4 extracts the verification SE / rail corresponding to the type of the selected verification target element la from the verification iE / rail in which the conditions to be satisfied by the components of the business model diagram 1 are set in advance. . Then, the verification means 4 verifies whether or not the selected verification target element la is compatible with the extracted inspection SE / rail.
  • the verification result display means 5 should be operated to eliminate the nonconformity of the verification target element la to the inspection iE / rail (error occurrence location).
  • Figure 6, indicating error message 7, and action 8 are displayed.
  • the verification target element la means “start” on the model structure.
  • the inspection SE / rail that “there is one or more transitions from the beginning” is applied.
  • the line representing the transition of the verification target element la is not connected to the verification target element la. Therefore, a verification error is detected based on the applied inspection SE / rail.
  • a cross-shaped figure 6 is displayed on the verification target element la, and an error message 7 and countermeasure 8 are displayed.
  • the location where the error occurred can be displayed on the business model diagram 1 or on the tree structure showing the model structure. It is also possible to specify in advance for each test tE / rail which figure is displayed. If an error occurrence location is displayed on the tree structure indicating the model structure, elements that do not appear on the business model diagram 1 are error occurrence locations, such as information indicating the transition of the business flow diagram and the relationship of the data structure diagram. However, the elements to be corrected can be displayed in an easy-to-understand manner.
  • the verification process can be automatically executed at a preset timing. For example, verification can be performed when saving a file that stores a business model or when closing a file. For example, even if the business model diagram 1 is being edited, it is possible to perform sequential processing on important tE / rails. This allows for immediate correction when a very important error occurs, even during editing.
  • a verification SE / rail where conflicting scenes often occur during editing can prevent the error message from being displayed excessively by performing verification processing when closing the file. As a result, the editing efficiency of the business model creator can be improved.
  • the severity of errors can be set for each inspection SE / rail, and when a verification error occurs, the severity can be displayed along with an error message. For example, due to the difference in the severity of verification errors that have occurred, the user needs to check the force that is serious and must be corrected. You can know the key.
  • inspection SE / rail it is possible to register the inspection SE / rail by the operation input from the user.
  • a plurality of inspection SE / rails can be registered in advance, and only the verification rule selected by the user can be used for the verification process. This allows, for example, the test SE / rail to be dynamically and easily recombined for each project.
  • the business model diagram 1 can be modified based on the revised plan.
  • the business model revision proposal is shown, and when the revision proposal is accepted, it is actually revised, thereby reducing the burden of modification on the user.
  • FIG. 2 is a diagram illustrating a hardware configuration example of a computer used in this embodiment.
  • the entire computer 100 is controlled by a CPU (Central Processing Unit) 101.
  • a random access memory (RAM) 102, a hard disk drive (HDD) 103, a graphics processing device 104, an input interface 105, and a communication interface 106 are connected to the CPU 101 via a bus 107 !,
  • the CPU 101 Central Processing Unit 101.
  • RAM random access memory
  • HDD hard disk drive
  • At least a part of an OS (Operating System) program application program to be executed by the CPU 101 is temporarily stored in the RAM 102.
  • the RAM 102 stores various data necessary for processing by the CPU 101.
  • the HDD 103 stores an OS application program.
  • a monitor 11 is connected to the graphic processing device 104.
  • the graphic processing device 104 displays an image on the screen of the monitor 11 in accordance with a command from the CPU 101.
  • a keyboard 12 and a mouse 13 are connected to the input counter face 105.
  • the input interface 105 transmits a signal sent from the keyboard 12 or mouse 13 to the CPU 101 via the bus 107.
  • the communication interface 106 is connected to the network 10.
  • the communication interface 106 transmits / receives data to / from other computers via the network 10.
  • FIG. 3 is a functional block diagram of the first embodiment.
  • the work flow diagram creation support device includes: model structure information 111, inspection SE / rail application unit 112, inspection SE / rail and coping information 113, model structure editing unit 114, verification control unit 115, verification execution unit 116, verification result It has a list 117 and a verification result display control unit 118.
  • the model structure information 111 holds the structure information of the business model diagram 200 drawn by the user.
  • the model structure information 111 represents the structure of the business model diagram 200 in a tree structure.
  • the business model diagram 200 includes a business flow diagram and a data structure diagram.
  • the inspection SE / rail application unit 112 holds a plurality of inspection SE / rails related to the elements (such as objects representing business process condition branching) constituting the business model diagram 200.
  • elements such as objects representing business process condition branching
  • iE / Rail for example, it is defined that a branch condition (a condition for transitioning to a branch destination must be set for each branch destination must be set in a conditional branch).
  • Inspection iE / Rail ⁇ Corrective action information 113 is an error message that is displayed to the user when an error occurs during verification, and information that is effective to correct the error (the corrective action). Keep associated.
  • the model structure editing unit 114 edits the model structure from the business model diagram 200 drawn by the user.
  • the identification number of the element in the business model diagram 200 corresponding to the component is associated with the component (node, etc.) of the model structure.
  • the model structure editing unit 114 accepts designation of a part to be verified (verification part) in the model structure by an operation input from the user.
  • the model structure editing unit 114 receives the user capability verification instruction, the model structure editing unit 114 passes the verification portion specification and the verification request to the verification control unit 115.
  • the verification part is designated by, for example, an identification number set for each element in the business model diagram 200.
  • the model structure editing unit 114 displays a figure representing the verification error at the location.
  • the verification control unit 115 When the verification control unit 115 receives the verification request, the verification control unit 115 passes information indicating the verification portion specified by the model structure editing unit 114 to the verification execution unit 116 and instructs verification processing of the verification target. In addition, when receiving the notification of the end of the verification process from the verification execution unit 116, the verification control unit 115 instructs the verification result display control unit 118 to display the verification result.
  • the verification execution unit 116 acquires the verification target from the model structure information 111 based on the information indicating the verification part passed from the verification control unit 115. Then, the verification execution unit 116 issues a verification SE / rail application instruction to the verification IE / rail application unit 112 to verify whether the acquired verification target conforms to the verification SE / rail. . Further, the verification execution unit 116 registers the verification result in the verification result list 117. When the verification process for the verification target is completed, the verification execution unit 116 notifies the verification control unit 115 to that effect.
  • the verification result list 117 stores the verification results output from the verification execution unit 116.
  • the verification result display control unit 118 When the verification result display control unit 118 receives the verification result display instruction from the verification control unit 115, the verification result display control unit 118 acquires the verification result from the verification result list 117, and extracts the verification result that is regarded as an error by the verification process. Further, the verification result display control unit 118 refers to the inspection / rail 'countermeasure information 113, and determines the location where the verification error occurs, the error message, and the countermeasure for the verification error. Then, the verification result display control unit 118 displays an error message and a countermeasure against the verification error as a verification result, and notifies the model structure editing unit 114 of the location where the verification error has occurred. The location of the verification error is specified by the identification number of the verified element, for example.
  • the business model diagram 200 is composed of a business flow diagram and a data structure diagram.
  • Figure 4 is a business flow diagram.
  • business processes 213a, 213b, 213c, 213d, branches 214a, 214b, and form 222 force S from start 211 to end 212 are provided.
  • Start 211, end 212, business processes 213a, 213b, 213c, 213d, and branches 214a, 214b are connected by transition lines 215a-215h.
  • the form 222 is connected to the business processes 213a and 213b by input / output lines 217a and 217b.
  • a start 211 indicates a start position of the business flow.
  • End 212 indicates the end position of the business flow.
  • Business process 213a, 213b, 213c, 213di business flow Shows the work to be performed.
  • Branches 214a and 214b indicate branching of the work procedure by the conditional branch.
  • Transition lines 215a to 215h indicate transition relationships between business processes. Transition lines 215a to 215h indicate a transition source and a transition destination by arrows. The transition lines 215d and 215e having the branch 214 as a transition source are set with conditions for causing the corresponding transition.
  • the input / output lines 217a and 217b indicate data output of business process power and data input to the business process by arrows. Specifically, the input / output line 217a indicates that the form indicated by the form 222 is output when the work indicated by the work process 213a is performed. Further, the input / output line 217b indicates that the input is made to the business process indicated by the form power business process 213b indicated by the form 222.
  • FIG. 5 is a data structure diagram.
  • a document 221, a form 222, 223, and a screen 225 represent data included in the business model. Then, it is shown by the relational force line 224 of the document 221 and the forms 222 and 223f3 ⁇ 4!
  • the business model diagram 200 including the business flow diagram 210 shown in FIG. 4 and the data structure diagram 220 shown in FIG. 5 can be edited by the model structure editing unit 114.
  • the model structure editor 11 4 displays the model structure on the screen as a tree structure.
  • the model structure editing unit 114 When the business model diagram 200 having the contents as shown in FIGS. 4 and 5 is input to the model structure editing unit 114, the model structure is analyzed by the model structure editing unit 114. Specifically, the model structure editing unit 114 has structure definition information that defines in advance the correspondence between the figures that make up the workflow diagram 210 and the data structure diagram 220 and the elements that make up the model structure. Yes. The model structure editing unit 114 analyzes the structure of the input business model diagram 200 based on the structure definition information.
  • FIG. 6 is a diagram illustrating an example of the structure definition information.
  • the structure definition information 20 shows the correspondence between the figure in the business model and the element type in the model structure.
  • the correspondence 21 at the top indicates that the black circle in the business model corresponds to the start of the model structure.
  • Correspondence 22 indicates that the double circle in the business model (inside the black circle) corresponds to the end of the model structure.
  • Correspondence 23 indicates that it corresponds to the judgment of the diamond-shaped force model structure painted in black in the business model.
  • Correspondence 24 indicates that it corresponds to a solid arrow force model structure transition (control flow) in the business model.
  • Correspondence 25 indicates that the dotted arrows in the business model correspond to the object flow of the model structure.
  • Correspondence 26 indicates that a circular figure described as "business process" in the business model corresponds to a business process having a model structure.
  • Correspondence 27 indicates that it corresponds to the object of the double-line square force model structure in the business model.
  • Correspondence 28 indicates that the two types of figures representing "terminals" in the business model do not correspond to the element type of the model structure.
  • Correspondence 29 indicates that the graphic described as “screen” and the graphic described as “form” in the business model correspond to the data of the model structure.
  • the correspondence 20a indicates that there is no figure in the business model corresponding to the model of the model structure.
  • Correspondence 20b indicates that there is no figure in the business model corresponding to the package of the model structure.
  • Correspondence relationship 20c indicates that it corresponds to a business flow diagram of one page force model structure constituting the business model.
  • Correspondence 20d indicates that there is no figure in the business model corresponding to the business flow of the model structure.
  • Correspondence 20e indicates that it corresponds to one page power S that composes the business model, and the business data diagram of the model structure.
  • FIG. 7 is a diagram illustrating an example of a business flow diagram using terminals. As shown in Figure 7, a single business flow diagram may be created across multiple pages 41 and 42. At this time, terminal 41a on page 41 indicates transition to terminal 42a on page 42! /.
  • the terminals 41a and 42a in such a business flow diagram only indicate the connection between the pages 41 and 42, and do not indicate the structure of the business model. Therefore, the terminal 41a, 42a The components in the corresponding business model are not required.
  • the model structure editing unit 114 analyzes the model structure of the business model diagram 200.
  • the analyzed model structure is displayed on the screen in a tree structure.
  • a figure is drawn on a drawing page in order to display business process or data properties (information held by the business process or data).
  • the figure corresponds to the object property in the model structure information, not the object. Therefore, when the model structure information 111 is displayed in a tree format, there is no node (icon) corresponding to the data property.
  • FIG. 8 is a diagram showing an example of the model structure display screen.
  • the data structure of the business model diagram 200 is displayed in a tree structure.
  • the user can specify the verification target position on the model structure display screen 300. For example, specify the element to be specified as the verification target position with the mouse cursor, etc., and display the menu screen (context menu, pull-down menu, etc.). Then, by selecting the verification execution command provided in the menu screen, verification execution for the verification target position can be instructed.
  • the model structure information created from the business model diagram 200 is created according to a certain model structure definition.
  • the model structure definition defines what types of elements can be connected to what types of elements.
  • the model structure definition can be expressed, for example, in a UML class diagram.
  • FIG. 9 is a UML class diagram showing a part of the model structure definition.
  • the model structure definition 31 can be expressed using a class diagram.
  • Model structure definition 31 shows the connection relationship between type 31a-311 and type 31a-311. Model structure information is created in accordance with such model structure definition31.
  • FIG. 10 is a diagram illustrating an example of model structure information.
  • the model structure information 32 the connection relationship between the model components 32a-32u is shown in a tree structure.
  • Fig. 11 shows an example of test tE / rail response information.
  • the inspection / rail 'countermeasure information 113 includes columns for verification ID, inspection SE / rail, error message, and countermeasure, and the information arranged in the horizontal direction of each column is associated with each other.
  • the identification number set for the test SE / rail, error message, and countermeasure group is set.
  • the contents of the inspection SE / rail defined in the inspection iE / rail application unit 112 are set in the inspection iE / rail column.
  • the error message column the message when an error occurs as a result of applying the corresponding SE / Rail is set.
  • the countermeasure column the countermeasure when an error occurs as a result of applying the corresponding inspection SE / rail is set.
  • FIG. 12 is a sequence diagram illustrating a procedure of the business model verification process according to the first embodiment.
  • the model structure editing unit 114 designates a part of the model structure to be inspected (verification target position) from the model structure information 111, and performs verification target acquisition processing (step S11).
  • the inspection target position is determined in accordance with, for example, a user operation input for the model structure displayed on the screen.
  • the model structure to be verified is taken out from the model structure information 111 and passed to the model structure editing unit 114 (step S12).
  • the model structure editing unit 114 instructs the verification control unit 115 to execute verification on the verification target (step S 13).
  • the verification control unit 115 passes the verification target to the verification execution unit 116, and executes the verification process (step S14).
  • the verification execution unit 116 creates a verification result list 117 whose contents are empty (step S15). Then, a verification result list 117 is created in the memory space used by the verification execution unit 116 (step S16). Processing such as adding data to the migration verification result list 117 is performed in the memory space used by the verification execution unit 116.
  • the verification execution unit 116 refers to the test iE / rail application unit 112 and acquires a test SE rail to be applied to the verification target (step S17). Then, the verification execution unit 116 performs verification. The verification target and the verification result list are passed to the rule application unit 112, and the application of the verification rail to the verification target is instructed (step S18).
  • the verification execution unit 116 issues a test iE / rail application instruction to the test iE / rail application unit 112 for all test iE / rails.
  • the verification execution unit 116 outputs all inspection iE / rail application instructions with the lower structure as the verification target.
  • the inspection iE / rail application unit 112 receives an inspection iE / rail application instruction from the verification execution unit 116, the inspection iE / rail application unit 112 applies the inspection SE / rail to the verification target and creates a verification result 116a ( Step S19).
  • the verification iE / rail application unit 112 acquires the verification result 116a (step S20), and adds the verification SE / rail application result to the verification result list 117 (step S21).
  • the added application results include the verification target, iE / rail, and verification results.
  • the verification execution unit 116 passes the verification result list 117 after the addition of the application results to the verification control unit 115 (Step S22).
  • the verification control unit 115 passes the verification result list to the verification result display control unit 118 to instruct display (step S23).
  • the verification result display control unit 118 displays a verification result list dialog. Then, the verification result display control unit 118 refers to the verification iE / rail and countermeasure information 113, acquires the verification rail and the countermeasure for each verification result stored in the verification result list, and displays it in the dialog. Display (Step S24).
  • the verification result display control unit 118 designates the ID of the verification target in which an error has occurred and transmits an error location display instruction to the model structure editing unit 114 (step S25). Then, the model structure editing unit 114 displays a screen indicating the verification target determined as an error by applying the inspection SE / rail. For example, the model structure editing unit 114 displays a cross mark on the error part.
  • FIG. 13 is a diagram showing an example of the verification result list.
  • the verification result list 117 verification results are registered.
  • the verification result consists of a target element ID, a test SE / rail, and a result set.
  • the target element ID uniquely identifies the figure (verification target) to be verified in the business model. This is identification information.
  • the inspection SE / rail is the identification information of the inspection SE / rail applied to the verification target.
  • the result is information indicating whether or not the verification target satisfies the applied check IE / rail.
  • “ ⁇ ” is set for the result when the test / rail conforms to the test
  • “X” is set for the result when the test IE / rail fails (verification error).
  • FIG. 14 is a sequence diagram showing the procedure for displaying the verification error location on the model structure display screen.
  • the verification result display control unit 118 outputs a display request specifying the ID of the element in which the verification error is detected to the model structure editing unit 114 (step S41).
  • the model structure editor 114 accesses the parent model structure information 11 la to obtain the ID of the model (step S42). Thereby, the model structure editing unit 114 acquires the model ID from the model structure information 11 la (step S43). Then, the model structure editing unit 114 compares the ID passed in the display request with the model ID. In this example, it is assumed that the ID is not correct.
  • the model structure editing unit 114 refers to the parent model structure information 11 la and performs access for acquiring model information of the child (lower structure) (step S44). As a result, the model structure editing unit 114 acquires a child model information list from the model structure information 11 la (step S45).
  • the model structure editing unit 114 refers to the child model structure information 11 lb, and acquires the ID of the model (step S46). Thereby, the model structure editing unit 114 acquires the model ID from the model structure information 11 la (step S47). Then, the model structure editing unit 114 compares the ID passed in the display request with the model ID. In this example. It is assumed that the ID is correct.
  • the model structure editing unit 114 sets a display color for highlighting the child model structure information 11 lb. Thereafter, the model structure editing unit 114 redraws the model structure display information 310 related to the parent model structure information 11 la displayed on the model structure display screen 300 (step S49).
  • the model structure of the parent substructure Since the highlight color is set in, the color of the node where the verification error occurred changes to the highlighted color.
  • FIG. 15 is a diagram illustrating an example of a screen showing a verification result according to the first embodiment.
  • a verification result screen 410 is displayed beside the model structure display screen 300.
  • a verification result display unit 411 On the verification result screen 410, a verification result display unit 411, a countermeasure display unit 412, a display button 413, and an end button 414 are provided.
  • the verification result display unit 411 displays an error message of the verification process that resulted in an error.
  • the coping method display unit 412 displays the coping method of the verification process selected in the verification result display unit 411.
  • a display button 413 is a button for displaying a countermeasure for the error message for which the verification result power is also selected.
  • An end button 414 is a button for closing the verification result screen 410.
  • the node in which the error has occurred is highlighted in the model structure in the model structure display screen 300.
  • a check mark is displayed at the node 311 where the error is detected.
  • the countermeasure against the model structure verification error and the location where the error occurred are displayed on the screen, so that the user can easily correct the mistake in the business model diagram 200.
  • FIG. 16 is a functional block diagram according to the second embodiment. Since many functions of the second embodiment are the same as those of the first embodiment, components having the same functions as those of the first embodiment shown in FIG. The description is omitted.
  • the difference from the first embodiment is that the figure editing unit 121 is added, and the functions of the inspection / rail action information 113a and the verification result display control unit 118a are changed. That is.
  • the diagram editing unit 121 creates a business flow diagram and a data structure diagram in response to an operation input by the user. The created diagram is input to the model structure editing unit 114 as a business model.
  • Inspection tE / rail ⁇ Corrective action information 113a has information on the display location in addition to error messages and countermeasures for the inspection SE / rail.
  • the display location is information that specifies a figure for displaying the error location. If the model structure editor 114 is a display location, an error location is displayed on the diagram showing the model structure. If the diagram editing unit 121 is a display location, an error location is displayed on the diagram showing the business model.
  • the verification result display control unit 118a corresponds to the display location information set in the test / rail 'countermeasure information 113a. , And a function of determining a partner to instruct to display an error part. That is, if the display location is the model structure editing unit 114, an instruction to display an error location is output to the model structure editing unit 114. If the display location is the diagram editing unit 121, an error location display instruction is output to the diagram editing unit 121.
  • FIG. 17 is a diagram showing an example of the iE / rail handling information according to the second embodiment.
  • the verification / rail 'countermeasure information 113a of the second embodiment includes columns for verification, verification SE / rail, error message, countermeasure, and display location.
  • the display location column an error display location (display function) when an error occurs in the verification process based on the associated inspection rail is set.
  • FIG. 18 is a sequence diagram showing a procedure for displaying a verification error location on the workflow display unit.
  • a display request specifying the ID of an element in which a verification error is detected is output from the verification result display control unit 118a to the diagram editing unit 121 (step S51).
  • the diagram editing unit 121 accesses the diagram information 121a in order to acquire the ID of the diagram (step S52).
  • the diagram editing unit 121 acquires a diagram ID from the diagram information 121a (step S53).
  • the diagram editing unit 121 compares the ID passed in the display request with the model ID. If the IDs do not match, the diagram editing unit 121 repeats the processing of steps S52 and 53 until they match.
  • the diagram editing unit 121 accesses the diagram information 121a to acquire the display position of the graphic corresponding to the matched ID (step S55).
  • the figure editor 12 1 obtains the position (X coordinate and y coordinate) of the figure where the error occurred from the diagram information 121a (step S55).
  • the diagram editing unit 121 performs an editing operation on the diagram information 121a, and places an error location display graphic (for example, a cross mark) at the position acquired in step S55 (step S56).
  • an error location display graphic for example, a cross mark
  • the display location of the error it is possible to display an error that can be easily visually divided. For example, if the location where an error has occurred is displayed in the workflow diagram being edited by the diagram editor 121, the user can immediately recognize the data to be edited in order to eliminate the error.
  • FIG. 19 is a diagram illustrating an example of a screen indicating a verification result of the second embodiment.
  • the example in Figure 19 shows the display screen when an error is detected on the SE / Rail that there is at least one transition from the start! / Speak.
  • the error display location of this test / rail is the diagram editor 121. Therefore, a graphic 216 indicating the occurrence of an error is displayed at the start position of the business flow diagram 210 displayed by the diagram editing unit 121.
  • the location where the error has occurred can be displayed on the business flow diagram 210 being created.
  • general-purpose drawing software can be used as the diagram editing unit 121, and a business model diagram can be created using software familiar to the user.
  • a third embodiment will be described.
  • a plurality of inspection iE / rails can be selectively applied.
  • FIG. 20 is a functional block diagram of the third embodiment. Since many functions of the third embodiment are the same as those of the second embodiment, components having the same functions as the components of the second embodiment shown in FIG. The description is omitted.
  • the inspection SE / rail holding unit 122 stores a plurality of inspection iE / rails 122a.
  • the test IE / rail application unit 112a is pre-installed with an applicable test SE / rail based on user input. Specified. Then, the inspection SE / rail application unit 112a applies only the applicable inspection SE / rail to the verification target and performs the verification process.
  • test / rail 122a can be implemented in, for example, an object-oriented programming language.
  • an interface for applying the test SE / rail 122a is defined in the super class, and the test SE / rail is created as a subclass. If implemented in this way, any test SE / rail can be called from the test SE / rail application unit 112a using the iterator using the same interface. Therefore, it is easy to mount the inspection SE / rail application unit 112a and to add or delete the inspection SE / rail 122a.
  • an iterator is an abstraction of iterative processing for each element of a list or similar data structure. In actual programming languages, it appears as an object or grammar. It is translated as an iterator in the sense of iterating.
  • FIG. 21 is a sequence diagram illustrating a procedure of the business model verification process according to the third embodiment. Since this process is almost the same as the process of the first embodiment shown in FIG. 12, the same process is given the same step number and the description thereof is omitted. Hereinafter, the processing different from that of the first embodiment will be described.
  • step S11 to step S17 The processing from step S11 to step S17 is the same as in the first embodiment. Thereafter, the verification execution unit 116 passes the verification target and the verification result list to the verification SE / rail holding unit 122, and instructs the verification SE / rail to be applied to the verification target (step S18a).
  • the verification execution unit 116 when a plurality of inspection SE / rails are acquired, the verification execution unit 116 outputs all acquired inspection IE / rail application instructions to the inspection iE / rail application unit 112. In addition, if the acquired verification target has a lower structure, the verification execution unit 116 outputs the application instructions for all the inspection SE / rails as the verification target.
  • the inspection iE / rail holding unit 122 applies the inspection SE / rail to the verification target (step S18b).
  • the test SE / rail described by the program is activated, and the verification target is passed to the process of executing the test SE / rail.
  • the verification target is determined by the process of executing the inspection SE / rail.
  • the test SE rails to be applied are sequentially applied to the verification target. Then, by applying the inspection SE / rail (process description by the program) held in the inspection SE / rail holding unit 122, a verification result 116a is created by the inspection SE / rail (step S19a).
  • step S20 to step S24 is the same as in the first embodiment.
  • the verification result display control unit 118a determines whether the display target is the model structure editing unit 114 or the diagram editing unit 121. If the display target is the model structure editing unit 114, the verification result display control unit 118a specifies the ID of the verification target in which an error has occurred and transmits an instruction to display the error location to the model structure editing unit 114. (Step S25a). In this case, the model structure editing unit 114 displays the error occurrence location on the model structure display screen 300.
  • the verification result display control unit 118a designates the ID of the verification target in which an error has occurred to the diagram editing unit 121, and displays the error location.
  • Send an indication step S25b.
  • the diagram editing unit 121 displays the error occurrence location in the workflow diagram 210.
  • the figure shape method to be displayed in the figure editing unit is held separately as figure information, and the figure information power can directly verify the model structure.
  • FIG. 22 is a functional block diagram of the fourth embodiment. Since many functions of the fourth embodiment are the same as those of the third embodiment, components having the same functions as those of the third embodiment shown in FIG. The description is omitted.
  • the difference from the third embodiment is that the figure information 123 is added and the function of the inspection / rail application unit 112a is changed.
  • the figure information 123 stores graphic data included in a figure representing a business model.
  • the model structure editing unit 114a analyzes the graphic data included in the diagram information 123 and creates model structure information 111.
  • FIG. 23 is a diagram showing an example of diagram information.
  • the figure information 123 includes a plurality of graphic data 123a and 123g.
  • the graphic data 123a-123g is associated with the tree structure to form the figure information 123.
  • each figure is named a shave.
  • the transition graphic data 123g includes information of the source connection shape ID and the target connection shape ID.
  • the model structure editing unit 114a generates model structure information 111 based on the diagram information 123 as shown in FIG.
  • a rule using data included in the figure information 123 can be defined. For example, if the source side connection destination shape ID or the target side connection destination shape ID is set in the transition graphic data 123g, the verification SE / rail 122a may be defined so that a verification error occurs. it can.
  • FIG. 24 is a sequence diagram illustrating a procedure of the business model verification process according to the fourth embodiment. Note that the processing of the fourth embodiment is almost the same as the processing of the third embodiment shown in FIG. 21, and therefore only the different parts are shown.
  • the model structure editing unit 114a designates a part of the model structure to be inspected (verification target position) from the model structure information 111, and performs a verification target acquisition process (step S31). Then, the model structure (verification—model information) to be verified is extracted from the model structure information 111 and passed to the model structure editing unit 114a (step S32).
  • the model structure editing unit 114a performs a verification target acquisition process by designating the portion of the graphic information to be inspected (verification target position) from the graphic information 123 (step S33). Then, the verification target graphic information (verification—diagram information) is extracted from the graphic information 123 and passed to the model structure editing unit 114a (step S34).
  • the model structure editing unit 114a instructs the verification control unit 115 to execute a verification process on the verification target (step S35).
  • the verification target passed to the verification control unit 115 includes verification—model information and verification—diagram information. Subsequent processing is This is the same as the processing after step S15 shown in FIG.
  • verification can be performed based on the data in the diagram information, detailed verification can be performed. For example, verification can be performed based on data that is not reflected in the model structure information 111.
  • a verification result list for each of a plurality of verification processes with different conditions such as execution time is held, and the progress of creation of a business model can be measured.
  • the importance is set for the test IE / rail, and when a verification error occurs, the weight is displayed together with the error message.
  • FIG. 25 is a functional block diagram of the fifth embodiment. Since many functions of the fifth embodiment are the same as those of the fourth embodiment, components having the same functions as those of the components of the fourth embodiment shown in FIG. The description is omitted.
  • the difference from the fourth embodiment is that a plurality of verification result lists 117a, 117b, and 117c can be held, and the functions of the verification execution unit 116a and the verification result display control unit 118a are changed. And the contents of the inspection / rail action information 113b have been changed.
  • the verification execution unit 116a performs a verification process and assigns a time stamp (information indicating the current time) when creating the verification result list.
  • a time stamp information indicating the current time
  • the verification result display control unit 118a uses the plurality of verification result lists 117a, 117b, and 117c to create statistical data indicating the progress of the work model creation work and displays it on the screen.
  • FIG. 26 is a diagram showing an example of the data structure of the inspection / rail 'countermeasure information.
  • This SE / Rail 'Solution Information 113b has columns for Verification ID, Error Z Warning, SE Rail, Error Message, Countermeasure, and Display Location. Compared to the SE / Rail information 113a shown in Fig. 17, an error Z warning column is added.
  • the error Z warning column shows the importance of the error when the element being verified does not meet the test / rail.
  • FIG. 27 is a diagram illustrating an example of a verification result list to which a time stamp is assigned.
  • the verification result list 117a the time stamp 117aa and the verification result 117ab are registered!
  • the time stamp 117aa indicates the creation date and time of the verification result list 117a.
  • a target In the verification result 117ab, a target, a target element ID, a test iE / rail, and a result set are registered.
  • the target indicates whether the verification target is the model structure information 111 or the diagram information 123 (represented simply as “figure” in the verification result list 117a).
  • the target element ID, the inspection SE / rail, and the result are the same as those in the first embodiment shown in FIG.
  • the number of errors and the number of warnings can be aggregated as statistical information.
  • the total results are displayed on the screen as progress status.
  • FIG. 28 is a diagram showing a first example of the progress status display screen.
  • the progress status display screen 51 has columns for verification date and time, the number of errors, and the number of warnings, and the verification results are displayed in time series.
  • the progress of the work model creation work can be estimated by referring to the transition of the number of errors and warnings. For example, if the number of errors and warnings is decreasing, it can be determined that the work model creation work has entered the final stage (error correction stage) and the work is proceeding smoothly.
  • FIG. 29 is a diagram showing a second example of the progress status display screen.
  • This progress status display screen 52 has columns for verification date and time, number of newly added errors Z warnings, number of remaining cases from previous verifications, and number of corrections Z number of deleted places where verification results are displayed in chronological order.
  • the number of newly added errors Z warnings is the number of new errors and warnings not detected in the previous verification process.
  • the remaining number from the previous verification is the number of unprocessed errors and warnings detected in the previous verification process.
  • Number of corrections The number of deleted Z locations is the number of errors and warnings that were corrected or deleted during the current verification process.
  • Whether the error or warning detected in the previous verification process was detected in the current verification process is whether the target, target element ID, and test SE / rail in the verification result list match. Judgment can be made by comparing powers.
  • FIG. 30 is a diagram showing a third example of the progress status display screen. This progress status display screen 5
  • 3 includes a verification result display section 53a, a countermeasure display section 53b, a display button 53c, and an end button 53d.
  • the verification result display section 53a displays a list of verification errors (errors and warnings) detected so far.
  • a mark indicating a new error (“New!” In the example of FIG. 30) is given to the verification error newly detected in the last verification process.
  • the user can select a verification error whose detailed contents should be referred to from within the verification result display section 53a. Errors and warnings that have already been corrected are displayed in gray, for example, and cannot be selected.
  • the coping method display unit 53b displays a coping method of the verification error selected by the verification result display unit 53a.
  • the display button 53c is a button for displaying the location where the verification error is selected, which is selected in the verification result display section 53a.
  • the end button 53d is a button for closing the progress status display screen 53.
  • a sixth embodiment will be described.
  • a plurality of test iE / records are recorded. Use the information to specify the test tE / rail to be applied and the test SE / rail in the test rule. Use the test rail registered in the rail setting file and use the test iE / rail during the verification process. By selecting the setting file, the inspection SE / rail to be applied is specified.
  • FIG. 31 is a functional block diagram according to the sixth embodiment. Since many functions of the sixth embodiment are the same as those of the fifth embodiment, components having the same functions as the components of the fifth embodiment shown in FIG. The description is omitted.
  • the use inspection SE rail configuration file 124 describes the inspection SE / rail numbers selected by the business model creator, separated by commas.
  • the verification execution unit 116a uses only the test SE / rail with the number described in the use test SE / rail setting file 124 from the test SE / rail 122a held by the test iE / rail holding unit 122. The verification process is executed.
  • a plurality of use inspection SE / rail setting files 124 can be prepared.
  • the verification execution unit 116a has a function of setting the name of the usage inspection iE / rail setting file 124. Then, the verification execution unit 116a outputs a verification processing instruction to the verification iE / rail application unit 112a based on the usage verification SE / rail setting file 124 corresponding to the preset name.
  • the business model creator can set a setting file according to the purpose from a plurality of setting files and execute verification.
  • the timing of the verification process is defined in advance, and the verification process is automatically performed at that timing.
  • the verification timing is set in the inspection / rail 'countermeasure information 113b, and the verification control unit 115 refers to the inspection SE / rail and countermeasure information 113b to check each inspection SE / rail. Manage the verification timing.
  • FIG. 32 is a diagram showing an example of the inspection / rail 'coping information with the verification timing set.
  • This iE / Rail 'coping information 113c includes columns for verification ID, error Z warning, test rail, error message, coping method, display location, and verification timing. Compared with the inspection information 113b shown in FIG. 26, the verification timing column is added.
  • the verification timing indicates the application timing of the corresponding inspection SE / rail. If it is “Verification time verification”, the verification process of the corresponding test SE / rail is executed when an intentional operation input by the user is performed.
  • the verification timing is "when editing"
  • each time a figure is entered in the diagram editing unit 121 while the user or business model is being edited the corresponding verification iE / rail Verification processing is executed. Specifically, when a figure is input by the figure editing unit 121 and the setting of the position of the figure is fixed, the information is passed to the model structure editing unit 114a. For example, it is assumed that the settings of a previously operated figure have been confirmed when moving to another figure operation.
  • the verification timing can be set, for example, to be verified at regular intervals, or to be verified when a file is saved or closed.
  • the model structure editing unit 114a updates the model structure information 111 each time a new figure is input, and notifies the verification control unit 115 that the model structure information has been updated. Then, the verification control unit 115 outputs a verification instruction for the newly input element to the verification execution unit 116a.
  • the verification execution unit 116a refers to the inspection SE / rail and coping information 113c, and identifies the inspection SE / rail that can be applied to the input element and the verification timing is "when editing". To do. Then, the verification execution unit 116a outputs the inspection SE / rail application instruction to the inspection SE / rail application unit 112a.
  • the verification process can be automatically executed.
  • the user can immediately know the presence of an error when an incorrect figure is placed.
  • the second application example allows the user to define an arbitrary iE / rail.
  • a new test rail reading unit for reading a test rail stored at an arbitrary location is added to the work flow diagram creation support device. Add.
  • the user inputs the file name storing the test SE / rail to be applied to the test SE / rail reading unit.
  • the inspection SE / rail reading unit registers the inspection iE / rail in the specified file in the inspection iE / rail holding unit 122.
  • OCL Object Constraint Language
  • FIG. 33 is a diagram showing an example of a test SE / rail to be arbitrarily set.
  • This test SE / rail 122b has a power of more than 0 coming out of the element indicated by “context BusinessProcess inv”.
  • Such an iE / rail 122b is an element that can generally connect a large number of wires, but if the number is too large, the structure of the business flow and the like becomes too complicated. Used to limit the number of possible lines.
  • the third application example automatically handles when an error occurs.
  • the model pattern before the countermeasure and the model pattern after the countermeasure are registered in the inspection iE / rail / remedy information 113b.
  • FIG. 34 is a diagram showing an example of test / rail 'coping information in which model patterns before and after coping are registered.
  • this inspection / rail 'coping information 113d columns of a pre-treatment business model pattern and a post-treatment business model pattern are provided in association with the inspection SE / rail.
  • the business model pattern that causes the error is set in the pre-action business model pattern.
  • the business model pattern that can resolve the error is set in the post-response business model pattern.
  • the name of the business process at the transition destination is automatically set as the guard condition.
  • the user determines that another guard condition is appropriate, the user can input an operation to the diagram editing unit 121 and set an arbitrary guard condition.
  • the verification result display control unit 118a refers to the detection / rail 'countermeasure information 113d, and if the pre-response business model pattern and the post-response business model pattern are set, An instruction to change the model according to the setting contents is output to the diagram editing unit 121.
  • the diagram editing unit 121 edits a diagram such as a workflow diagram according to the instruction.
  • the edited diagram may be finalized after an operation input indicating confirmation from the user. it can. This can prevent the diagram from being changed without the user's knowledge.
  • the processing functions described above can be realized by a computer.
  • a program that describes the processing contents of the functions that the business model diagram creation support device should have is provided.
  • the program describing the processing contents can be recorded on a computer-readable recording medium.
  • the computer-readable recording medium include a magnetic recording device, an optical disk, a magneto-optical recording medium, and a semiconductor memory.
  • Magnetic recording devices include hard disk drives (HDD), flexible disks (FD), and magnetic tape.
  • Optical discs include DVD (Digital Versatile Disc), DVD—RAM (Random Access Memory), CD—ROM (Compact Disc Read Only Memory), and CD—R (Recordable) ZRW (Rewritable).
  • DVD Digital Versatile Disc
  • RAM Random Access Memory
  • CD—ROM Compact Disc Read Only Memory
  • CD—R Recordable
  • ZRW Rewritable
  • MO magneto-optical recording media
  • the computer that executes the program stores, for example, a program recorded on a portable recording medium or a server computer-powered program in its own storage device. Then, the computer reads its own storage device power program and executes processing according to the program. The computer can also read the program directly from the portable recording medium and execute processing according to the program. In addition, the review The data can also be executed sequentially according to the received program each time the program is transferred to the server computer.

Description

明 細 書 業務モデル図作成支援プログラム、 方法、 及び、 装置 技術分野
[0001] 本発明は業務モデルを図で表現する時に、作成した図の妥当性を検証する業務 モデル図作成支援プログラム、業務モデル図作成支援方法、および業務モデル図 作成支援装置に関し、特に検証結果をユーザに分力り易く表示するための業務モデ ル図作成支援プログラム、業務モデル図作成支援方法、および業務モデル図作成 支援装置に関する。
背景技術
[0002] ソフトウェア開発の初期段階では、顧客からの要件をモデルィ匕するため業務モデル 図が作成される。業務モデル図は、業務フロー図やデータ構造図で構成される。業 務フロー図は、発生する作業の手順や、作業間で受け渡すべき情報等を、図形と文 字で表現したものである。データ構造図は、データ間の関係を示す図である。業務モ デル図を予め作成することで、ユーザとシステム開発担当者との間の意思の疎通を 的確に図ることができる。
[0003] 業務モデル図の作成は、汎用の描画ソフトウェアを利用する場合と、業務モデル図 などの特別な図を描くための専用ソフトウェアを利用する場合とがある。以下、汎用の 描画ソフトウェアと専用ソフトウェアとの違いを、業務フロー図を作成する場合に着目 して説明する。
[0004] 汎用の描画ソフトウェアを利用する場合、以下のような長所がある。
'モデル作成者力 Sこれまで利用していたソフトウェア、あるいは安価に購入できるソフ トウ アが利用可能である。
•専用ソフトウェアを利用する場合のように、ソフトウェアの操作手順等を新たに修得 する必要がない。
[0005] その反面、汎用の描画ソフトウェアでは、以下のような問題が生じていた。
'業務フロー図において業務プロセスの遷移を表す線が、業務プロセスを表す図形 に正しく接続されて 、な 、場合があった。
•業務フロー内の条件分岐を表す図があるにもかかわらず、分岐条件が記入されて いない場合がある。
•業務フロー図として誤った描き方をしていても、誤りをチェックする機能がない。その ため、たとえば、業務フロー図においては接続できない図形どうしが、遷移を表す線 で結ばれても、その間違 、を検出できな!/、。
•パーティション(図中では長方形)の中に描くべき業務プロセスがはみ出して書かれ ていても、検出できない。
[0006] 一方、専用ソフトウェアは、モデリングエディタと呼ばれ、業務モデル図等のモデル 作成用の専用エディタである。そのため、専用ソフトウェアは、業務フロー図やデータ 構造図などの形式を利用した編集機能だけでなぐモデルの構造情報をソフトウェア の内部に保持する機能、モデルの構造をツリー構造で表しツリー構造内で編集機能 を有する。
[0007] モデリングエディタでは、モデルの構造をツリー構造で表すために、作成された業 務モデル図の解析を行っている。そのとき、遷移が業務プロセスに正しく接続されて V、な 、等の誤りが存在すると、業務モデルを解析ができな 、などの不都合が生じる。 そこで、モデリングエディタの中には、モデルの正しさを検証する機能を有するものが ある。
[0008] たとえば、従来の検証機能では、業務モデル図中に間違!/、を検出すると、モデル 作成者にモデル中の要素の IDとエラーの内容を示し、業務モデル作成者の修正を 支援していた (たとえば、特許文献 1参照)。
特許文献 1 :特開 2002— 133051号公報(図 8)
発明の開示
発明が解決しょうとする課題
[0009] し力し、従来の専用ソフトウェアでは検証エラーの発生が表示されるのみであり、ェ ラーの発生個所が分力りづら 、と 、う問題点がある。
たとえば、モデル構造情報の中には、ユーザが名前をつけないものもある。具体的 には、業務フロー図に現れるモデルの構成要素では、遷移、判断、並列分岐などに は名前を付けない。遷移や判断条件分岐は、 1つの業務フローの中に多数現れる場 合が多い。そのため、遷移や判断条件分岐に関わる検証エラーが発生した場合、多 数あるうちのどれに検証エラーが発生したのかをユーザが目視により探すのは困難 である。なお、特許文献 1では、検証エラーの発生したモデル要素や図の要素の識 別子をユーザに示しているが、その識別子に対応する図形等を業務フロー図内から 特定することは困難である。
[0010] しかも、複雑な業務に関する業務モデルは、業務フロー図の規模も大きくなる。する と、エラーが検出されたときに、修正箇所を発見するのが非常に困難となる。
また、通常、業務モデル作成者は、業務については熟知しているがツール利用に ついては不慣れな場合が多い。そのため、エラーメッセージだけではどのように修正 してよいかが分からない。そこで、業務モデル作成者が日常的に使用しているソフト ウェアに組み込まれた描画機能を用いて、業務フロー図を作成することが望まれる。
[0011] し力しながら、汎用的な描画ソフトウェアでは、業務フロー図を構成する図形に対し て業務フロー上での意味づけが成されていない。そのため、汎用的な描画ソフトゥェ ァで作成した業務フロー図が、業務モデルを表す上で適切かどうかを検証するのは 困難であった。
[0012] 本発明はこのような点に鑑みてなされたものであり、汎用の描画ソフトウェアで作成 された業務モデルを検証し、欠陥の発生個所を業務モデル作成者に通知できる業 務モデル図作成支援プログラム、業務モデル図作成支援方法、および業務モデル 図作成支援装置を提供することを目的とする。
課題を解決するための手段
[0013] 本発明では上記課題を解決するために、図 1に示すような機能をコンピュータ上で 実現するための業務モデル図作成支援プログラムが提供される。この業務モデル図 作成支援プログラムは、利用者の業務モデルの構造を表す業務モデル図 1の作成を 支援するためのものであり、以下の機能が実現される。
[0014] モデル構造解析手段 3は、図形と線とを構成要素とする業務モデル図 1を解析し、 業務モデル図 1を構成する各構成要素の種別を判別し、構成要素間の関係を示す モデル構造を生成する。検証手段 4は、構成要素の少なくとも一部を検証対象要素 1 aとして選択し、業務モデル図 1の構成要素が満たすべき条件が予め設定された検 言 IE/レールの中から、選択した検証対象要素 laの種別に対応する検iE/レールを抽出 し、選択した検証対象要素 laが、抽出した検言 IE/レールに適合しているカゝ否かを検証 する。検証結果表示手段 5は、検証手段 4において不適合と判定された場合、検証 対象要素 laの検 SE/レールへの不適合を解消するために操作すべき位置を表示する
[0015] このような業務モデル図作成支援プログラムをコンピュータに実行させれば、まず、 モデル構造解析手段 3により、業務モデル図 1を解析され、業務モデル図 1を構成す る各構成要素の種別を判別され、構成要素間の関係を示すモデル構造が生成され る。次に、検証手段 4により、構成要素の少なくとも一部が検証対象要素 laとして選 択され、業務モデル図 1の構成要素が満たすべき条件が予め設定された検 SE/レー ルの中から、選択した検証対象要素 laの種別に対応する検iE/レールが抽出され、 選択した検証対象要素 laが、抽出した検言 IE/レールに適合している力否かが検証さ れる。そして、検証手段 4において不適合と判定された場合、検証結果表示手段 5に より、検証対象要素 laの検iE/レールへの不適合を解消するために操作すべき位置 が表示される。
発明の効果
[0016] 本発明では業務モデル図 1を構成する各構成要素の種別を判別し、その種別に応 じた検iE/レールにより検証を行い、不適合と判定された場合、不適合を解消するた めに操作すべき位置を表示するようにした。これにより、ユーザは、汎用的な描画ソフ トウエアで作成した業務モデルの欠陥を、容易に修正することができるようになる。
[0017] 本発明の上記および他の目的、特徴および利点は本発明の例として好ま U、実施 の形態を表す添付の図面と関連した以下の説明により明らかになるであろう。
図面の簡単な説明
[0018] [図 1]実施の形態に適用される発明の概念図である。
[図 2]本実施の形態に用いるコンピュータのハードウェア構成例を示す図である。
[図 3]第 1の実施の形態の機能ブロック図である。
[図 4]業務フロー図である。 圆 5]データ構造図である。
圆 6]構造定義情報の例を示す図である。
圆 7]端子を用いた業務フロー図の例を示す図である。
[図 8]モデル構造表示画面の例を示す図である。
[図 9]モデル構造定義の一部を示す UMLのクラス図である。
[図 10]モデル構造情報の例を示す図である。
[図 11]検 SE/レール ·対処法情報の例を示す図である。
圆 12]第 1の実施の形態に係る業務モデル検証処理の手順を示すシーケンス図であ る。
[図 13]検証結果リストの例を示す図である。
[図 14]モデル構造表示画面への検証エラー個所の表示手順を示すシーケンス図で ある。
[図 15]第 1の実施の形態の検証結果を示す画面の例を示す図である。
[図 16]第 2の実施の形態の機能ブロック図である。
[図 17]第 2の実施の形態に係る検 SE/レール ·対処法情報の例を示す図である。
[図 18]業務フロー表示部への検証エラー個所の表示手順を示すシーケンス図である
[図 19]第 2の実施の形態の検証結果を示す画面の例を示す図である。
[図 20]第 3の実施の形態の機能ブロック図である。
圆 21]第 3の実施の形態に係る業務モデル検証処理の手順を示すシーケンス図であ る。
[図 22]第 4の実施の形態の機能ブロック図である。
[図 23]図情報の例を示す図である。
圆 24]第 4の実施の形態に係る業務モデル検証処理の手順を示すシーケンス図であ る。
[図 25]第 5の実施の形態の機能ブロック図である。
[図 26]検 SE/レール ·対処法情報のデータ構造例を示す図である。
[図 27]タイムスタンプが付与された検証結果リストの例を示す図である。 [図 28]進拔状況表示画面の第 1の例を示す図である。
[図 29]進拔状況表示画面の第 2の例を示す図である。
[図 30]進拔状況表示画面の第 3の例を示す図である。
[図 31]第 6の実施の形態の機能ブロック図である。
[図 32]検証タイミングが設定された検iE/レール ·対処法情報の例を示す図である。
[図 33]任意に設定する検iE/レールの例を示す図である。
[図 34]対処前後のモデルパターンを登録した検 SE/レール ·対処法情報の例を示す図 である。
発明を実施するための最良の形態
[0019] 以下、本発明の実施の形態を図面を参照して説明する。
まず、実施の形態に適用される発明の概要について説明し、その後、実施の形態 の具体的な内容を説明する。
[0020] 図 1は、実施の形態に適用される発明の概念図である。本発明は、利用者の業務 モデルの構造を表す業務モデル図 1の作成を支援するために、対処法情報 2、モデ ル構造解析手段 3、検証手段 4、および検証結果表示手段 5を有している。
[0021] 対処法情報 2には、業務モデル図 1に、検 SE/レールに適合しない構成要素がある 場合の、エラーメッセージと対処法とが、検 SE/レールに対応づけて予め登録されてい る。
モデル構造解析手段 3は、図形と線とを構成要素とする業務モデル図 1を解析する 。そして、モデル構造解析手段 3は、業務モデル図 1を構成する各構成要素の種別 を判別し、構成要素間の関係を示すモデル構造を生成する。たとえば、業務モデル 図 1を構成する図形と、モデル構造中の要素の種別との対応関係を予め定義してお く。そして、モデル構造解析手段 3は、定義された対応関係に基づいて、業務モデル 図 1内の各構成要素の種別を判断する。
[0022] 検証手段 4は、構成要素の少なくとも一部を検証対象要素 laとして選択する。たと えば、検証手段 4は、ユーザから任意に指定された構成要素を、検証対象要素 laと する。次に、検証手段 4は、業務モデル図 1の構成要素が満たすべき条件が予め設 定された検iE/レールの中から、選択した検証対象要素 laの種別に対応する検iE/レ ールを抽出する。たとえば、検証対象要素 laの種別が「開始」であれば、開始に関す る検 SE/レールが抽出される。そして、検証手段 4は、選択した検証対象要素 laが、抽 出した検 SE/レールに適合しているか否かを検証する。
[0023] 検証結果表示手段 5は、検証手段 4にお ヽて不適合 (検証エラー)と判定された場 合、検証対象要素 laの検iE/レールへの不適合を解消するために操作すべき位置を 表示する。たとえば、業務モデル図 1上のエラー発生個所に欠陥位置を示す図形 6 を表示する。このとき、エラー発生個所は、検証対象要素の識別子によって特定する ことができる。また、検証結果表示手段 5は、対処法情報 2を参照し、不適合と判定さ れた検 SE/レールに対応するエラーメッセージ 7と対処法 8とを表示する。
[0024] このような業務モデル図作成支援プログラムをコンピュータに実行させれば、まず、 モデル構造解析手段 3により、業務モデル図 1を解析され、業務モデル図 1を構成す る各構成要素の種別を判別され、構成要素間の関係を示すモデル構造が生成され る。
[0025] 次に、検証手段 4により、構成要素の少なくとも一部が検証対象要素 laとして選択 される。すると、検証手段 4により、業務モデル図 1の構成要素が満たすべき条件が 予め設定された検iE/レールの中から、選択した検証対象要素 laの種別に対応する 検 SE/レールが抽出される。そして、検証手段 4により、選択した検証対象要素 laが、 抽出した検 SE/レールに適合しているか否かが検証される。
[0026] そして、検証手段 4において不適合と判定された場合、検証結果表示手段 5により 、検証対象要素 laの検iE/レールへの不適合を解消するために操作すべき位置 (ェ ラー発生個所)を示す図形 6、エラーメッセージ 7、および対処法 8が表示される。
[0027] たとえば、図 1の例では、検証対象要素 laは、モデル構造上で「開始」を意味する。
すると、「開始から 1つ以上の遷移があること」という検 SE/レールが適用される。業務モ デル図 1では、検証対象要素 laの遷移を表す線が、検証対象要素 laに接続されて いない。そのため、適用された検 SE/レールに基づいて検証エラーが検出される。そ の結果、検証対象要素 laの上にばつ印の図形 6が表示されると共に、エラーメッセ ージ 7や対処法 8が表示される。
[0028] このように、検証エラーが発生したモデル要素や図要素の ID (識別子)から、その 表示位置をモデル構造編集部や図編集部から取得する技術を利用し、検証エラー の起きた図と図中の位置まで特定することが可能になった。その位置に図形 6で印を つけることで、検証エラー発生位置が利用者に分力りやすく表示される。
[0029] し力も、これまで利用者が検証エラーに遭遇した時に、 1)どのような修正を行った の力、 2)どのような場合にその検証エラーが発生するのかのノウハウを集め、エラー メッセージと共に対処法として利用者に提示している。これにより、利用者の修正の 負担を軽減し、使いやすさが向上する。
[0030] さらに、エラーメッセージ 7と共に対処法 8を表示したことで、ユーザは、業務モデル 図 1の修正を容易に行うことができる。
なお、エラー発生個所は、業務モデル図 1上に表示することもできるし、モデル構造 を示すツリー構造上に表示することもできる。また、どちらの図に表示するのかを、検 tE/レール毎に予め指定しておくこともできる。モデル構造を示すツリー構造上にエラ 一発生個所を表示すれば、業務フロー図の遷移やデータ構造図の関連を示す情報 のように、業務モデル図 1上に現れない要素がエラー発生個所であっても、修正すベ き要素を分かり易く表示できる。
[0031] また、検証処理を、予め設定されたタイミングで自動的に実行することもできる。たと えば、業務モデルを格納しているファイルの保存時やファイルを閉じる時などに、検 証を実行することができる。たとえば、業務モデル図 1の編集中であっても、重要な検 tE/レールについては逐次処理を行うことができる。これにより、非常に重要なエラー が発生したときは、編集中であっても即座に修正することができる。また、編集途中で は抵触する場面がしばしば発生するような検 SE/レールにっ 、ては、ファイルを閉じる ときに検証処理を行うことで、エラーメッセージが過度に表示されるのを防止できる。 その結果、業務モデル作成者の編集効率を向上させることができる。
[0032] また、業務モデル図 1内のデータに直接適用する検 SE/レールを実行することもでき る。これにより、業務モデル図 1からしかわ力 ないエラーも検出できる。
また、検 SE/レール毎にエラーの重要度を設定しておき、検証エラー発生には、エラ 一メッセージと共に、重要度を表示することもできる。例えば、発生した検証エラーの 重要度の違いにより、ユーザは、重大で修正が必須なの力 確認を要する程度なの カゝを知ることができる。
[0033] また、業務モデル作成の進拔等を示す統計情報を表示することもできる。これにより 、ユーザは、業務モデル図 1の作成作業の進拔状況を把握しやすくなる。
また、ユーザからの操作入力により検 SE/レールを登録できるようにすることができる 。あるいは、複数の検 SE/レールを予め登録しておき、ユーザによって選択された検証 ルールのみを検証処理の際に利用することもできる。これにより、たとえば、プロジェ タトごとに検 SE/レールを動的にかつ、容易に組み換えることができる。
[0034] さらに、業務モデル図 1の修正案を画面に提示し、ユーザが確認した際には、修正 案にもとづいて、業務モデル図 1を修正することもできる。このように、業務モデルの 修正案を示し、修正案を受け入れるとそれを実際に修正することで、ユーザの修正負 担が軽減される。
[0035] 以下に本実施の形態について具体的に説明する。
図 2は、本実施の形態に用いるコンピュータのハードウェア構成例を示す図である。 コンピュータ 100は、 CPU(Central Processing Unit)101によって装置全体が制御さ れている。 CPU101には、バス 107を介して RAM(Random Access Memory)102、ハ ードディスクドライブ(HDD:Hard Disk Drive) 103、グラフィック処理装置 104、入力 インタフェース 105、および通信インタフェース 106が接続されて!、る。
[0036] RAM102には、 CPU101に実行させる OS(Operating System)のプログラムゃァプ リケーシヨンプログラムの少なくとも一部が一時的に格納される。また、 RAM102には 、 CPU101による処理に必要な各種データが格納される。 HDD103には、 OSゃァ プリケーシヨンプログラムが格納される。
[0037] グラフィック処理装置 104には、モニタ 11が接続されている。グラフィック処理装置 1 04は、 CPU101からの命令に従って、画像をモニタ 11の画面に表示させる。入カイ ンタフェース 105には、キーボード 12とマウス 13とが接続されている。入力インタフエ ース 105は、キーボード 12やマウス 13から送られてくる信号を、バス 107を介して CP U 101に送信する。
[0038] 通信インタフェース 106は、ネットワーク 10に接続されている。通信インタフェース 1 06は、ネットワーク 10を介して、他のコンピュータとの間でデータの送受信を行う。 [0039] 以上のようなハードウェア構成によって、本実施の形態の処理機能を実現すること ができる。以下、図 2に示したコンピュータ上で実現される業務フロー図作成支援装 置の実施の形態を詳細に説明する。
[0040] [第 1の実施の形態]
図 3は、第 1の実施の形態の機能ブロック図である。業務フロー図作成支援装置は 、モデル構造情報 111、検 SE/レール適用部 112、検 SE/レール ·対処法情報 113、モ デル構造編集部 114、検証制御部 115、検証実行部 116、検証結果リスト 117、およ び検証結果表示制御部 118を有して 、る。
[0041] モデル構造情報 111は、利用者が描!、た業務モデル図 200の構造情報を保持す る。モデル構造情報 111は、業務モデル図 200の構造をツリー構造で表したもので ある。なお、業務モデル図 200は、業務フロー図とデータ構造図とを含んでいる。
[0042] 検 SE/レール適用部 112は、業務モデル図 200を構成する要素(業務プロセスゃ条 件分岐を表すオブジェクト等)に関する複数の検 SE/レールを保持する。検iE/レール では、たとえば、「条件分岐には、分岐先毎に分岐条件 (その分岐先に遷移するため の条件)が設定されて 、なければならな 、」ことなどが定義されて 、る。
[0043] 検iE/レール ·対処法情報 113は、検証時にエラーが発生した場合に利用者に表示 するためのエラーメッセージとエラーを修正するために有効な情報 (対処法)を、検証 ルールに関連付けて保持する。
[0044] モデル構造編集部 114は、利用者が描!、た業務モデル図 200からモデル構造を 編集する。モデル構造の構成要素 (ノード等)には、その構成要素に対応する業務モ デル図 200内の要素の識別番号が関連付けられる。
[0045] また、モデル構造編集部 114は、ユーザからの操作入力により、モデル構造のうち 検証対象となる部分 (検証部分)の指定を受け付ける。そして、モデル構造編集部 11 4は、ユーザ力 検証指示を受け取ると、検証部分の指定と検証要求とを、検証制御 部 115に渡す。なお、検証部分は、たとえば、業務モデル図 200内で各要素に設定 された識別番号で指定される。さら〖こ、モデル構造編集部 114は、検証結果表示制 御部 118から検証エラー発生場所の情報を受け取ると、その場所に検証エラーを表 す図形等を表示する。 [0046] 検証制御部 115は、検証要求を受け取ると、モデル構造編集部 114で指定された 検証部分を示す情報を検証実行部 116に渡し、検証対象の検証処理を指示する。 また、検証制御部 115は、検証実行部 116から検証処理終了の通知を受け取ると、 検証結果表示制御部 118に対して、検証結果の表示を指示する。
[0047] 検証実行部 116は、検証制御部 115から渡された検証部分を示す情報に基づい て、モデル構造情報 111から検証対象を取得する。そして、検証実行部 116は、検 言 IE/レール適用部 112に対して検 SE/レールの適用指示を出すことで、取得した検証対 象が検 SE/レールに適合しているかどうかを検証する。さらに、検証実行部 116は、検 証結果を検証結果リスト 117に登録する。検証実行部 116は、検証対象に対する検 証処理が終了した場合、その旨を検証制御部 115に通知する。
[0048] 検証結果リスト 117は、検証実行部 116から出力された検証結果が格納される。
検証結果表示制御部 118は、検証制御部 115から検証結果の表示指示を受け取 ると、検証結果リスト 117から検証結果を取得し、検証処理によってエラーとされた検 証結果を抽出する。さらに、検証結果表示制御部 118は、検 /レール'対処法情報 113を参照し、検証エラーの発生場所、エラーメッセージ、および検証エラーに対す る対処法を判定する。そして、検証結果表示制御部 118は、エラーメッセージと検証 エラーに対する対処法とを検証結果として表示すると共に、検証エラーの発生場所 をモデル構造編集部 114に通知する。検証エラーの発生場所は、たとえば、検証さ れた要素の識別番号によって特定される。
[0049] 次に、業務モデル図 200の内容について説明する。業務モデル図 200は、業務フ ロー図とデータ構造図とで構成される。
図 4は、業務フロー図である。業務フロー図 210には、開始 211から終了 212まで の業務プロセス 213a, 213b, 213c, 213d,分岐 214a, 214b,および帳票 222力 S 設けられている。開始 211、終了 212、業務プロセス 213a, 213b, 213c, 213d,お よび分岐 214a, 214bは、遷移線 215a— 215hで接続されている。帳票 222は、入 出力線 217a, 217bによって、業務プロセス 213a, 213bに接続されている。
[0050] 開始 211は、業務フローの開始位置を示している。終了 212は、業務フローの終了 位置を示して ヽる。業務プロセス 213a, 213b, 213c, 213diま、業務フロー ίこお ヽ て実行する作業を示している。分岐 214a, 214bは、条件分岐による作業手順の分 岐を示している。
[0051] 遷移線 215a— 215hは、業務プロセス間の遷移関係を示している。遷移線 215a— 215hは矢印によって遷移元と遷移先とを示している。なお、分岐 214を遷移元とす る遷移線 215d, 215eには、対応する遷移が発生する条件が設定されている。
[0052] 入出力線 217a, 217bは、矢印によって、業務プロセス力ものデータ出力、および 業務プロセスへのデータ入力を示している。具体的には、入出力線 217aは、業務プ ロセス 213aで示される業務が行われることで、帳票 222で示される帳票が出力される ことを示している。また、入出力線 217bは、帳票 222で示される帳票力 業務プロセ ス 213bで示される業務プロセスに入力されることを示している。
[0053] 図 5は、データ構造図である。データ構造図 220では、書類 221、帳票 222、 223、 画面 225が、それぞれ業務モデルに含まれるデータを表している。そして、書類 221 、帳票 222、 223f¾の関係力 線 224によって示されて!/ヽる。
[0054] 図 4に示した業務フロー図 210や図 5に示したデータ構造図 220を含む業務モデ ル図 200は、モデル構造編集部 114で編集することができる。モデル構造編集部 11 4は、モデル構造をツリー構造で画面表示する。
[0055] 図 4、図 5に示したような内容の業務モデル図 200がモデル構造編集部 114に入力 されると、モデル構造編集部 114によって、モデル構造が解析される。具体的には、 モデル構造編集部 114内に、予め業務フロー図 210やデータ構造図 220を構成す る図形と、モデル構造を構成する要素との対応関係を定義した構造定義情報を有し ている。モデル構造編集部 114は、その構造定義情報に基づいて、入力された業務 モデル図 200の構造を解析する。
[0056] 図 6は、構造定義情報の例を示す図である。構造定義情報 20には、業務モデル内 の図形とモデル構造の中の要素種別との対応関係が示されている。
先頭の対応関係 21は、業務モデル内の黒丸が、モデル構造の開始に対応するこ とを示している。対応関係 22は、業務モデル内の 2重丸(内部が黒丸)が、モデル構 造の終了に対応することを示している。対応関係 23は、業務モデル内の黒で塗りつ ぶされた菱形力 モデル構造の判断に対応することを示して ヽる。 [0057] 対応関係 24は、業務モデル内の実線の矢印力 モデル構造の遷移 (コントロール フロー)に対応することを示している。対応関係 25は、業務モデル内の点線の矢印が 、モデル構造のオブジェクトフローに対応することを示して 、る。
[0058] 対応関係 26は、業務モデル内の「業務プロセス」と記述された環状の図形が、モデ ル構造の業務プロセスに対応することを示している。対応関係 27は、業務モデル内 の二重線の四角力 モデル構造のオブジェクトに対応することを示して 、る。
[0059] 対応関係 28は、業務モデル内の「端子」を表す 2種類の図形は、モデル構造の要 素種別に対応しないことを示している。対応関係 29は、業務モデル内の「画面」と記 述された図形と、「帳票」と記述された図形とが、モデル構造のデータに対応すること を示している。
[0060] 対応関係 20aは、モデル構造のモデルに対応する業務モデル内の図形が存在し ないことを示している。対応関係 20bは、モデル構造のパッケージに対応する業務モ デル内の図形が存在しな 、ことを示して 、る。
[0061] 対応関係 20cは、業務モデルを構成する 1つのページ力 モデル構造の業務フロ 一図に対応することを示している。対応関係 20dは、モデル構造の業務フローに対 応する業務モデル内の図形が存在しないことを示している。対応関係 20eは、業務 モデルを構成する 1つのページ力 S、モデル構造の業務データ図に対応することを示 している。
[0062] このように業務モデルを構成する図形には、モデル構造情報に反映されるものとさ れないものがある。業務フロー図に含まれる、開始、終了、業務プロセスなどは、業務 フローの構造に関わるものであり、モデル構造情報にも反映される。それに対して、 1 つの業務フローを複数の図面ページに描く場合に、ページ間の繋がりを表す「端子」 は、モデルの構造には無関係であるので、モデル構造情報には反映されない。
[0063] 図 7は、端子を用いた業務フロー図の例を示す図である。図 7に示すように、 1つの 業務フロー図が複数のページ 41, 42にまたがって作成される場合がある。このとき、 ページ 41の端子 41aは、ページ 42の端子 42aに遷移することを示して!/、る。
[0064] このような業務フロー図における端子 41a, 42aは、ページ 41, 42の繋がりを示す のみであり、業務モデルの構造を示すものではない。そのため、端子 41a, 42aに対 応する業務モデル内の構成要素は必要とされない。
[0065] このような構造定義情報 20に基づいて、モデル構造編集部 114が業務モデル図 2 00のモデル構造を解析する。解析されたモデル構造は、ツリー構造で画面に表示さ れる。
なお、業務プロセスやデータのプロパティ(業務プロセスやデータが保持する情報) を表示させるために、図面ページ上に図形を描く場合がある。この場合、その図形に 対応するのは、モデル構造情報の中のオブジェクトのプロパティであり、オブジェクト ではない。そのためモデル構造情報 111をツリー形式で表示した場合、データのプ 口パティに対応するノード (アイコン)は存在しない。
[0066] 図 8は、モデル構造表示画面の例を示す図である。モデル構造表示画面 300には 、業務モデル図 200のデータ構造がツリー構造で表示されている。ユーザは、このモ デル構造表示画面 300において、検証対象位置を指定することができる。たとえば、 検証対象位置として指定する要素をマウスカーソル等で指定し、メニュー画面 (コン テキストメ-ユー、プルダウンメニュー等)を表示させる。そして、メニュー画面内に設 けられた検証実行コマンドを選択することで、検証対象位置に対する検証実行を指 示することができる。
[0067] なお、検証対象位置として指定されたデータに下位構造が存在する場合、その下 位構造も含めて検証対象となる。
業務モデル図 200から作成されたモデル構造情報は、一定のモデル構造定義に 従って作成される。モデル構造定義では、どのような種別の要素に、どのような種別 の要素が接続可能かを定義している。モデル構造定義は、たとえば、 UMLのクラス 図で表現することができる。
[0068] 図 9は、モデル構造定義の一部を示す UMLのクラス図である。図 9に示すように、 クラス図を用いて、モデル構造定義 31を表現することができる。モデル構造定義 31 では、種別 31a— 311と、種別 31a— 311間の接続関係が示されている。このようなモ デル構造定義 31に従って、モデル構造情報が作成される。
[0069] 図 10は、モデル構造情報の例を示す図である。モデル構造情報 32は、モデル構 成要素 32a— 32u間の接続関係がツリー構造で示されている。 図 11は、検 tE/レール ·対処法情報の例を示す図である。検 /レール'対処法情報 113には、検証 ID、検 SE/レール、エラーメッセージ、および対処法の欄が設けられて おり、各欄の横方向に並べられた情報同士が互いに関連付けられて 、る。
[0070] 検証 IDの欄には、検 SE/レール、エラーメッセージ、および対処法の組に設定された 識別番号が設定される。検iE/レールの欄には、検iE/レール適用部 112に定義され ている検 SE/レールの内容が設定される。エラーメッセージの欄には、対応する検 SE/レ ールを適用した結果、エラーとなったときのメッセージが設定される。対処法の欄には 、対応する検 SE/レールを適用した結果、エラーとなったときの対処法が設定される。
[0071] たとえば、「開始があること」という検 SE/レールを、業務モデル全体に適用した結果、 開始に対応する図形が見るから無い場合、エラーメッセージは「開始が一つもありま せん」であり、対処法は「開始を作ってくださ!/、」である。
[0072] 次に、第 1の実施の形態に係る業務フロー図作成支援装置による処理を具体的に 説明する。
図 12は、第 1の実施の形態に係る業務モデル検証処理の手順を示すシーケンス 図である。モデル構造編集部 114は、モデル構造情報 111から、検査すべきモデル 構造の部分 (検証対象位置)を指定して、検証対象取得処理を行う (ステップ S 11)。 なお、検査対象位置は、たとえば、画面に表示されたモデル構造に対する、ユーザ の操作入力に応じて決定される。モデル構造情報 111から検証対象のモデル構造 が取り出され、モデル構造編集部 114に渡される (ステップ S 12)。
[0073] 次に、モデル構造編集部 114は、検証制御部 115に対して、検証対象に対する検 証の実行を指示する (ステップ S 13)。検証実行の指示を受けた検証制御部 115は、 検証対象を検証実行部 116に渡し、検証処理を実行させる (ステップ S 14)。
[0074] 検証実行部 116は、内容が空の検証結果リスト 117の作成処理を行う(ステップ S1 5)。すると、検証実行部 116が利用するメモリ空間上に、検証結果リスト 117が作成 される (ステップ S16)。移行の検証結果リスト 117に対するデータ追加等の処理は、 検証実行部 116が利用して 、るメモリ空間上で行われる。
[0075] 次に、検証実行部 116は、検iE/レール適用部 112を参照し、検証対象に対して適 用すべき検 SEレールを取得する (ステップ S17)。そして、検証実行部 116は、検証 ルール適用部 112に対して、検証対象と検証結果リストとを渡し、検証対象に対する 検言 レールの適用を指示する (ステップ S 18)。
[0076] なお、検証実行部 116は、複数の検iE/レールを取得した場合、全ての検iE/レール に関して、検iE/レール適用部 112への検iE/レール適用指示を出す。また、検証実行 部 116は、取得した検証対象が、下位の構造を持っている場合、下位の構造も検証 対象として、全ての検iE/レールの適用指示を出力する。
[0077] 検iE/レール適用部 112は、検証実行部 116から検iE/レールの適用指示を受け取 る毎に、検証対象に対して検 SE/レールを適用し、検証結果 116aを作成する (ステツ プ S19)。検iE/レール適用部 112は、検証結果 116aを取得し (ステップ S20)、検証 結果リスト 117に対して、検 SE/レールの適用結果を追加する (ステップ S21)。追加さ れる適用結果には、検証対象、検iE/レール、検証結果が含まれる。
[0078] 検証実行部 116は、全ての検証対象に対する全ての検 SE/レールの適用が完了し たら、適用結果追加後の検証結果リスト 117を、検証制御部 115に渡す (ステップ S2 2)。検証制御部 115は、検証結果リストを検証結果表示制御部 118に渡し、表示を 指示する (ステップ S 23)。
[0079] 検証結果表示制御部 118は、検証結果の一覧のダイアログを表示する。そして、検 証結果表示制御部 118は、検iE/レール ·対処法情報 113を参照し、検証結果リスト に格納されている検証結果毎に、検言 レールと対処法とを取得し、ダイアログに表示 する(ステップ S 24)。
[0080] さらに、検証結果表示制御部 118は、モデル構造編集部 114に対して、エラーが 発生した検証対象の IDを指定して、エラー個所の表示指示を送信する (ステップ S2 5)。すると、モデル構造編集部 114は、検 SE/レールの適用によりエラーと判定された 検証対象を指し示す画面表示を行う。たとえば、モデル構造編集部 114は、エラー 個所に重ねて、ばつ印を表示する。
[0081] 図 13は、検証結果リストの例を示す図である。検証結果リスト 117には、検証結果 が登録されている。検証結果は、対象要素 ID、検 SE/レール、および結果の組で構成 されている。
[0082] 対象要素 IDは、業務モデル内の検証対象となった図形 (検証対象)を一意に識別 するための識別情報である。検 SE/レールは、検証対象に対して適用した検 SE/レール の識別情報である。結果は、検証対象が、適用した検言 IE/レールを満たしているカゝ否 かを示す情報である。図中、検 SE/レールに適合した場合、結果に「〇」が設定され、 検言 IE/レールに不適合 (検証エラー)の場合、結果に「 X」が設定される。
[0083] このようにして、モデル構造の検証が行われ、検証結果リストにエラーがあれば、そ のエラーに対する対処法と共に、エラーの発生個所がモニタの画面に表示される。 図 14は、モデル構造表示画面への検証エラー個所の表示手順を示すシーケンス 図である。
[0084] まず、検証結果表示制御部 118からモデル構造編集部 114に対して、検証エラー が検出された要素の IDを指定した表示要求が出力される (ステップ S41)。モデル構 造編集部 114は、親のモデル構造情報 11 laに対し、そのモデルの IDを取得するた めにアクセスする(ステップ S42)。これにより、モデル構造編集部 114は、モデル構 造情報 11 laからモデルの IDを取得する (ステップ S43)。そして、モデル構造編集 部 114は、表示要求で渡された IDとモデルの IDとを比較する。この例では、 IDがー 致していないものとする。
[0085] 次に、モデル構造編集部 114は、親のモデル構造情報 11 laを参照し、子(下位構 造)のモデル情報を取得するためのアクセスを行う(ステップ S44)。これにより、モデ ル構造編集部 114は、モデル構造情報 11 laから子モデル情報リストを取得する (ス テツプ S45)。
[0086] さらに、モデル構造編集部 114は、子のモデル構造情報 11 lbを参照し、そのモデ ルの IDを取得する(ステップ S46)。これにより、モデル構造編集部 114は、モデル構 造情報 11 laからモデルの IDを取得する (ステップ S47)。そして、モデル構造編集 部 114は、表示要求で渡された IDとモデルの IDとを比較する。この例では。 IDがー 致したものとする。
[0087] IDがー致すると、モデル構造編集部 114は、子のモデル構造情報 11 lbに対して、 強調表示のための表示色を設定する。その後、モデル構造編集部 114は、モデル構 造表示画面 300に表示される親のモデル構造情報 11 laに関するモデル構造表示 情報 310の再描画を行う(ステップ S49)。この例では、親の下位構造のモデル構造 に強調表示色が設定されているため、検証エラーの発生したノードの色が強調表示 色に変わる。
[0088] 図 15は、第 1の実施の形態の検証結果を示す画面の例を示す図である。検証処理 が終了すると、モデル構造表示画面 300の脇に検証結果画面 410が表示される。 検証結果画面 410には、検証結果表示部 411、対処法表示部 412、表示ボタン 4 13、および終了ボタン 414が設けられている。検証結果表示部 411には、エラーとな つた検証処理の、エラーメッセージが表示される。対処法表示部 412には、検証結果 表示部 411内で選択された検証処理の対処法が表示される。表示ボタン 413は、検 証結果力も選択されたエラーメッセージの対処法を表示させるためのボタンである。 終了ボタン 414は、検証結果画面 410を閉じるためのボタンである。
[0089] 検証結果としてエラーが検出されると、モデル構造表示画面 300内のモデル構造 において、エラーの発生したノードの強調表示が行われる。図 15の例では、エラーが 検出されたノード 311にチェックマークが表示されて 、る。
[0090] このように、モデル構造の検証エラーに対する対処法と、エラー発生個所とが画面 表示されることで、ユーザは、業務モデル図 200の間違いを容易に修正できる。
[第 2の実施の形態]
次に、本発明の第 2の実施の形態について説明する。第 2の実施の形態は、第 1の 実施の形態に対し、業務モデル図 200の編集機能を追加したものである。
[0091] 図 16は、第 2の実施の形態の機能ブロック図である。第 2の実施の形態の多くの機 能が第 1の実施の形態と同様であるため、図 3に示した第 1の実施の形態の構成要 素と同じ機能の構成要素には同じ番号を付し、説明を省略する。
[0092] 第 1の実施の形態との相違点は、図編集部 121が追加されたこと、および検 SE/レー ル ·対処法情報 113aと検証結果表示制御部 118aとの機能が変更されたことである。 図編集部 121は、ユーザ力もの操作入力に応じて、業務フロー図やデータ構造図 を作成する。作成された図が、業務モデルとしてモデル構造編集部 114に入力され る。
[0093] 図編集部 121には、汎用的な描画ソフトウェアを利用することができる。ただし、検 証エラーの発生箇所を表示するため、図編集部 121の表示用の API (Application Program Interface)が公開されている必要がある。
[0094] 検 tE/レール ·対処法情報 113aは、検 SE/レールに対するエラーメッセージや対処法 に加え、表示場所の情報を有している。表示場所は、エラー個所を表示する図を指 定する情報である。モデル構造編集部 114が表示個所であれば、モデル構造を示 す図上で、エラー個所が表示される。また、図編集部 121が表示個所であれば、業 務モデルを示す図上で、エラー個所が表示される。
[0095] 検証結果表示制御部 118aは、第 1の実施の形態に係る検証結果表示制御部 118 が有する機能に加え、検 /レール'対処法情報 113aに設定された表示個所の情報 に応じて、エラー個所の表示指示を行う相手を判断する機能を有する。すなわち、表 示個所がモデル構造編集部 114であれば、エラー個所の表示指示をモデル構造編 集部 114に対して出力する。また、表示個所が図編集部 121であれば、エラー個所 の表示指示を図編集部 121に対して出力する。
[0096] 図 17は、第 2の実施の形態に係る検iE/レール ·対処法情報の例を示す図である。
第 2の実施の形態の検 /レール'対処法情報 113aには、検証 、検 SE/レール、ェ ラーメッセージ、対処法、および表示場所の欄が設けられている。表示場所の欄には 、対応付けられた検 SEレールに基づく検証処理よりエラーが発生したときのエラー表 示場所 (表示機能)が設定される。
[0097] 図 18は、業務フロー表示部への検証エラー個所の表示手順を示すシーケンス図 である。
まず、検証結果表示制御部 118aから図編集部 121に対して、検証エラーが検出さ れた要素の IDを指定した表示要求が出力される (ステップ S51)。図編集部 121は、 図情報 121aに対し、その図の IDを取得するためにアクセスする(ステップ S52)。こ れにより、図編集部 121は、図情報 121aから図の IDを取得する (ステップ S53)。そ して、図編集部 121は、表示要求で渡された IDとモデルの IDとを比較する。図編集 部 121は、 IDがー致していなければ、一致するまでステップ S52, 53の処理を繰り返 す。
[0098] IDがー致すると、図編集部 121は、図情報 121aに対して、一致した IDに対応する 図形の表示位置取得のためにアクセスする(ステップ S55)。これにより、図編集部 12 1は、図情報 121aから、エラーが発生した図形の位置 (X座標と y座標)を取得する( ステップ S 55)。
[0099] 次に、図編集部 121は、図情報 121aの編集操作を行い、ステップ S55で取得した 位置に、エラー個所表示用図形 (たとえば、ばつ印)を配置する (ステップ S56)。 このように、エラーの表示個所を指定することで、視覚的に分力り易いエラー表示が 可能とある。たとえば、図編集部 121で編集中の業務フロー図にエラー発生個所を 表示すれば、ユーザは、エラーを解消するために編集すべきデータを即座に認識す ることがでさる。
[0100] 図 19は、第 2の実施の形態の検証結果を示す画面の例を示す図である。図 19の 例は、「開始から 1つ以上の遷移があること」という検 SE/レールでエラーが検出された 場合の表示画面を示して!/ヽる。図 17に示した検iE/レール ·対処法情報 113aを参照 すると、この検 SE/レールのエラーの表示場所は、図編集部 121である。そこで、図編 集部 121によって表示される業務フロー図 210の開始の位置に、エラーの発生を示 す図形 216が表示されている。
[0101] このように、図編集部 121の機能と連携して検証処理を行うことで、作成中の業務フ ロー図 210上にエラー発生個所の表示を行うことができる。し力も、図編集部 121とし ては、汎用の描画ソフトウェアを使用することが可能であり、ユーザが使い慣れている ソフトウェアを用いて業務モデル図を作成できる。
[0102] [第 3の実施の形態]
次に、第 3の実施の形態について説明する。第 3の実施の形態は、複数の検iE/レ ールを選択的に適用できるようにしたものである。
[0103] 図 20は、第 3の実施の形態の機能ブロック図である。第 3の実施の形態の多くの機 能が第 2の実施の形態と同様であるため、図 16に示した第 2の実施の形態の構成要 素と同じ機能の構成要素には同じ番号を付し、説明を省略する。
[0104] 第 2の実施の形態との相違点は、検 SE/レール保持部 122が追加されたこと、および 検 SE/レール適用部 112aの機能が変更されたことである。
検 SE/レール保持部 122には、複数の検iE/レール 122aが格納されている。また、検 言 IE/レール適用部 112aは、ユーザの操作入力等により、適用可能な検 SE/レールが予 め指定されている。そして、検 SE/レール適用部 112aは、検証対象に対して、適用可 能な検 SE/レールのみを適用し、検証処理を行う。
[0105] なお、検 SE/レール 122aは、たとえば、オブジェクト指向プログラミング言語で実装で きる。この場合、検 SE/レール 122a適用のためのインタフェースをスーパークラスで定 義し、そのサブクラスとして検 SE/レールを作成する。このように実装すれば、検 SE/レー ル適用部 112aからは、どの検 SE/レールもィテレータを利用して同じインタフェースで 呼び出すことができる。そのため、検 SE/レール適用部 112aの実装、検 SE/レール 122 aの追加,削除が容易となる。
[0106] なお、プログラミングにおいてィテレータ (Iterator)とは、リストや、それに類似するデ ータ構造の、各々の要素に対して繰り返し処理の抽象化である。実際のプロダラミン グ言語では、オブジェクトまたは文法などとして現れる。反復するためのものの意味で 反復子と訳される。
[0107] 図 21は、第 3の実施の形態に係る業務モデル検証処理の手順を示すシーケンス 図である。なお、この処理は、図 12に示した第 1の実施の形態の処理とほぼ同じであ るため、同じ処理には同一のステップ番号を付し、説明を省略する。以下、第 1の実 施の形態と異なる処理にっ 、て説明する。
[0108] ステップ S11からステップ S17の処理は第 1の実施の形態と同じである。その後、検 証実行部 116は、検 SE/レール保持部 122に対して、検証対象と検証結果リストとを渡 し、検証対象に対する検 SE/レールの適用を指示する (ステップ S 18a)。
[0109] なお、検証実行部 116は、複数の検 SE/レールを取得した場合、取得した全ての検 言 IE/レールの適用指示を、検iE/レール適用部 112へ出力する。また、検証実行部 11 6は、取得した検証対象が、下位の構造を持っている場合、下位の構造も検証対象と して、全ての検 SE/レールの適用指示を出力する。
[0110] 検iE/レール保持部 122は、検証実行部 116から検iE/レールの適用指示を受け取 る毎に、検証対象に対して検 SE/レールを適用する (ステップ S18b)。すなわち、検証 ルールの適用指示に応答して、プログラムによって記述された検 SE/レールが起動さ れ、検 SE/レールを実行するプロセスに検証対象が渡される。すると、検 SE/レールを実 行するプロセスにより、検証対象の判定が行われる。 [0111] この際、複数の検 tE/レールの適用が指定されていれば、検証対象に対して、適用 すべき検 SEレールを順次適用される。そして、検 SE/レール保持部 122に保持された 検 SE/レール (プログラムによる処理記述)が適用されることで、その検 SE/レールにより 、検証結果 116aが作成される (ステップ S19a)。
[0112] その後のステップ S20からステップ S24の処理は、第 1の実施の形態と同様である。
ステップ S24の処理後、検証結果表示制御部 118aは、表示対象がモデル構造編集 部 114か図編集部 121かを判断する。表示対象がモデル構造編集部 114であれば 、検証結果表示制御部 118aは、モデル構造編集部 114に対して、エラーが発生し た検証対象の IDを指定して、エラー個所の表示指示を送信する (ステップ S25a)。こ の場合、モデル構造編集部 114により、モデル構造表示画面 300にエラー発生場所 が表示される。
[0113] また、表示対象が図編集部 121であれば、検証結果表示制御部 118aは、図編集 部 121に対して、エラーが発生した検証対象の IDを指定して、エラー個所の表示指 示を送信する (ステップ S25b)。この場合、図編集部 121により、業務フロー図 210に エラー発生場所が表示される。
[0114] これにより、検 SE/レールの組み替えが容易となる。たとえば、社内利用の業務モデ ルについては、必要最低限の検iE/レールのみを適用し、顧客に提出する業務モデ ルにつ 、ては、最も厳し!/、検 SE/レールを適用すると!/、つた検 SE/レールの変更が容易 となる。
[0115] [第 4の実施の形態]
次に、第 4の実施の形態について説明する。第 4の実施の形態は、図編集部で表 示するための図形状法を図情報として別で保持し、図情報力 直接モデル構造の検 証を行えるようにしたものである。
[0116] 図 22は、第 4の実施の形態の機能ブロック図である。第 4の実施の形態の多くの機 能が第 3の実施の形態と同様であるため、図 20に示した第 3の実施の形態の構成要 素と同じ機能の構成要素には同じ番号を付し、説明を省略する。
[0117] 第 3の実施の形態との相違点は、図情報 123が追加されたこと、および検 SE/レール 適用部 112aの機能が変更されたことである。 図情報 123には、業務モデルを表した図に含まれる図形データが格納される。モ デル構造編集部 114aは、図情報 123に含まれた図形データを解析し、モデル構造 情報 111を作成する。
[0118] 図 23は、図情報の例を示す図である。図情報 123には、複数の図形データ 123a 一 123gが含まれている。図形データ 123a— 123gがツリー構造に関連付けられて、 図情報 123が構成されている。なお、図 23の例では、個々の図形がシェイブと名付 けられている。たとえば、遷移の図形データ 123gには、ソースの接続シエイプ ID、タ 一ゲットの接続シエイプ IDの情報が含まれている。
[0119] モデル構造編集部 114aは、図 23に示したような図情報 123に基づいてモデル構 造情報 111を生成する。
検 SE/レール 122aでは、図情報 123に含まれるデータを利用したルールを定義して おくことができる。たとえば、遷移の図形データ 123gに、ソース側接続先シエイプ ID やターゲット側接続先シエイプ IDが設定されて 、な 、場合に、検証エラーとなるよう な検 SE/レール 122aを定義しておくことができる。
[0120] 図 24は、第 4の実施の形態に係る業務モデル検証処理の手順を示すシーケンス 図である。なお、第 4の実施の形態の処理は、図 21に示した第 3の実施の形態の処 理とほぼ同じであるため、異なる部分のみを図示している。
[0121] モデル構造編集部 114aは、モデル構造情報 111から、検査すべきモデル構造の 部分 (検証対象位置)を指定して、検証対象取得処理を行う (ステップ S31)。すると、 モデル構造情報 111から検証対象の検証対象のモデル構造 (検証—モデル情報) が取り出され、モデル構造編集部 114aに渡される (ステップ S32)。
[0122] 次に、モデル構造編集部 114aは、図情報 123から、検査すべき図情報の部分 (検 証対象位置)を指定して、検証対象取得処理を行う (ステップ S33)。すると、図情報 1 23から検証対象の検証対象の図情報 (検証—図情報)が取り出され、モデル構造編 集部 114aに渡される (ステップ S34)。
[0123] そして、モデル構造編集部 114aは、検証制御部 115に対して、検証対象に対する 検証処理の実行を指示する (ステップ S35)。このとき、検証制御部 115に対して渡さ れる検証対象は、検証—モデル情報と検証—図情報とを含んでいる。以後の処理は 、図 21に示したステップ S 15以降の処理と同じである。
[0124] このように、図情報内のデータに基づいて検証を行うことができることにより、きめ細 力な検証を実施することができる。たとえば、モデル構造情報 111に反映されてない データに基づいて、検証することができる。
[0125] [第 5の実施の形態]
次に、第 5の実施の形態について説明する。第 5の実施の形態は、実施時間等の 条件が異なる複数回の検証処理それぞれの検証結果リストを保持し、業務モデル作 成の進拔度合いを測定できるようにしたものである。また、第 5の実施の形態では、検 言 IE/レールに対して、重要度を設定し、検証エラーが発生した際に、エラーメッセージ と共に重量度を表示するようにして 、る。
[0126] 図 25は、第 5の実施の形態の機能ブロック図である。第 5の実施の形態の多くの機 能が第 4の実施の形態と同様であるため、図 22に示した第 4の実施の形態の構成要 素と同じ機能の構成要素には同じ番号を付し、説明を省略する。
[0127] 第 4の実施の形態との相違点は、複数の検証結果リスト 117a, 117b, 117cを保持 できるようにしたこと、検証実行部 116aと検証結果表示制御部 118aとの機能が変更 されたこと、および検 SE/レール ·対処法情報 113bの内容を変更したことである。
[0128] 検証実行部 116aは、検証処理を実行し、検証結果リストを作成する際に、タイムス タンプ (現在の時刻を示す情報)を付与する。業務モデルを作成する過程で、業務モ デルの検証処理を複数回行うと、タイムスタンプの異なる複数の検証結果リスト 117a , 117b, 117c力生成される。
[0129] 検証結果表示制御部 118aは、複数の検証結果リスト 117a, 117b, 117cを利用し て、業務モデル作成作業の進拔状況を示す統計データを作成し、画面に表示する。
[0130] 図 26は、検 /レール'対処法情報のデータ構造例を示す図である。この検 SE/レー ル '対処法情報 113bには、検証 ID、エラー Z警告、検 SEレール、エラーメッセージ、 対処法、および表示場所の欄が設けられている。これは、図 17に示した検 SE/レール •対処法情報 113aと比較すると、エラー Z警告の欄が追加されて 、る。
[0131] エラー Z警告の欄には、検証対象の要素が検 SE/レールを満たしていないときのェ ラーの重要度を示している。図 26の例では、重要度として「エラー」と「警告」とがあり 、エラーの方が重要度が高い。重要度の分け方としては、たとえば、必ず満たしてい なければならな!/ヽ検 SE/レールに対して「エラー」を設定し、満たして!/、ることが望まし V、検言 IE/レールに対して「警告」を設定する。
[0132] 重要度は、対応する検 SE/レールで検証エラーが発生した際に、エラーメッセージと 共に、画面に表示される。また、重要度は、進拔状況を示す統計情報の基礎データ としても領される。
[0133] 図 27は、タイムスタンプが付与された検証結果リストの例を示す図である。検証結 果リスト 117aには、タイムスタンプ 117aaと検証結果 117abとが登録されて!、る。
[0134] タイムスタンプ 117aaは、検証結果リスト 117aの作成日時を示している。検証結果 117abには、対象、対象要素 ID、検iE/レール、および結果の組が登録されている。 対象は、検証対象が、モデル構造情報 111なのか図情報 123 (検証結果リスト 117a 内では、単に「図」と表されている)なのかを示している。対象要素 ID、検 SE/レール、 および結果については、図 13に示した第 1の実施の形態の例と同様である。
[0135] なお、検証エラーが発生した場合 (結果「X」)、重要度の情報 (エラー Z警告)が、 結果の情報に含められる。
このようなタイムスタンプ付きの複数の検証結果リスト 117a, 117b, 117cに基づい て、たとえば、エラー件数や警告件数を統計情報として集計することができる。集計 結果は、進拔状況として画面表示される。
[0136] 図 28は、進拔状況表示画面の第 1の例を示す図である。進拔状況表示画面 51に は、検証日時、エラー件数、警告件数の欄が設けられ、検証結果が時系列で示され ている。
このように、エラー件数や警告件数の発生数の推移を参照することで、業務モデル 作成作業の進拔状況を推定することができる。たとえば、エラー件数や警告件数が 減少傾向にある場合、業務モデル作成作業が最終段階 (間違いの修正段階)に入り 、作業が順調に進んでいると判断できる。
[0137] 図 29は、進拔状況表示画面の第 2の例を示す図である。この進拔状況表示画面 5 2には、検証日時、新規追加エラー Z警告件数、前検証からの残り件数、および修 正件数 Z発生場所の削除件数の欄が設けられ、検証結果が時系列で示されて 、る [0138] 新規追加エラー Z警告件数は、前回の検証処理では検出されていない新たなエラ 一および警告の件数である。前検証からの残り件数は、前回の検証処理で検出され たエラーおよび警告のうち、未処理の件数である。修正件数 Z発生場所の削除件数 は、前回の検証処理力も今回の検証処理の間に修正または削除された、エラーおよ び警告の件数である。
[0139] なお、前回の検証処理で検出されたエラーや警告が、今回の検証処理で検出され たか否かは、検証結果リストの、対象、対象要素 ID、および検 SE/レールが一致する か否力を比較することで判断できる。
[0140] 図 30は、進拔状況表示画面の第 3の例を示す図である。この進拔状況表示画面 5
3には、検証結果表示部 53a、対処法表示部 53b、表示ボタン 53c、終了ボタン 53d が設けられている。
[0141] 検証結果表示部 53aには、これまでに検出された検証エラー(エラーと警告)をリス トで表示している。ここで、最後に実施された検証処理で新たに検出された検証エラ 一には、新たなエラーを示すマーク(図 30の例では「New!」)が付与されている。
[0142] ユーザは、検証結果表示部 53a内から、詳細な内容を参照すべき検証エラーを選 択できる。なお、既に修正されているエラーや警告は、たとえば、灰色で表示され、選 択できな 、状態となって 、る。
[0143] 対処法表示部 53bには、検証結果表示部 53aで選択された検証エラーの対処法 が表示される。表示ボタン 53cは、検証結果表示部 53aで選択された検証エラーの 発生個所等を表示させるためのボタンである。終了ボタン 53dは、進拔状況表示画 面 53を閉じるためのボタンである。
[0144] このように、検証結果を表示する際に、前回の検証以降に生じた検証エラー (マー ク「New!」を付与)、前回力 今回までの間に修正された検証エラー (灰色の文字 で表示)、前回の検証時に検出したが未修正の検証エラー(黒色の文字、およびマ ーク「New!」無しで表示)を分類して表示することができる。
[0145] [第 6の実施の形態]
次に、第 6の実施の形態について説明する。第 6の実施の形態は、複数の検iE/レ ールの中で、適用する検 tE/レールと適用しな!、検 SE/レールとを指定する情報を利用 検言 レール設定ファイルに登録しておき、検証処理の際に利用検iE/レール設定ファ ィルを選択することで、適用する検 SE/レールを指定するものである。
[0146] 図 31は、第 6の実施の形態の機能ブロック図である。第 6の実施の形態の多くの機 能が第 5の実施の形態と同様であるため、図 25に示した第 5の実施の形態の構成要 素と同じ機能の構成要素には同じ番号を付し、説明を省略する。
[0147] 第 5の実施の形態との相違点は、利用検 SE/レール設定ファイル 124が新たに設け られたこと、および検証実行部 116aの機能が変更されたことである。
利用検 SEレール設定ファイル 124には、業務モデル作成者が選択した検 SE/レール の番号が、カンマなどで区切って記述されている。検証実行部 116aは、検iE/レール 保持部 122で保持している検 SE/レール 122aの中から、利用検 SE/レール設定フアイ ル 124に記載された番号の検 SE/レールだけを利用して検証処理を実行する。
[0148] また、利用検 SE/レール設定ファイル 124を複数用意しておくこともできる。この場合 、検証実行部 116aにおいて、利用検iE/レール設定ファイル 124の名称を設定する 機能を持たせる。そして、検証実行部 116aが、予め設定された名称に対応する利用 検 SE/レール設定ファイル 124に基づ 、て、検証処理の指示を検iE/レール適用部 11 2aに対して出力する。これにより、業務モデル作成者は、複数の設定ファイルの中か ら、目的に応じた設定ファイルを設定して、検証を実行させることができる。
[0149] [その他の応用例]
次に、上記各実施の形態に適用可能な応用例について説明する。以下、各応用 例を第 6の実施の形態のシステムに適用した場合を想定し、図 31に示した構成を参 照して説明する。
[0150] まず、第 1の応用例について説明する。第 1の応用例は、検証処理のタイミングを予 め定義しておき、そのタイミングで検証処理を自動的に行うものである。その場合、た とえば、検 /レール'対処法情報 113b内に検証タイミングを設定しておき、検証制 御部 115は検 SE/レール ·対処法情報 113bを参照して、各検 SE/レールの検証タイミン グを管理する。
[0151] 図 32は、検証タイミングが設定された検 /レール'対処法情報の例を示す図である 。この検iE /レール'対処法情報 113cには、検証 ID、エラー Z警告、検 SEレール、ェ ラーメッセージ、対処法、表示場所、および検証タイミングの欄が設けられている。こ れは、図 26に示した検iE /レール'対処法情報 113bと比較すると、検証タイミングの 欄が追カ卩されている。
[0152] 検証タイミングは、対応する検 SE/レールの適用タイミングを示して 、る。検証タイミン ダカ^検証時」であれば、ユーザ力もの意図的な操作入力が行われた際に、対応す る検 SE/レールの検証処理が実行される。
[0153] また、検証タイミングが「編集時」であれば、ユーザか業務モデルを編集して ヽる最 中に、図編集部 121において図形が入力される毎に、対応する検iE/レールの検証 処理が実行される。具体的には、図編集部 121で図形が入力され、その図形の位置 等の設定が確定すると、その情報がモデル構造編集部 114aに渡される。たとえば、 他の図形の操作に移行したときに、以前に操作していた図形の設定が確定したもの とする。
[0154] なお、検証タイミングとしては、たとえば、一定時間ごとに検証を行うように設定した り、ファイルの保存や閉じる時に検証を実行するように設定することもできる。
具体的には、モデル構造編集部 114aは、新たに図形が入力される毎にモデル構 造情報 111を更新し、更新したことを検証制御部 115に通知する。すると、検証制御 部 115は、検証実行部 116aに対して、新たに入力された要素の検証指示を出力す る。
[0155] 検証実行部 116aは、検 SE/レール ·対処法情報 113cを参照し、入力された要素に 対して適用可能であり、かつ検証タイミングが「編集時」である検 SE/レールを特定する 。そして、検証実行部 116aは、その検 SE/レールの適用指示を、検 SE/レール適用部 1 12aに対して出力する。
[0156] このようにして、検証処理の自動実行が可能となる。これにより、ユーザは、誤った 図形配置等を行ったとき、エラーの存在をすぐに知ることができる。
次に、第 2の応用例について説明する。第 2の応用例は、ユーザが任意の検iE/レ ールを定義できるようにしたものである。たとえば、業務フロー図作成支援装置に、任 意の場所に格納された検 SEレールを読み込むための検 SEレール読込部を新たに追 加する。ユーザは、検証処理を実行する際に、適用する検 SE/レールが格納されたフ アイル名を、検 SE/レール読込部に入力する。すると、検 SE/レール読込部は、指定され たファイル内の検iE/レールを、検iE/レール保持部 122に登録する。たとえば、 OCL (Object Constraint Language)を用いて、ユーザが検 tE/レールを設定できるようにす る。
[0157] 図 33は、任意に設定する検 SE/レールの例を示す図である。この検 SE/レール 122b は、「context BusinessProcess inv」で示される要素から出ている線の数力 0より多く
、 5未満でなければならな!/、と!/、ぅ検言 レールを示して!/、る。
[0158] このような検iE/レール 122bは、たとえば、一般的に多数の線を接続可能な要素で あっても、あまりに数が多すぎると業務フロー等の構造が複雑になりすぎるため、接続 可能な線の数を制限する際に利用される。
[0159] 次に、第 3の応用例について説明する。第 3の応用例は、エラーが発生したときの 対処を自動的に行うものである。その場合、たとえば、検iE/レール ·対処法情報 113 bに、対処前のモデルパターンと対処後のモデルパターンとを登録しておく。
[0160] 図 34は、対処前後のモデルパターンを登録した検 /レール'対処法情報の例を示 す図である。この検 /レール'対処法情報 113dでは、検 SE/レールに対応づけて、対 処前業務モデルパターンと対処後業務モデルパターンとの欄が設けられている。
[0161] 対処前業務モデルパターンには、エラーの発生原因となる業務モデルのパターン が設定されている。対処後業務モデルパターンには、エラーを解消させることができ る業務モデルのパターンが設定されて 、る。
[0162] このような定義を行うと、検証エラー発生箇所の構造などが、作業前のモデルのパ ターンと合致する場合に、作業後のモデルに変換して表示することができる。たとえ ば、図 34の例の検証 ID「2」の検 SE/レールでは、判断の分岐先に対してガード条件 が記載されていない場合、ガード条件付きの業務フローに変換するような対処後業 務モデルパターンが設定されて 、る。
[0163] なお、図 34の例では、ガード条件として、遷移先の業務プロセスの名前が自動的に 設定される。ユーザは、別のガード条件が適切と判断した場合、図編集部 121に対 する操作入力を行い、任意のガード条件を設定できる。 [0164] 検証結果表示制御部 118aは、検証エラーが発生した際に、検 /レール'対処法 情報 113dを参照し、対処前業務モデルパターンと対処後業務モデルパターンとが 設定されていれば、設定内容に沿ったモデルの変更指示を図編集部 121に対して 出力する。図編集部 121は、指示に従って業務フロー図等の図を編集する。
[0165] なお、対処前業務モデルパターン力 対処後業務モデルパターンへの図の自動編 集を行った場合、ユーザからの確認を示す操作入力を待って、編集後の図を確定す ることができる。これにより、ユーザが気づかない間に、図が変更されることを防止でき る。
[0166] なお、上記の処理機能は、コンピュータによって実現することができる。その場合、 業務モデル図作成支援装置が有すべき機能の処理内容を記述したプログラムが提 供される。そのプログラムをコンピュータで実行することにより、上記処理機能がコンビ ユータ上で実現される。処理内容を記述したプログラムは、コンピュータで読み取り可 能な記録媒体に記録しておくことができる。コンピュータで読み取り可能な記録媒体 としては、磁気記録装置、光ディスク、光磁気記録媒体、半導体メモリなどがある。磁 気記録装置には、ハードディスク装置 (HDD)、フレキシブルディスク (FD)、磁気テ ープなどがある。光ディスクには、 DVD (Digital Versatile Disc)、 DVD— RAM ( Random Access Memory)、 CD— ROM (Compact Disc Read Only Memory)、 CD— R (Recordable) ZRW (Rewritable)などがある。光磁気記録媒体には、 MO (
Magneto-Optical disk)などがある。
[0167] プログラムを流通させる場合には、たとえば、そのプログラムが記録された DVD、 C D— ROMなどの可搬型記録媒体が販売される。また、プログラムをサーバコンビユー タの記憶装置に格納しておき、ネットワークを介して、サーバコンピュータから他のコ ンピュータにそのプログラムを転送することもできる。
[0168] プログラムを実行するコンピュータは、たとえば、可搬型記録媒体に記録されたプロ グラムもしくはサーバコンピュータ力 転送されたプログラムを、 自己の記憶装置に格 納する。そして、コンピュータは、自己の記憶装置力 プログラムを読み取り、プロダラ ムに従った処理を実行する。なお、コンピュータは、可搬型記録媒体から直接プログ ラムを読み取り、そのプログラムに従った処理を実行することもできる。また、コンビュ ータは、サーバコンピュータ力もプログラムが転送される毎に、逐次、受け取ったプロ グラムに従った処理を実行することもできる。
[0169] 上記については単に本発明の原理を示すものである。さらに、多数の変形、変更が 当業者にとって可能であり、本発明は上記に示し、説明した正確な構成および応用 例に限定されるものではなぐ対応するすべての変形例および均等物は、添付の請 求項およびその均等物による本発明の範囲とみなされる。
符号の説明
[0170] 1 業務モデル図
la 検証対象要素
2 対処法情報
3 モデル構造解析手段
4 検証手段
5 検証結果表示手段
6 図形
7 エラーメッセージ
8 対処法

Claims

請求の範囲
[1] 利用者の業務モデルの構造を表す業務モデル図の作成を支援する業務モデル図 作成支援プログラムにお 、て、
コンピュータを、
図形と線とを構成要素とする前記業務モデル図を解析し、前記業務モデル図を構 成する各構成要素の種別を判別し、構成要素間の関係を示すモデル構造を生成す るモデル構造解析手段、
前記構成要素の少なくとも一部を検証対象要素として選択し、前記業務モデル図 の構成要素が満たすべき条件が予め設定された検 SEレールの中から、選択した前 記検証対象要素の種別に対応する検 SE/レールを抽出し、選択した前記検証対象要 素力 抽出した前記検言 IE/レールに適合して ヽるか否かを検証する検証手段、 前記検証手段にお!、て不適合と判定された場合、前記検証対象要素の前記検証 ルールへの不適合を解消するために操作すべき位置を表示する検証結果表示手段
として機能させることを特徴とする業務モデル図作成支援プログラム。
[2] 前記検証結果表示手段は、前記検証手段にお!、て不適合と判定された場合、前 記検 SE/レールに不適合な構成要素を前記検 SE/レールに適合させるための対処法が 登録された対処法情報を参照し、不適合と判断した際の前記検 SE/レールに前記検 証対象要素を適合させるための対処法を表示することを特徴とする請求の範囲第 1 項記載の業務モデル図作成支援プログラム。
[3] 前記検証結果表示手段は、前記業務モデル図の前記モデル構造を示す図上に、 前記検証対象要素の位置を表示することを特徴とする請求の範囲第 1項記載の業務 モデル図作成支援プログラム。
[4] 前記検証結果表示手段は、前記業務モデル図上に、前記業務モデル図内での前 記検証対象要素の位置を表示することを特徴とする請求の範囲第 1項記載の業務モ デル図作成支援プログラム。
[5] 前記検証手段は、予め保持された複数の前記検iE/レールのうち、ユーザによって 指定された前記検 SE/レールを前記検証対象要素に適用することを特徴とする請求の 範囲第 1項記載のモデル構造作成支援プログラム。
[6] 前記検証手段は、前記検 SE/レールに対して予め設定された検証タイミングになつ たとき、前記検証対象要素が前記検言 IE/レールに適合して ヽるカゝ否かを検証すること を特徴とする請求の範囲第 1項記載のモデル構造作成支援プログラム。
[7] 前記検証手段は、前記業務モデル図の構成要素を定義するデータを直接検証す る前記検iE/レールを用いて、前記検証対象要素を検証することを特徴とする請求の 範囲第 1項記載のモデル構造作成支援プログラム。
[8] 前記検証結果表示手段は、前記検証手段にお!、て不適合と判定された場合、前 記検 SE/レールに適合しな 、ことの重要度のレベルを、エラーメッセージと共に表示す ることを特徴とする請求の範囲第 1項記載のモデル構造作成支援プログラム。
[9] 前記検証手段は、検証結果にタイムスタンプを付与して、記憶手段に蓄積し、 前記検証結果表示手段は、前記記憶手段に蓄積された検証結果に基づいて、前 記検iE/レールに不適合と判定された構成要素の発生状況の推移を示す統計情報を 生成し、前記統計情報を表示することを特徴とする請求の範囲第 1項記載のモデル 構造作成支援プログラム。
[10] 前記検証手段は、ユーザによって任意に定義された前記検 SE/レールによって、前 記検証対象要素の検証を行うことを特徴とする請求の範囲第 1項記載のモデル構造 作成支援プログラム。
[11] 前記検証結果表示手段は、前記検 SE/レールに不適合の前記検証対象要素を前 記検 SE/レールに適合させるための変更パターンが予め設定されており、前記検証手 段において不適合と判定された場合、前記変更パターンに基づいて前記検証対象 要素を変更した前記業務モデル図を表示することを特徴とする請求の範囲第 1項記 載のモデル構造作成支援プログラム。
[12] 前記検証手段は、複数の前記検 SE/レールを含む検 SE/レール集合を複数保持し、 ユーザによって選択された前記検iE/レール集合に含まれる前記検iE/レールを前記 検証対象要素に適用し、適合の有無を判定することを特徴とする請求の範囲第 1項 記載のモデル構造作成支援プログラム。
[13] コンピュータにより、利用者の業務モデルの構造を表す業務モデル図の作成を支 援するための業務モデル図作成支援方法において、
モデル構造解析手段が、図形と線とを構成要素とする前記業務モデル図を解析し 、前記業務モデル図を構成する各構成要素の種別を判別し、構成要素間の関係を 示すモデル構造を生成し、
検証手段が、前記構成要素の少なくとも一部を検証対象要素として選択し、前記業 務モデル図の構成要素が満たすべき条件が予め設定された検iE/レールの中から、 選択した前記検証対象要素の種別に対応する検 SE/レールを抽出し、選択した前記 検証対象要素が、抽出した前記検言 IE/レールに適合して 、る力否かを検証し、 検証結果表示手段が、前記検証手段において不適合と判定された場合、前記検 証対象要素の前記検iEレールへの不適合を解消するために操作すべき位置を表示 する、
ことを特徴とする業務モデル図作成支援方法。
[14] 利用者の業務モデルの構造を表す業務モデル図の作成を支援する業務モデル図 作成支援装置において、
図形と線とを構成要素とする前記業務モデル図を解析し、前記業務モデル図を構 成する各構成要素の種別を判別し、構成要素間の関係を示すモデル構造を生成す るモデル構造解析手段と、
前記構成要素の少なくとも一部を検証対象要素として選択し、前記業務モデル図 の構成要素が満たすべき条件が予め設定された検 SEレールの中から、選択した前 記検証対象要素の種別に対応する検 SE/レールを抽出し、選択した前記検証対象要 素力 抽出した前記検言 IE/レールに適合している力否かを検証する検証手段と、 前記検証手段にお!、て不適合と判定された場合、前記検証対象要素の前記検証 ルールへの不適合を解消するために操作すべき位置を表示する検証結果表示手段 と、
を有することを特徴とする業務モデル図作成支援装置。
[15] 利用者の業務モデルの構造を表す業務モデル図の作成を支援する業務モデル図 作成支援プログラムを記録したコンピュータ読み取り可能な記録媒体において、 コンピュータを、 図形と線とを構成要素とする前記業務モデル図を解析し、前記業務モデル図を構 成する各構成要素の種別を判別し、構成要素間の関係を示すモデル構造を生成す るモデル構造解析手段、
前記構成要素の少なくとも一部を検証対象要素として選択し、前記業務モデル図 の構成要素が満たすべき条件が予め設定された検 SEレールの中から、選択した前 記検証対象要素の種別に対応する検 SE/レールを抽出し、選択した前記検証対象要 素力 抽出した前記検言 IE/レールに適合して ヽるか否かを検証する検証手段、 前記検証手段にお!、て不適合と判定された場合、前記検証対象要素の前記検証 ルールへの不適合を解消するために操作すべき位置を表示する検証結果表示手段
として機能させることを特徴とする業務モデル図作成支援プログラムを記録したコン ピュータ読み取り可能な記録媒体。
PCT/JP2004/013942 2004-09-24 2004-09-24 業務モデル図作成支援プログラム、方法、 及び装置 WO2006033159A1 (ja)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP2006536290A JP4667386B2 (ja) 2004-09-24 2004-09-24 業務モデル図作成支援プログラム、業務モデル図作成支援方法、および業務モデル図作成支援装置
PCT/JP2004/013942 WO2006033159A1 (ja) 2004-09-24 2004-09-24 業務モデル図作成支援プログラム、方法、 及び装置
US11/726,384 US20070214173A1 (en) 2004-09-24 2007-03-21 Program, method, and apparatus for supporting creation of business process model diagram

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2004/013942 WO2006033159A1 (ja) 2004-09-24 2004-09-24 業務モデル図作成支援プログラム、方法、 及び装置

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US11/726,384 Continuation US20070214173A1 (en) 2004-09-24 2007-03-21 Program, method, and apparatus for supporting creation of business process model diagram

Publications (1)

Publication Number Publication Date
WO2006033159A1 true WO2006033159A1 (ja) 2006-03-30

Family

ID=36089926

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2004/013942 WO2006033159A1 (ja) 2004-09-24 2004-09-24 業務モデル図作成支援プログラム、方法、 及び装置

Country Status (3)

Country Link
US (1) US20070214173A1 (ja)
JP (1) JP4667386B2 (ja)
WO (1) WO2006033159A1 (ja)

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008018132A1 (fr) * 2006-08-09 2008-02-14 Fujitsu Limited programme d'édition d'organigramme d'entreprise et procédé d'édition d'organigramme d'entreprise
JP2008077208A (ja) * 2006-09-19 2008-04-03 Fujitsu Ltd 業務フロー編集プログラム、業務フロー編集装置および業務フロー編集方法
JP2008257645A (ja) * 2007-04-09 2008-10-23 Toyota Motor Corp 業務プロセス設計支援システム
JP2008276394A (ja) * 2007-04-26 2008-11-13 Nippon Telegr & Teleph Corp <Ntt> プロセスモデル作成システム、方法及びそのプログラム
WO2009144826A1 (ja) * 2008-05-30 2009-12-03 富士通株式会社 検査用ファイル生成プログラム、検査用ファイル生成装置および検査用ファイル生成方法
JP2010086066A (ja) * 2008-09-29 2010-04-15 Internatl Business Mach Corp <Ibm> モデルの品質を検証するためのコンピュータ・システム、並びにその方法及びコンピュータ・プログラム
JP2011503680A (ja) * 2007-09-28 2011-01-27 マイクロソフト コーポレーション リレーショナルモデルのインテリジェントな編集
JP2011209839A (ja) * 2010-03-29 2011-10-20 Fuji Electric Co Ltd プログラム自動生成装置
JP2011232874A (ja) * 2010-04-26 2011-11-17 Fujitsu Ltd 情報セキュリティ管理支援方法及び装置
JP2015018557A (ja) * 2013-07-15 2015-01-29 ゼネラル・エレクトリック・カンパニイ データ損失防止のためのシステムおよび方法
JP2015041285A (ja) * 2013-08-22 2015-03-02 三菱電機株式会社 整合性検証装置、整合性検証方法及び整合性検証プログラム
WO2016208073A1 (ja) * 2015-06-26 2016-12-29 株式会社日立製作所 モジュール再利用判定装置、モジュール再利用判定方法、及びモジュール再利用判定プログラム
JP2019164671A (ja) * 2018-03-20 2019-09-26 東京電力ホールディングス株式会社 事例分析支援システム、事例分析支援方法およびプログラム
CN113010930A (zh) * 2021-04-15 2021-06-22 北京航空航天大学 一种数字孪生模型多维多尺度验证方法

Families Citing this family (27)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7542980B2 (en) 2005-04-22 2009-06-02 Sap Ag Methods of comparing and merging business process configurations
US20060293935A1 (en) * 2005-04-22 2006-12-28 Igor Tsyganskiy Methods and systems for incrementally exposing business application errors using an integrated display
US7702638B2 (en) * 2005-04-22 2010-04-20 Sap Ag Systems and methods for off-line modeling a business application
US20060293934A1 (en) * 2005-04-22 2006-12-28 Igor Tsyganskiy Methods and systems for providing an integrated business application configuration environment
US20060242174A1 (en) * 2005-04-22 2006-10-26 Igor Tsyganskiy Systems and methods for using object-oriented tools to debug business applications
US20060242177A1 (en) * 2005-04-22 2006-10-26 Igor Tsyganskiy Methods of exposing business application runtime exceptions at design time
US8539003B2 (en) * 2005-04-22 2013-09-17 Sap Ag Systems and methods for identifying problems of a business application in a customer support system
US20060242188A1 (en) * 2005-04-22 2006-10-26 Igor Tsyganskiy Methods of exposing a missing collection of application elements as deprecated
US7958486B2 (en) * 2005-04-22 2011-06-07 Sap Ag Methods and systems for data-focused debugging and tracing capabilities
US20060242194A1 (en) * 2005-04-22 2006-10-26 Igor Tsyganskiy Systems and methods for modeling and manipulating a table-driven business application in an object-oriented environment
US20060242197A1 (en) * 2005-04-22 2006-10-26 Igor Tsyganskiy Methods of transforming application layer structure as objects
US7877731B2 (en) * 2007-02-12 2011-01-25 Microsoft Corporation Formatting and viewing source objects
US8126693B2 (en) * 2008-01-15 2012-02-28 International Business Machines Corporation Method and system for modeling, validating and automatically resolving goals and dependencies between elements within a topology
US8126692B2 (en) * 2008-01-15 2012-02-28 International Business Machines Corporation Method and system for modeling, validating and automatically resolving goals and dependencies between elements within a topology
US20090271229A1 (en) * 2008-04-23 2009-10-29 C/O Outperformance, Inc. Method for generating a flexible model for joint profit and environmental optimization
US8140581B2 (en) * 2008-05-15 2012-03-20 Microsoft Corporation Configurable view on data models
US8140593B2 (en) 2008-05-15 2012-03-20 Microsoft Corporation Data viewer management
GB0817197D0 (en) * 2008-09-19 2008-10-29 Walsh Jason J Process development system
US20100161524A1 (en) * 2008-12-19 2010-06-24 International Business Machines Corporation Method and system for identifying graphical model semantics
US20100162208A1 (en) * 2008-12-19 2010-06-24 International Business Machines Corporation Modeling tool builder - graphical editor construction
JP5188421B2 (ja) * 2009-02-27 2013-04-24 株式会社日立製作所 ソースコード解析方法およびソースコード解析支援システム
US20110184882A1 (en) * 2010-01-25 2011-07-28 International Business Machines Corporation Social modeling of processes
US8719191B2 (en) * 2010-03-01 2014-05-06 International Business Machines Corporation Training and verification using a correlated boosted entity model
US8578346B2 (en) * 2010-09-10 2013-11-05 International Business Machines Corporation System and method to validate and repair process flow drawings
US10755208B2 (en) * 2012-08-15 2020-08-25 Sap Se Methods, apparatus and system for mediating services
CN106445506A (zh) * 2016-09-06 2017-02-22 北京恒华伟业科技股份有限公司 一种业务流程图生成方法、装置和系统
CN116627664B (zh) * 2023-07-26 2024-03-29 中信证券股份有限公司 业务校验方法、装置、电子设备和计算机可读介质

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08287157A (ja) * 1995-04-07 1996-11-01 Hitachi Ltd 業務プロセス定義方法
JPH10198708A (ja) * 1997-01-08 1998-07-31 Zuken:Kk 図面検証システム
JP2004171365A (ja) * 2002-11-21 2004-06-17 Hitachi Ltd 図面検証システム

Family Cites Families (32)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07101383B2 (ja) * 1987-05-02 1995-11-01 日本電気株式会社 図式プログラムエディタエラ−表示方式
EP0525258A1 (en) * 1991-07-29 1993-02-03 International Business Machines Corporation Generation of rules-based computer programs
JPH05274179A (ja) * 1992-03-25 1993-10-22 Mitsubishi Electric Corp コンパイル処理装置
JPH06230955A (ja) * 1993-02-05 1994-08-19 Toshiba Corp タイムチャート編集装置
US5848393A (en) * 1995-12-15 1998-12-08 Ncr Corporation "What if . . . " function for simulating operations within a task workflow management system
JPH09231061A (ja) * 1996-02-20 1997-09-05 Fuji Xerox Co Ltd プログラミング支援装置および方法
US5801942A (en) * 1996-04-12 1998-09-01 Fisher-Rosemount Systems, Inc. Process control system user interface including selection of multiple control languages
JPH10187424A (ja) * 1996-12-25 1998-07-21 Nec Corp 図式編集プログラムにおける正誤判定結果表示方式
US6637020B1 (en) * 1998-12-03 2003-10-21 International Business Machines Corporation Creating applications within data processing systems by combining program components dynamically
US7458013B2 (en) * 1999-05-12 2008-11-25 The Board Of Trustees Of The Leland Stanford Junior University Concurrent voice to text and sketch processing with synchronized replay
US6754885B1 (en) * 1999-05-17 2004-06-22 Invensys Systems, Inc. Methods and apparatus for controlling object appearance in a process control configuration system
AU5025600A (en) * 1999-05-17 2000-12-05 Foxboro Company, The Process control configuration system with parameterized objects
US7315826B1 (en) * 1999-05-27 2008-01-01 Accenture, Llp Comparatively analyzing vendors of components required for a web-based architecture
US7139999B2 (en) * 1999-08-31 2006-11-21 Accenture Llp Development architecture framework
US6981207B1 (en) * 2000-01-11 2005-12-27 Ecora Software Corporation Automatic documentation of configurable systems by outputting explanatory information of configuration parameters in a narrative format and configuration parameters differences
US7334216B2 (en) * 2000-04-04 2008-02-19 Sosy, Inc. Method and apparatus for automatic generation of information system user interfaces
US8176563B2 (en) * 2000-11-13 2012-05-08 DigitalDoors, Inc. Data security system and method with editor
US6725229B2 (en) * 2000-12-29 2004-04-20 Bellsouth Intellectual Property Corp. Configuration utility
US20040027398A1 (en) * 2001-02-15 2004-02-12 Denny Jaeger Intuitive graphic user interface with universal tools
US7082386B2 (en) * 2001-02-21 2006-07-25 International Business Machines Corporation Generalized software modeling tool
US7136082B2 (en) * 2002-01-25 2006-11-14 Xerox Corporation Method and apparatus to convert digital ink images for use in a structured text/graphics editor
US7139004B2 (en) * 2002-01-25 2006-11-21 Xerox Corporation Method and apparatus to convert bitmapped images for use in a structured text/graphics editor
US7366678B2 (en) * 2002-04-12 2008-04-29 International Business Machines Corporation Facilitating error checking of service elements
US7440902B2 (en) * 2002-04-12 2008-10-21 International Business Machines Corporation Service development tool and capabilities for facilitating management of service elements
US20040019875A1 (en) * 2002-04-29 2004-01-29 Welch Keith C. Masked edit control for use in a graphical programming environment
WO2003096147A2 (en) * 2002-05-06 2003-11-20 Zoot Enterprises, Inc. System and method of application processing
US7251787B2 (en) * 2002-08-28 2007-07-31 Siebel Systems, Inc. Method and apparatus for an integrated process modeller
US7257818B2 (en) * 2002-08-29 2007-08-14 Sap Aktiengesellschaft Rapid application integration using functional atoms
US7237225B2 (en) * 2002-08-29 2007-06-26 Sap Aktiengesellschaft Rapid application integration using reusable patterns
US20050034083A1 (en) * 2003-08-05 2005-02-10 Denny Jaeger Intuitive graphic user interface with universal tools
US7454377B1 (en) * 2003-09-26 2008-11-18 Perry H. Beaumont Computer method and apparatus for aggregating and segmenting probabilistic distributions
US7543274B2 (en) * 2003-12-22 2009-06-02 The United States Of America As Represented By The Administrator Of The National Aeronautics And Space Administration System and method for deriving a process-based specification

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08287157A (ja) * 1995-04-07 1996-11-01 Hitachi Ltd 業務プロセス定義方法
JPH10198708A (ja) * 1997-01-08 1998-07-31 Zuken:Kk 図面検証システム
JP2004171365A (ja) * 2002-11-21 2004-06-17 Hitachi Ltd 図面検証システム

Cited By (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4893741B2 (ja) * 2006-08-09 2012-03-07 富士通株式会社 業務フローチャート編集プログラムおよび業務フローチャート編集方法
WO2008018132A1 (fr) * 2006-08-09 2008-02-14 Fujitsu Limited programme d'édition d'organigramme d'entreprise et procédé d'édition d'organigramme d'entreprise
US8630887B2 (en) 2006-08-09 2014-01-14 Fujitsu Limited Business process flowchart editing program and business process flowchart editing method
JP2008077208A (ja) * 2006-09-19 2008-04-03 Fujitsu Ltd 業務フロー編集プログラム、業務フロー編集装置および業務フロー編集方法
JP2008257645A (ja) * 2007-04-09 2008-10-23 Toyota Motor Corp 業務プロセス設計支援システム
JP2008276394A (ja) * 2007-04-26 2008-11-13 Nippon Telegr & Teleph Corp <Ntt> プロセスモデル作成システム、方法及びそのプログラム
JP2011503680A (ja) * 2007-09-28 2011-01-27 マイクロソフト コーポレーション リレーショナルモデルのインテリジェントな編集
WO2009144826A1 (ja) * 2008-05-30 2009-12-03 富士通株式会社 検査用ファイル生成プログラム、検査用ファイル生成装置および検査用ファイル生成方法
GB2472944A (en) * 2008-05-30 2011-02-23 Fujitsu Ltd Verification file generating program, verification file generating device, and verification file generating method
JP5246258B2 (ja) * 2008-05-30 2013-07-24 富士通株式会社 ファイル生成プログラム、ファイル生成装置およびファイル生成方法
US8103914B2 (en) 2008-05-30 2012-01-24 Fujitsu Limited Test file generation device and test file generation method
JP2010086066A (ja) * 2008-09-29 2010-04-15 Internatl Business Mach Corp <Ibm> モデルの品質を検証するためのコンピュータ・システム、並びにその方法及びコンピュータ・プログラム
JP2011209839A (ja) * 2010-03-29 2011-10-20 Fuji Electric Co Ltd プログラム自動生成装置
JP2011232874A (ja) * 2010-04-26 2011-11-17 Fujitsu Ltd 情報セキュリティ管理支援方法及び装置
JP2015018557A (ja) * 2013-07-15 2015-01-29 ゼネラル・エレクトリック・カンパニイ データ損失防止のためのシステムおよび方法
JP2015041285A (ja) * 2013-08-22 2015-03-02 三菱電機株式会社 整合性検証装置、整合性検証方法及び整合性検証プログラム
WO2016208073A1 (ja) * 2015-06-26 2016-12-29 株式会社日立製作所 モジュール再利用判定装置、モジュール再利用判定方法、及びモジュール再利用判定プログラム
JPWO2016208073A1 (ja) * 2015-06-26 2017-06-29 株式会社日立製作所 モジュール再利用判定装置、モジュール再利用判定方法、及びモジュール再利用判定プログラム
JP2019164671A (ja) * 2018-03-20 2019-09-26 東京電力ホールディングス株式会社 事例分析支援システム、事例分析支援方法およびプログラム
JP7192228B2 (ja) 2018-03-20 2022-12-20 東京電力ホールディングス株式会社 事例分析支援システム、事例分析支援方法およびプログラム
CN113010930A (zh) * 2021-04-15 2021-06-22 北京航空航天大学 一种数字孪生模型多维多尺度验证方法

Also Published As

Publication number Publication date
US20070214173A1 (en) 2007-09-13
JPWO2006033159A1 (ja) 2008-05-15
JP4667386B2 (ja) 2011-04-13

Similar Documents

Publication Publication Date Title
JP4667386B2 (ja) 業務モデル図作成支援プログラム、業務モデル図作成支援方法、および業務モデル図作成支援装置
US8327333B2 (en) Apparatus, method, and system of assisting software development
US7908564B2 (en) Copying and pasting a plurality of data items as a group
US7096421B2 (en) System and method for comparing hashed XML files
AU4098700A (en) Circuit arrangement for measuring the resistances of a pressure-sensitive resistance mat
US20040205509A1 (en) System and method for comparing parsed XML files
JP2004118403A (ja) ソフトウェア機能テストデータ生成プログラムおよびソフトウェア機能テストデータ生成方法
WO2010044150A1 (ja) プログラム変更管理装置、プログラム変更管理プログラムおよびプログラム変更管理方法
JPH08241191A (ja) Gui自動評価装置
JP4215255B2 (ja) デグレード確認検査方法、デグレード確認検査システム、およびそのためのプログラム
US20100095279A1 (en) Method for automatically testing menu items of application software
JP4484791B2 (ja) 検証データ生成装置および検証データ生成プログラム、検証データ生成方法
KR101534493B1 (ko) 구조 변환에 기초한 소스코드 보안 약점 탐지 장치 및 방법
JP5123337B2 (ja) 検証データ生成装置、検証データ生成プログラム及び検証データ生成方法
JP3464159B2 (ja) テスト仕様書作成装置およびそのプログラムを格納した記憶媒体
JP5808264B2 (ja) コード生成装置及びコード生成方法及びプログラム
JP2011204069A (ja) テスト方法およびテスト仕様書テストデータ自動生成装置
JP5799589B2 (ja) 検証方法及び検証プログラム
US8839097B2 (en) System and method for information encapsulation for providing multiple deliverable formats from one information source
JP6739599B1 (ja) 情報処理プログラム、情報処理方法、及び情報処理装置
JP6419902B1 (ja) プログラム比較方法、プログラム比較装置およびプログラム比較プログラム
JP4113652B2 (ja) 住宅開発設計システム
JP3417318B2 (ja) ドキュメント作成管理方法及びその装置並びにプログラムを記録した機械読み取り可能な記録媒体
CN117434883A (zh) 一种plc程序版本的可视化管理方法及装置
CN117215552A (zh) 交互组件的生成方法、装置、存储介质及计算机设备

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

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

AL Designated countries for regional patents

Kind code of ref document: A1

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

WWE Wipo information: entry into national phase

Ref document number: 2006536290

Country of ref document: JP

WWE Wipo information: entry into national phase

Ref document number: 11726384

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE

WWP Wipo information: published in national office

Ref document number: 11726384

Country of ref document: US

122 Ep: pct application non-entry in european phase