1. Field of the Invention
The present invention relates to techniques of analyzing a program used in an information system and extracting logic designated by a user, and more particularly to program slice techniques.
2. Description of the Related Art
A program slice technique is conventionally known as the technique of using start point information on a program to extract a portion of the program which influences the start point or is influenced by the start point. This program slice technique has recently drawn attention as the technique capable of extracting logic designated by a user from a program constituting an already existing system (legacy system).
With this technique, relations between command statements in a program are collected in a graph called a dependency graph, and a command statement, which influences a command statement designated as a start point or is influenced by the start point, is extracted from the dependency graph. According to the program slice, relations between command statements are classified into two relations: a data dependency relation and a control dependency relation. Data dependency indicates the relation that data referred to by a command statement is referred by another command statement, and control dependency indicates the relation that an execution condition of a command statement is controlled.
Methods of extracting particular program portions from the dependency graph include two methods: forward slice and backward slice methods. By the forward slice method, a command statement to be used as a start point of a slice process is selected, and the dependency graph is traced in the program execution order to thereby extract a command statement which is influenced by the start point.
By the backward slice method, a command statement to be used as a start point of a slice process is selected, and the dependency graph is traced in a reverse order of the program execution order to thereby extract a command statement which influences the start point.
A system for extracting logic (sub-routine) designated by a user from a program constituting a legacy system by using program slice is disclosed in JP-A-2005-18114. It is described that in this system, particular interface information is selected and program slice is executed starting from the selected particular interface information, so that a command statement related to the information can be extracted.
If a program containing a function desired to be extracted by a user is identified and a logical input and a logical output of this function are known to some extent, the extraction result of logic desired by the user can be considered as logic which calculates an output designated by the user only from an input item designated by the user. This situation frequently occurs when a legacy system is reproduced or in other cases.
Although it is insisted that the system of JP-A-2005-18114 can extract logic designated by a user from a program by executing program slice from an item designated by the user, a specific method is not described at all. Therefore, essential issues are not settled which occur when program slice is adopted for logic extraction, for example, logic necessary for program execution cannot be extracted when logic extraction is executed by adopting forward slice, and a result of logic extraction by adopting backward slice contains a command statement not necessary for the user.
By using this method, if a user extracts or generates an output intended by a user from only an input intended by the user, it is necessary to understand the extracted logic and correct the logic in order to eliminate the influence by inputs not designated by the user. There may arise issues that it takes time to identify the correction location and that a correction location is wrong.
According to the present invention, a user is made to designate input information regarding logic to be extracted from a program constituting an already existing system, and extraction necessity of specific logic is judged for each command statement of the program. Extraction necessity of specific logic from an analysis subject program is classified as follows. A command statement influenced by only an input designated by a user is classified into a command statement to be extracted, a command statement influenced by both an input designated by the user and an input not designated by the user is classified into a command statement to be corrected, and a command statement influenced by only an input not designated by the user is classified into a command statement not to be extracted. Each classified command statement is displayed in a distinguished manner. A user may designate not only an input start point but also an output start point to thereby narrow a logic extraction range.
Classified command statements used as the extraction subject, command statements necessary for judgement and command statements not used as the extraction subject are displayed for a user by using a display unit or the like. Correction portions for extracting logic designated by a user are presented to support the user to execute a procedure of extracting designated logic from an already existing system.
According to the system of the present invention, it is possible to extract or generate logic for calculating a user-designated output from a user-designated input, while an already existing program is referred to.
Embodiments of the present invention will be described.
[First Embodiment]
The first embodiment of the present invention will be described in detail with reference to the accompanying drawings.
With reference to a flow chart of
A program analysis part 132 shown in
Next, a user is made to designate an input start point and an output start point to be used as start points of logic extraction, and the start point information is supplied to the logic extraction part 133 (Step 202).
Next, a specific logic extraction function is executed to classify command statements into: command statements to be extracted; correction candidate command statements; and command statements not to be extracted, and resisters these command statements as the logic extraction result 112. The specific logic extraction function 203 will be described later in detail (Step 203).
The display part 134 acquires the dependency information stored in the external storage device 112, and classifies the dependency information into: command statements to be extracted; correction candidate command statements; and command statements not to be extracted, and displays these command statements on the display unit 142. A user is made to correct the program from the keyboard 143, relative to the logic extraction result displayed on the display unit 142. The logic correction/registration part 131 acquired the correction result registers the corrected program as an analysis subject source (Step 204).
Steps 201 to 204 are repeated until the program correction is completed, and the system is terminated when there is no correction candidate command statement in the program.
Next, with reference to the menu screen shown in
After the analysis subject program is acquired, the user is made to select a “program analysis function” 2702 to activate the program analysis part 132, generate dependency information and register the dependency information in the dependency information disk 112. The dependency information is information stored in a command statement information table 601, a word information table 602, a control information table 603, and a data dependency information table 604. These tables will be later described in detail.
Next, the user is made to select “registration of input/output start points” 2703 to call an input/output registration screen, and the user is made to register an input data item from this screen. The registered input information is registered in the word information table 602. When an input start point is acquired, output start point information may be acquired in order to narrow a logic extraction range.
After the input/output start points are registered, the user is made to select “specific logic extraction function execution” 2704 to execute the logic extraction part 133, and in accordance with this execution result, the command statement table 601 and word information table 602 storing the dependency information are updated.
If the extraction result is to be displayed after the specific logic is extracted, the user is made to select “logic extraction result display/correction execution” 2705 to activate the display part 134 and display the extraction result on a source display screen shown in
After the source is displayed on the source display screen of
Next, the external storage device will be described. The subject program disk 111 stores the program to be analyzed and the program corrected by the user from the logic correction screen shown in
These tables will be described. The command statement table 601 registers analysis subject programs in a command statement unit, and the word information table 602 registers the analysis subject program in a record in a data item unit. The control dependency information table 603 registers a relation between a conditional statement and a command statement controlled by the conditional statement, and the data dependency information table 604 registers a relation between a command statement updating a data item and a command statement referring to the data item. Lines interconnecting these tables in
Next, description will be made on the overall flow chart of
The specific logic extraction function 203 classifies the analysis subject program into: command statements and data items influenced only by input information designated by a user; command statements and data items influenced by input information not designated by the user; and command statements and data items influenced by input information both designated and not designated by the user, in accordance with the dependency information 112 and input/output information designated by the user. A command statement influenced by input information designated by the user may be classified into the command statement influenced only by the input information designated by the user.
First, description will be made on the outline of the flow chart of
Next, the necessary logic judgement process shown in
Output start point information is acquired which is a set of an output command statement and an output data item designated by a user (Step 303).
The logic extraction process 304 is executed to evaluate the extraction class and notice class of the command statement and data item influencing the output start point (Step 304).
Description will be made on the flow chart of
Next, data items of each table will be described. Each command statement number is registered in a command statement number 801 of the command statement information table of
The same command statement number as that registered in the command statement information table is registered in a command statement number 1001 in a data item unit, and an analysis subject program divided in the date item unit is registered in a data item name 1002. An evaluation result of a data item by the necessary logic judgement process to be described later is registered in a notice class 1003. “◯” is registered for a data item evaluated as an extraction subject, “Δ” is registered for a data item not used as the extraction subject, and “×” is registered for a data item updated in the command statement. “Reference” is registered in a reference/update class 1004 if the registered data item refers to another data item, and “update” is registered for a data item updated in the command statement. A command statement number for a control dependency source is registered in a dependency source command statement number 1201 of the control dependency information table of
In the following, concrete description will be made on a process of extracting specific logic from a program shown in
Next, the necessary logic judgement process shown in
Next, command information 809 and 810 is acquired which was designated by the user as the output start points. Command statements 1412 and 1413 in the dependency graph of
After executing Step 303, the logic extraction process is executed to evaluate each command statement and each data item other than the input statements (Step 304). In the following, the details of the logic extraction process are described for each Step.
Each Step of the logic extraction process will be described with reference to the flow chart of
One arbitrary dependency source command statement is selected from dependency source command statements whose extraction class is confirmed to be not evaluated at Step 401 (Step 402).
The logic extraction process is recursively called from the dependency source command statement selected at Step 402 (Step 403). A recursive call of the logic extraction process 403 is repetitively executed at each command statement until a command statement arrives whose all dependency source command statements have extraction classes already evaluated.
If the command statement arrives whose dependency source extraction classes are already evaluated, the necessary logic judgement process is executed at Step 405 after the judgement at Step 401. The necessary logic judgement process will be later described with reference to the flow chart of
Information on the extraction class and notice class evaluated at Step 405 is registered in the command statement information table 601 and word information table 602 to thereafter terminate the logic extraction process called from the attended command statement (Step 406).
After the logic extraction process is terminated, an attended point by the system transits to the logic extraction process called immediately before the terminated logic extraction process. Namely, at the same time when the logic extraction process is terminated, the attended point transits to the logic extraction process called from the dependency destination command statement.
As the attended point transits to the logic extraction process called from the dependency destination command statement, the logic extraction process resumes from Step 404 because the process was stopped when the logic extraction process is called at Step 403.
It is confirmed at Step 404 whether all the extraction classes of the dependency command statements of the attended command statement are evaluated. If the extraction classes of all the dependency command statements are evaluated, the flow transits to Step 406, whereas if there is a dependency source command statement still not evaluated, the flow transits to Step 402. The above processes are repeated until all logic extraction processes called from command statements are completed.
Next, with reference to the dependency graph shown in
If a user designates the command statement 1413 as the output start point, it is possible, by checking the dependency command statements, to judge that the extraction classes of the command statements 1407 and 1411 are still not evaluated (Step 401).
One attended command statement is selected from the command statements 1411 and 1407 (Step 402).
If the command statement 1411 is selected at Step 402, the logic extraction process is recursively called from the command statement 1411 (Step 403).
The process at Step 403 is again called from the command statement 1411 and executed to judge whether all the extraction classes of the dependency source command statements of the command statement 1411 are evaluated (Step 404-2).
Although the dependency source command statements 1402, 1403 and 1409 exist, “1” is already registered in the extraction classes of the dependency command statements 1402 and 1403, and the logic extraction process is called from the dependency source command statement 1409 still not evaluated (Steps 402-2, 403-2).
The above-described processes are repeated until the command statement arrives whose all dependency source command statements have extraction classes already evaluated. Therefore, the logic extraction process is called for each traced dependency source command statement.
In the example described above, at the time when the command statement 1406 is traced, the extraction classes of all dependency source command statements are evaluated. Therefore, at this time the necessary logic judgement process to be described later is executed to evaluate the attended command statement 1406. At the same time, the data item contained in the command statement 1406 is evaluated.
Evaluation results of the extraction class of the command statement 1406 and the notice class of the data item thereof are registered in the command statement information table of
First, the extraction classes of the dependency source command statements 1405 and 1406 of the attended command statement 1407 are acquired. Since all the extraction classes of the dependency source command statements of the command statement 1407 are evaluated, the necessary logic judgement process shown in
(Necessary Logic Judgement Process)
A data dependency source in a reference item of the attended command statement is searched to acquire the notice class of the data dependency source (Step 501).
Next, the process at Step 504 is executed if there are a plurality of data dependency sources in the attended reference item, whereas if a plurality of data dependency sources do not exist, the acquired notice class is reflected upon the notice class of the attended reference item (Steps 502, 503).
If there are a plurality of data dependency sources in the attended reference item, the evaluation of the notice class among the acquired notice classes remotest from the extraction subject is used as the evaluation of the data item, and stored in the word information table (Step 504). The evaluation of the notice class is assumed to be remoter from the extraction subject in the order of “◯”→“Δ”→“×”.
If it is judged that the notice classes in the reference item of the attended command statement are all “◯”, the flow transits to Step 506 (Step 505).
First, if “◯” is registered in all notice classes in the reference item of the attended command statement, “◯” is given also to the update item. If the attended command statement is a conditional statement and has no update item, the notice class may be given virtually to the return value of the conditional statement. (Step 506)
For the command statement having “◯” in the update item or return value at step 506, the control dependency information table is searched by using the command statement number to acquire the extraction class of the control dependency source command statement (Step 507).
If all control dependency source command statements are “1” or there is no control dependency source command statement, “1” is registered in the extraction class of the attended command statement (Step 508).
If a numerical value other than “1” is registered in the extraction class of the control dependency source command statement, “3” is registered in the extraction class of the attended command statement (Step 509).
If it is judged at Step 505 that two or more of “◯”, “Δ” and “×” are mixed in the notice classes in the reference item of the command statement or that only “Δs” are registered, “Δ” is given to the update item. If the attended command statement is a conditional statement and has no update item, the notice class “Δ” may be added virtually to the return value of the conditional statement. (Step 510)
For the command statement whose update item or return value is added with “Δ” at Step 510, “2” is registered in the extraction class of the command statement information table (Step 511).
If it is judged at Step 505 that “×” is registered in the notice classes (e.g., all notice classes) in the reference item of the acquired command statement, “×” is given also to the update item. If the attended command statement is a conditional command statement and has no update item, the notice class “×” may be added to the return value of the conditional statement. (Step 512)
For the command statement whose update item or return value is added with “ ” at Step 512, “5” is registered in the extraction class of the command statement information table (Step 513).
Concrete description will be made on the necessary logic judgement process by illustratively using evaluation of the extraction class of command statement information 903 and evaluation of the notice class of word information 1104. By using the attended command statement number as a search key, the word information table is searched to acquire records 1105 whose reference/update class is reference.
As records 1101, 1102 and 1103 which are the data dependency sources of the word information 1105 are checked, it can be known that the dependency source is sole for all data items and “◯” is registered in the notice classes. Therefore, “◯” is registered in the notice classes of the word information 1105 (Steps 501 to 503).
Since “◯” is registered in all notice classes of the reference items 1105 constituting the command statement information 903, “◯” is registered also in the update item 1104 constituting the command statement information 1104 (Steps 505, 506).
Since the evaluation of the update items 1105 are completed, the command statement 903 containing-the reference items 1105 checks the extraction class of the control dependency source command statement. The command statement 903 searches the control dependency source command statement and acquires command statement information 901. Since “2” is registered in the extraction class, “3” is registered in the extraction class of the command statement information 903. (Step 509)
(Specific Logic Extraction Function when a Program Contains a Loop)
In the embodiment described above, an analysis subject program without a loop process is used as an example. If a program having a loop is to be analyzed, a specific processing is required. This is because as understood from the relation between command statements 2603 and 2605 of an analysis subject program having a loop process, dependency between the command statements in the loop process circulates so that evaluation cannot be determined.
In this embodiment, a command statement and a data item can be evaluated by executing the following process, similar to the program having no loop.
First, tables used by this process will be described. Similar to the program having no loop, the tables used by this process are four tables including a command statement information table 601, a word information table 602, a control dependency information table 603 and a data dependency information table 604. However, the command statement information table is different from a conventional command statement information table in that an evaluation state class 1901 and a trace start flag 1902 are registered. Of the added data items, the evaluation state class 1901 is input with an evaluation state of the extraction class of the attended command statement, and the trace start flag is added to a command statement which is used as the start point for determining the extraction class of a command statement with circulated dependency.
Description will be made on a process of analyzing a program having a loop by using these data models. The logic extraction process is executed to evaluate the command statement in a loop, by assuming one of “1” to “5” as the extraction class of the dependency source command statement of the attended command statement. For the command statement having a tentative value as the extraction class, it is confirmed whether the evaluation of the tentative command statement is coincident with the evaluation result by the necessary logic judgement process. If the evaluation of the tentative command statement does not coincide with the evaluation result by the necessary logic judgement process, another extraction class is assumed. This process is repeated until the tentative extraction class evaluation coincides with the evaluation by the necessary logic judgement process. The extraction classes at the time of coincidence are registered as decided extraction classes. It is therefore necessary to distinguish between a tentative value and a decided value of the evaluation state of the extraction class. As shown in the command statement information table in
Flow charts shown in
First, with reference to the flow charts of FIGS. 15 to 17, description will be made on the case that an analysis object program contains a loop process. Only different points from the flow chart for a program not containing a loop will be described for the flow chart of
Three Steps 1501, 1504 and 1509 are different between an analysis subject program with a loop and an analysis subject program without a loop.
First, at Step 1501, “during evaluation” is registered in the evaluation state class of the command statement which called the logic extraction process.
If “during evaluation” is registered in the evaluation state class of the dependency source command statement at Step 1504, it is judged that dependency circulation is detected and the flow transits to Step 1509. In the loop evaluation process at Step 1509, the extraction classes of a set of command statements having dependency circulation are determined.
Next, description will be made on the loop evaluation process shown in
First, the command statement having “during evaluation” registered in the extraction class of the command statement at Step 1504 is selected (Step 1601).
“1” is registered in the extraction class of the command statement selected at Step 1601, “tentatively decided” is registered in the evaluation state class, and “1” is registered in the trace start flag (Step 1602).
After the tentative value “1” is registered in the extraction class, a trial-and-error process shown in
Next, description will be made on the trial-and-error process shown in
First, it is confirmed whether “1” is registered in the trace start flag of the dependency source command statement, and if “1” is registered, the flow transits to Step 1705, whereas if not, the flow transits to Step 1702 (Step 1701).
If “1” is not registered in the trace start flag, the command statement having “during evaluation” or “tentatively decided” registered in the evaluation state class is selected from the dependency source command statements (Step 1702).
Next, the trial-and-error process is recursively called from the dependency source command statement selected at Step 1702 (Step 1703). The processes from Step 1701 to Step 1703 are executed for each dependency source command statement until the command statement having “1” registered in the trace start flag arrives. Therefore, the trial-and-error process is called from each command statement having dependency circulation.
If the trace start flag of “1” is registered in the dependency source command statement, the necessary logic judgement process 1705 is executed to evaluate the extraction class of the attended command statement (Step 1705).
Next, it is confirmed whether the trace start flag of “1” is registered in the command statement information table registering the evaluated command statement, and if registered, the flow transits to Step 1708 whereas if not, the flow transits to Step 1707 (Step 1706).
If it is judged at Step 1706 that “1” is not registered in the trace start flag, the evaluated extraction class, notice class, evaluation state class are registered in the command statement information table and word information table (Step 1707).
If it is judged at Step 1706 that “1” is registered in the trace start flag, it is confirmed whether the contents of the extraction class already tentatively decided are coincident with the result of the necessary logic judgement process 1705, and if coincident, the flow transits to Step 1709, whereas if not, the flow transits to Step 1710 (Step 1708).
If it is judged at Step 1708 that information on the extraction class already registered in the command statement information table is coincident with the result of the necessary logic judgement process, “decided” is registered in the evaluation state class of the attended command statement to thereafter terminate the trial-and-error process called from the attended command statement (Step 1709).
If it is judged at Step 1708 that information on the extraction class already registered in the command statement information table is not coincident with the result of the necessary logic judgement process, it is judged whether the tentative extraction class of the command statement having “1” registered in the trace start flag is “1”, and if “1” is registered in the extraction class, “3” is registered in the extraction class of the attended command statement, whereas if not, the flow transits to Step 1712 (Steps 1710 and 1711).
It is judged at Step 1712 whether the tentative extraction class of the command statement having “1” registered in the trace start flag is “3”, and if “3” is registered in the extraction class, “5” is registered in the extraction class of the, attended command statement at Step 1713, whereas if not, the flow transits to Step 1714 (Steps 1712 and 1713).
It is judged at Step 1714 whether the tentative extraction class of the command statement having “1” registered in the trace start flag is “5”, and if “5” is. registered in the extraction class, “2” is registered in the extraction class of the attended command statement at Step 1715 (Steps 1714 and 1715).
By executing the processes from Step 1710 to Step 1715, the extraction class coincident with the tentative extraction class of the command statement having “1” registered in the trace start flag is found, and “decided” is registered in the evaluation state class. In this manner, the extraction class of the command statement attended by the trial-and-error process called from each command statement having dependency circulation is evaluated to sequentially terminate the trial-and-error process.
Concrete description will be made on the method of extracting logic from an analysis subject program containing a loop process, by taking as an example the dependency graph shown in
First, as the command statement 2606 is designated as an output start point, “during evaluation” is registered in the evaluation state class of this command statement 2606 (Step 1501).
As the extraction class of the dependency source command statement is checked, it can be known that the extraction class of a command statement 2604 is not still evaluated so that the command statement 2604 is selected (Steps 1502 and 1503).
As the evaluation state class of the command statement 2604 is checked, it can be known that “during evaluation” is not registered so that the logic extraction process is recursively called from the command statement 2604 (Steps 1504 and 1505).
As the recursive call is repeated, it is judged at Step 1504 for the logic extraction process called from a command statement 2605 that “during evaluation” is registered in the evaluation state class of a dependency source command statement 2603. This is because dependency circulates between the command statements 2603 and 2605 as shown in the dependency graph of
Since it is judged that “during evaluation” is registered in the evaluation state class of the dependence source command statement, the loop evaluation process shown in
Next, the loop evaluation process shown in
“1” is registered in the extraction class of the command statement 2603 selected at Step 1601, “tentatively decided” is registered in the evaluation state class, and “1” is registered in the trace start flag (Step 1602).
After the tentative extraction class of the command statement 2603 is decided, the trial-and-error process is executed to evaluate the extraction class of the command statement having dependency circulation (Step 1603).
Description will be made further on the trial-and-error process shown in
It is judged whether there is a command statement having “1” registered in the trace start flag among dependency source command statements of the command statement 2603. Since there is no command statement having “1” registered in the trace start flag, the flow transits to Step 1702 (Step 1701).
Next, the command statement 2605 whose extraction class is still not evaluated is selected, and the trial-and-error process is recursively called from the command statement 2605 (Steps 1702 and 1703).
As the command statement having “1” registered in the trace start flag is checked among the dependency source command statements of the command statement 2605, it can be known that the command statement 2603 has “1” registered in the trace start flag. The extraction class of the command statement 2605 is evaluated by executing the necessary logic judgement process (Step 1705).
As the trace start flag of the command statement 2605 is checked, it can be known that “1” is not registered. Therefore, the evaluation result at Step 1705 is registered in the extraction class, “tentatively decided” is registered in the evaluation state class, and the trial-and-error process called from the command statement 2605 is terminated (Steps 1706 and 1709).
Since the trial-and-error process called from the command statement 2605 is terminated, the attended point transits to the trial-and-error process called from the command statement 2603. Since the process was stopped at Step 1703 for the command statement 2603, the process resumes from Step 1704. As the result of Step 1704, it can be known that all extraction classes of the dependency source command statements of the command statement 2603 are evaluated. Therefore, as the necessary logic judgement process is executed for the command statement 2603, the extraction class of the command statement 2603 is evaluated as “1” (Steps 1704 and 1705).
As the command statement 2603 is checked, it can be known that “1” is registered in the trace start flag and “1” is registered in the extraction class. As the result of the necessary logic judgement process at Step 1705, the notice class of the command statement 2503 is evaluated as “1” which is coincident with the already registered contents. Therefore, the contents of the evaluation state class are changed from “during evaluation” to “decided” to thereafter terminate the trial-and-error process called from the command statement 2603 (Steps 1706, 1708 and 1709).
In this embodiment, since the result of the necessary logic judgement process becomes coincident at Step 1708 with the already registered extraction class, Steps 1710 to 1715 are not described. If the extraction classes are not coincident at Step 1715, the tentative extraction class is determined in the order of “3”→“5”→“2” and the processes are repetitively executed until the result of the necessary logic judgement process becomes coincident with the tentative extraction class.
All trial-and-error processes called from respective command statements are completed in this manner, and the attended point transits to the command statement 2605 called the logic extraction process. Since the logic extraction process called from the command statement 2605 was stopped at Step 1509, the necessary logic judgement process at Step 1509 is executed and the result is registered. The result of the necessary logic judgement process indicates “1” for the extraction class and “decided” for the evaluation state class, and this result is registered to thereafter terminate the logic extraction process called from the logic 2605.
Similarly, the logic extraction process called from each command statement is sequentially terminated to thereby terminate a series of processes. The contents of the command statement information table and word information table at the end point are shown in
With reference to FIGS. 28 to 30, description will be made on the logic display/correction function which is the function of Step 204 in the flow chart of
For a user who does not require the logic extraction support information in the data item unit, the user is made to depress a correction button 2803 to correct logic.
On the source display screen, a user is made to input a data item name in a field 2902 for the correction subject and select either the reference item or update item by a check button 2903 to uniquely decide the data item of the correction subject. If the result of the backward slice of the data item selected as the correction subject is to be checked and the command statement influenced by the data item is to be confirmed, “display” at 2904 is selected, whereas if not, “not display” is selected.
The user is made to input the above-described items and depress a correction button 2905 to thereafter transit to a logic correction screen shown in
On the logic correction screen, command statements of the correction subject are displayed in a field 3001. If it is selected that the backward slice result is displayed at 2904, the result may be displayed in the field 3001 as the correction subject command statement.
If a user understands the display result and judges that an input start point is required to be additionally input, the start point is added to input fields 3002 and 3003.
A user is made to correct logic in this manner. If there is other corrections, the user is made to depress a return button 3004 to transit to the source display screen of
As described so far, it is possible to use the logic extraction support system of the present invention, in order to support the procedure of generating logic for calculating a user designated output from a user designated input.
It should be further understood by those skilled in the art that although the foregoing description has been made on embodiments of the invention, the invention is not limited thereto and various changes and modifications may be made without departing from the spirit of the invention and the scope of the appended claims.
Number | Date | Country | Kind |
---|---|---|---|
2005-283261 | Sep 2005 | JP | national |