JP2005242721A - Gui programming support system and state chart preparation program - Google Patents

Gui programming support system and state chart preparation program Download PDF

Info

Publication number
JP2005242721A
JP2005242721A JP2004052471A JP2004052471A JP2005242721A JP 2005242721 A JP2005242721 A JP 2005242721A JP 2004052471 A JP2004052471 A JP 2004052471A JP 2004052471 A JP2004052471 A JP 2004052471A JP 2005242721 A JP2005242721 A JP 2005242721A
Authority
JP
Japan
Prior art keywords
function
relationship
template
functional relationship
functional
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2004052471A
Other languages
Japanese (ja)
Inventor
Eihiko Urushibara
映彦 漆原
Osamu Kanai
理 金井
Kenji Kishinami
建史 岸浪
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hokkaido University NUC
Original Assignee
Hokkaido University NUC
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 Hokkaido University NUC filed Critical Hokkaido University NUC
Priority to JP2004052471A priority Critical patent/JP2005242721A/en
Publication of JP2005242721A publication Critical patent/JP2005242721A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To automatically prepare a state chart for regulating GUI action specification by preparing a functional relation diagram from function request items for product planning. <P>SOLUTION: When the functional relation diagram is prepared from the function request items for the product planning and input in the GUI programming support system, a functional relation diagram interpretation part 3 in the system interprets functional relation such as hierarchical relation, exclusive relation, parallel relation, and local functional relation with other functions in each function and a state chart preparation part 4 automatically prepares a state chart by reading out a template of the applicable functional relation from a template database 5 on the basis of the interpretation result of the functional relation and writing an applicable function name in a prescribed position previously prepared in the template. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

本発明は、機能仕様書から作成される機能関係図に基づき自動的にステートチャートを作成するGUIプログラミング支援システム及びステートチャート作成プログラムに関する。   The present invention relates to a GUI programming support system and a state chart creation program that automatically create a state chart based on a functional relationship diagram created from a functional specification.

近年、特にPDA(Personal Digital Asistant)、携帯電話機、デジタルカメラ、シリコンレコーダ等の携帯型電子機器の製品寿命は短命であり、その結果として新製品開発期間も短縮され、製品開発プロセスの効率化が開発部門に要求されている。また製品の多機能化によりソフトウェアが肥大化しており、ソフト開発プロセスの効率化も要求されている。加えて、開発サイドでもGUIを利用した開発プロセスの効率化が要求されている。   In recent years, the product life of portable electronic devices such as PDAs (Personal Digital Assistants), mobile phones, digital cameras, and silicon recorders has been short-lived. As a result, the new product development period has been shortened, and the product development process has become more efficient. Required by the development department. In addition, the software has become larger due to the multi-functionality of products, and the efficiency of the software development process is also required. In addition, the development side is required to improve the efficiency of the development process using the GUI.

一方、新製品開発では、製品企画に始まり、これに応じたGUI挙動仕様書を作成し、この仕様書に基づいてプロトタイプを作成し、挙動評価やユーザビリティ評価を行い、製品企画にフィードバックする。そのため、GUI挙動仕様書の作成の効率化が望まれている。   On the other hand, new product development starts with product planning, creates a GUI behavior specification according to this, creates a prototype based on this specification, conducts behavior evaluation and usability evaluation, and feeds back to product planning. Therefore, it is desired to improve the efficiency of creating the GUI behavior specification.

ところが従来の製品開発では、製品企画からは機能要求項目がドキュメントとしてしか与えられず、これに基づいたGUI挙動仕様の設計作業はGUIデザイナーがコンピュータ上でグラフィックソフトウェアを使用して作成するという人手による作業であった。このGUIデザイナーの人手による作業では、上述したように肥大化したソフトウェアを直接設計することが難しく、また要求機能項目各々と挙動仕様間の対応関係の管理も難しく、さらに機能追加、変更に対応するためのGUI挙動仕様の追加、変更作業も難しくなっていた。   However, in the conventional product development, the functional requirement items are given only as documents from the product planning, and the GUI behavior specification design work based on this is done manually by the GUI designer using graphic software on the computer. It was work. In the manual work of this GUI designer, it is difficult to directly design the enlarged software as described above, it is also difficult to manage the correspondence between each required function item and the behavior specification, and it corresponds to the addition and change of functions. Addition and modification of GUI behavior specifications for this purpose has been difficult.

本発明はこのような従来の技術的課題に鑑みてなされたもので、製品企画の機能要求項目から機能関係図を作成することによって自動的にGUI挙動仕様を規定するステートチャートを作成することができるようにしたGUIプログラミング支援技術を提供することを目的とする。   The present invention has been made in view of such a conventional technical problem, and it is possible to create a state chart that automatically defines a GUI behavior specification by creating a function relationship diagram from function request items of product planning. An object of the present invention is to provide a GUI programming support technology that can be used.

請求項1の発明のGUIプログラミング支援システムは、機能関係図の機能関係をステートチャートで表現するために必要な機能関係テンプレートを保持するテンプレートデータベースと、機能関係図のデータ入力に対して、機能毎に他の機能との階層関係、排他関係、並列関係、局所機能関係の機能関係を解釈する機能関係図解釈部と、前記機能関係の解釈結果に基づき、前記テンプレートデータベースより該当する機能関係のテンプレートを読み出し、かつ、当該テンプレートにあらかじめ用意されている所定の箇所に該当機能名を書き込むことによってステートチャートを作成するステートチャート作成部とを備えたものである。   The GUI programming support system according to the first aspect of the present invention provides a template database that holds a functional relationship template necessary for expressing a functional relationship of a functional relationship diagram by a state chart, and a function input for each data input of the functional relationship diagram. A functional relationship diagram interpreting unit that interprets a functional relationship of a hierarchical relationship, an exclusive relationship, a parallel relationship, and a local functional relationship with other functions, and a template of a corresponding functional relationship from the template database based on the interpretation result of the functional relationship And a statechart creation unit that creates a statechart by writing a corresponding function name in a predetermined location prepared in advance in the template.

請求項1の発明のGUIプログラム支援システムでは、機能関係図のデータ入力に対して、機能毎に他の機能との階層関係、排他関係、並列関係、局所機能関係の機能関係を解釈し、この機能関係の解釈結果に基づき、機能関係図の機能関係をステートチャートで表現するために必要な機能関係テンプレートを保持するテンプレートデータベースより該当する機能関係のテンプレートを読み出し、読み出した機能関係のテンプレートに対して、それにあらかじめ用意されている所定の箇所に該当機能名を書き込むことによってステートチャートを自動的に作成する。   In the GUI program support system according to the first aspect of the present invention, for the data input of the function relationship diagram, for each function, the hierarchical relationship, the exclusive relationship, the parallel relationship, and the local function relationship with other functions are interpreted. Based on the interpretation result of the functional relationship, the corresponding functional relationship template is read from the template database that stores the functional relationship template necessary for expressing the functional relationship of the functional relationship diagram in the statechart. The state chart is automatically created by writing the corresponding function name in a predetermined location prepared in advance.

請求項2の発明のGUIプログラミング支援システムは、機能毎に他の機能との階層関係、排他関係、並列関係、局所機能関係の機能関係を規定する所定の様式の機能関係図のデータを入力する機能関係図データ入力部と、前記機能関係図の該当するノードにおいて、ある機能から他のある機能への機能遷移のための機能選択操作、機能決定操作、遷移先の機能から元の機能への機能戻り操作を行う操作要素及び操作方法を指定する操作要素データを入力する操作要素データ入力部と、前記操作要素毎のステートチャート用テンプレートと、前記機能関係図の機能関係をステートチャートで表現するために必要な機能関係テンプレートとを保持するテンプレートデータベースと、前記機能関係図のデータ入力に対して、機能毎に他の機能との階層関係、排他関係、並列関係、局所機能関係の機能関係を解釈し、前記各機能間遷移をもたらす操作要素の選択・操作と結びつけ、前記テンプレートデータベースから該当するテンプレート群を取り出し、該当箇所に機能名をはめ込み、かつ機能間遷移をもたらす操作名と操作結果の情報を遷移線上に書き出すことによって機能選択用ステートチャートを作成するステートチャート作成部とを備えたものである。   The GUI programming support system according to the second aspect of the present invention inputs data of a functional relationship diagram in a predetermined format that defines a functional relationship of a hierarchical relationship, an exclusive relationship, a parallel relationship, and a local functional relationship with other functions for each function. In the function relationship diagram data input section and the corresponding node in the function relationship diagram, the function selection operation, the function determination operation, and the transition destination function to the original function for function transition from one function to another function. An operation element data input unit for inputting operation element data for specifying an operation element for performing a function return operation and an operation method, a state chart template for each operation element, and a function relation of the function relation diagram are represented by a state chart. A template database that holds functional relationship templates necessary for the above, and other functions for each function with respect to the data input of the functional relationship diagram. Interpret the functional relationship of layer relationship, exclusive relationship, parallel relationship, local functional relationship, link with the selection / operation of the operation element that brings about the transition between each function, take out the corresponding template group from the template database, and function at the corresponding location A statechart creation unit that creates a function selection statechart by writing on the transition line information on the operation name and operation result that causes a transition between functions and a name is inserted.

請求項2の発明のGUIプログラミング支援システムでは、機能毎に他の機能との階層関係、排他関係、並列関係、局所機能関係の機能関係を規定する所定の様式の機能関係図のデータと、機能関係図の該当するノードにおいて、ある機能から他のある機能への機能遷移のための機能選択操作、機能決定操作、遷移先の機能から元の機能への機能戻り操作を行う操作要素及び操作方法を指定する操作要素のデータとを入力すれば、前記機能関係図の入力データに対して、機能毎に他の機能との階層関係、排他関係、並列関係、局所機能関係の機能関係を解釈し、各機能間遷移をもたらす操作要素の選択・操作と結びつけ、操作要素毎のステートチャート用テンプレートと機能関係図の機能関係をステートチャートで表現するために必要な機能関係テンプレートとを保持するテンプレートデータベースから該当するテンプレート群を取り出し、当該テンプレート群に対して、その該当箇所に機能名をはめ込み、かつ機能間遷移をもたらす操作名と操作結果の情報を遷移線上に書き出すことによって機能選択用ステートチャートを自動的に作成する。   In the GUI programming support system according to the second aspect of the present invention, the function relation diagram data and functions in a predetermined format that define the functional relation of the hierarchical relation, exclusive relation, parallel relation, and local functional relation with other functions for each function, Operation element and operation method for performing function selection operation, function determination operation, function return operation from transition destination function to original function at a corresponding node in the relationship diagram If the operation element data that designates is input, the hierarchical relationship, exclusive relationship, parallel relationship, and local function relationship with other functions are interpreted for each function with respect to the input data in the function relationship diagram. Functions necessary to express the functional relationship between the state chart template and the functional relationship diagram for each operational element in the state chart, linked to the selection and operation of operational elements that cause transitions between functions The corresponding template group is taken out from the template database holding the relation template, and the function name is inserted into the corresponding part of the template group, and the operation name and the operation result information for causing the transition between functions are written on the transition line. This automatically creates a function selection state chart.

請求項3の発明は、請求項2のGUIプログラミング支援システムにおいて、前記テンプレートデータベースは、表示要素毎のステートチャート用のテンプレートを保持し、前記ステートチャート作成部は、ある表示要素に対するある表示状態から別の表示状態へ遷移させる命令とその命令の実行結果を指定する入力に対して、対応する表示要素のテンプレートを取り出し、前記表示状態を遷移させる命令とその命令の実行結果に対応する表示内容を該当箇所に書き込むことを特徴とするものである。   According to a third aspect of the present invention, in the GUI programming support system according to the second aspect, the template database holds a template for a state chart for each display element, and the state chart creation unit starts from a certain display state for a certain display element. In response to an instruction for transitioning to another display state and an input for specifying the execution result of the instruction, a corresponding display element template is taken out, and an instruction for transitioning the display state and a display content corresponding to the execution result of the instruction are displayed. It is characterized by writing in the corresponding part.

請求項3の発明のGUIプログラミング支援システムでは、請求項2のテンプレートデータベースに表示要素毎のステートチャート用のテンプレートに保持させ、ある表示要素に対するある表示状態から別の表示状態へ遷移させる命令とその命令の実行結果を指定する入力を受け付け、当該入力に対して、対応する表示要素のテンプレートを取り出し、前記表示状態を遷移させる命令とその命令の実行結果に対応する表示内容を該当箇所に書き込むことで、GUI出力構成要素のステートチャートを自動作成する。   In the GUI programming support system according to the third aspect of the present invention, an instruction for causing the template database of the second aspect to be stored in a template for a state chart for each display element and causing a display element to transition from one display state to another display state, and Accepts an input that specifies the execution result of an instruction, extracts a template of a corresponding display element for the input, and writes an instruction for changing the display state and a display content corresponding to the execution result of the instruction to the corresponding location. Thus, the state chart of the GUI output component is automatically created.

請求項4の発明のステートチャート作成プログラムは、機能関係図のデータ入力を受け付けるステップと、前記機能関係図のデータ入力に対して、機能毎に他の機能との階層関係、排他関係、並列関係、局所機能関係の機能関係を解釈するステップと、前記機能関係の解釈結果に基づき、機能関係図の機能関係をステートチャートで表現するために必要な機能関係テンプレートを保持するテンプレートデータベースより該当する機能関係のテンプレートを読み出すステップと、前記読み出した機能関係のテンプレートに対して、それにあらかじめ用意されている所定の箇所に該当機能名を書き込むことによってステートチャートを作成するステップとをコンピュータに実行させることを特徴とするものである。   According to a fourth aspect of the present invention, there is provided a program for creating a statechart, a step of receiving data input of a function relationship diagram, and a hierarchical relationship, an exclusive relationship, and a parallel relationship with other functions for each function with respect to data input of the function relationship diagram A function corresponding to a template database that holds a functional relationship template necessary for expressing the functional relationship of the functional relationship diagram in a statechart based on the step of interpreting the functional relationship of the local functional relationship and the interpretation result of the functional relationship Causing a computer to execute a step of reading a relationship template, and a step of creating a state chart by writing a corresponding function name in a predetermined location prepared in advance for the read function relationship template It is a feature.

請求項4の発明のステートチャート作成プログラムでは、これをコンピュータに組み込むことによって請求項1の発明のGUIプログラミング支援システムを構築する。   In the state chart creating program of the invention of claim 4, the GUI programming support system of the invention of claim 1 is constructed by incorporating this in a computer.

請求項5の発明のステートチャート作成プログラムは、機能毎に他の機能との階層関係、排他関係、並列関係、局所機能関係の機能関係を規定する所定の様式の機能関係図のデータの入力を受け付けるステップと、前記機能関係図の該当するノードにおいて、ある機能から他のある機能への機能遷移のための機能選択操作、機能決定操作、遷移先の機能から元の機能への機能戻り操作を行う操作要素及び操作方法を指定する操作要素データの入力を受け付けるステップと、前記機能関係図のデータ入力に対して、機能毎に他の機能との階層関係、排他関係、並列関係、局所機能関係の機能関係を解釈し、前記各機能間遷移をもたらす操作要素の選択・操作と結びつけるステップと、操作要素毎のステートチャート用テンプレートと機能関係図の機能関係をステートチャートで表現するために必要な機能関係テンプレートとを保持するテンプレートデータベースから該当するテンプレート群を取り出すステップと、前記テンプレート群に対して、その該当箇所に機能名をはめ込み、かつ機能間遷移をもたらす操作名と操作結果の情報を遷移線上に書き出すことによって機能選択用ステートチャートを作成するステップとをコンピュータに実行させることを特徴とするものである。   The state chart creating program according to the invention of claim 5 inputs data of a functional relationship diagram in a predetermined format that defines a functional relationship of a hierarchical relationship, an exclusive relationship, a parallel relationship, and a local functional relationship with other functions for each function. In the receiving step, and at the corresponding node in the function relationship diagram, a function selection operation, a function determination operation for a function transition from one function to another function, a function return operation from the transition destination function to the original function A step of accepting input of operation element data for specifying an operation element and an operation method to be performed, and a hierarchical relationship, an exclusive relationship, a parallel relationship, and a local function relationship with other functions for each function with respect to the data input of the function relationship diagram A step of interpreting the functional relationship of the operation element and linking with the selection / operation of the operation element that causes the transition between the functions, a state chart template and a function relationship diagram for each operation element A step of extracting a corresponding template group from a template database holding functional relationship templates necessary for expressing the functional relationship in a statechart; and inserting a function name into the corresponding portion of the template group, and The computer is caused to execute a step of creating a function selection state chart by writing out an operation name that causes a transition and information on an operation result on a transition line.

請求項5の発明のステートチャート作成プログラムでは、これをコンピュータに組み込むことによって請求項2のGUIプログラミング支援システムを構築する。   In the state chart creation program of the invention of claim 5, the GUI programming support system of claim 2 is constructed by incorporating it into a computer.

請求項6の発明は、請求項5のステートチャート作成プログラムにおいて、前記テンプレートデータベースは、表示要素毎のステートチャート用のテンプレートに保持させ、ある表示要素に対するある表示状態から別の表示状態へ遷移させる命令とその命令の実行結果を指定する入力を受け付け、当該入力に対して、対応する表示要素のテンプレートを取り出し、前記表示状態を遷移させる命令とその命令の実行結果に対応する表示内容を該当箇所に書き込むステップを有することを特徴とするものである。   According to a sixth aspect of the present invention, in the state chart creating program according to the fifth aspect, the template database is held in a template for a state chart for each display element, and a transition is made from one display state to another display state for a certain display element. Accepts an input that specifies an instruction and the execution result of the instruction, takes out the template of the corresponding display element for the input, and displays the instruction to change the display state and the display content corresponding to the execution result of the instruction The step of writing to

請求項6の発明のステートチャート作成プログラムでは、これをコンピュータに組み込むことによって請求項3のGUIプログラミング支援システムを構築する。   In the state chart creating program of the invention of claim 6, the GUI programming support system of claim 3 is constructed by incorporating it into a computer.

本発明によれば、仕様企画書の内容に基づいて作成される所定様式の機能関係図を表現するデータを入力すればシステム側で自動的に機能選択ステートチャートや挙動ステートチャートを作成でき、設計者に機能関係図の正誤や製品の挙動をGUI環境で容易に確認させることができ、製品開発の効率化に寄与できる。   According to the present invention, a function selection state chart and a behavior state chart can be automatically created on the system side by inputting data expressing a function relation diagram in a predetermined format created based on the contents of the specification plan. It is possible for the user to easily confirm the correctness / error of the functional relationship diagram and the behavior of the product in the GUI environment, which can contribute to the efficiency of product development.

以下、本発明の実施の形態を図に基づいて詳説する。図1は本発明の1つの実施の形態のGUIプログラミング支援システムの機能構成を示している。本実施の形態のGUIプログラミング支援システムは、コンピュータシステムに以下に説明する諸機能を実行するソフトウェアプログラムを組み込むことによって実現されるものであり、その機能構成は、機能関係図データ入力部1、機能選択操作シナリオ入力部2、機能関係図解釈部3、ステートチャート作成部4、テンプレートデータベース5、ステートチャート出力部6から構成されている。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings. FIG. 1 shows a functional configuration of a GUI programming support system according to one embodiment of the present invention. The GUI programming support system according to the present embodiment is realized by incorporating a software program for executing various functions described below into a computer system. The functional configuration includes a function relationship diagram data input unit 1 and a function. A selection operation scenario input unit 2, a functional relationship diagram interpretation unit 3, a state chart creation unit 4, a template database 5, and a state chart output unit 6 are configured.

機能関係図データ入力部1は企画仕様書に基づいて作成される機能関係図のデータを取り込む部分である。操作シナリオ入力部2は企画仕様書に基づいて作成される機能選択要素、選択決定、選択戻りをどのボタンのどのような操作で行い、操作結果をどの表示手段のどの領域にどのような内容の表示を行うかを示した操作シナリオの内容をデータとして入力する部分である。機能関係図解釈部3は機能関係図データ入力部1と操作シナリオ入力部2からのデータに基づいて機能関係図の内容、操作シナリオの内容を解釈し、その結果を出力する部分である。ステートチャート作成部4は、機能関係図解釈部3の機能関係図の解釈結果に対して、テンプレートデータベース5から該当するステートチャートのテンプレートを呼出し、その該当箇所に必要な情報を書き込むことによって機能関係図に対応したステートチャートを自動的に作成する部分であり、ステートチャート出力部6はこのステートチャート作成部4が作成したステートチャートを表示、その他の方法で出力する部分である。テンプレートデータベース5には、ステートチャートを作成するために必要な各種の用品のテンプレートが登録してある。   The function relationship diagram data input unit 1 is a portion that captures data of a function relationship diagram created based on a plan specification. The operation scenario input unit 2 performs the function selection element, selection decision, and selection return created based on the planning specification by which operation of which button, and the operation result in which area of which display means and what content. This is a part for inputting the contents of an operation scenario indicating whether to perform display as data. The functional relationship diagram interpretation unit 3 is a part that interprets the contents of the function relationship diagram and the contents of the operation scenario based on the data from the function relationship diagram data input unit 1 and the operation scenario input unit 2 and outputs the result. The statechart creation unit 4 calls the template of the corresponding statechart from the template database 5 with respect to the interpretation result of the functional relationship diagram of the functional relationship diagram interpretation unit 3, and writes the necessary information in the corresponding location to obtain the functional relationship. A state chart corresponding to the figure is automatically created, and the state chart output unit 6 is a part for displaying the state chart created by the state chart creating unit 4 and outputting it by other methods. In the template database 5, templates of various supplies necessary for creating a state chart are registered.

図2は、本実施の形態のGUIプログラミング支援システムによってソフトウェア設計対象とするデジタルカメラ50を示しており、操作手段としてプッシュボタンであるボタン(0)51、ボタン(1)52、ボタン(2)53を備え、また右押し(Right push)、左押し(Left push)が可能なシーソー型ボタン54、右回り回転(CWturn)、左回り回転(CCWturn)によりジョグ回転操作でき、かつ回転が停止した位置での選択状態を保持できる状態保持型ジョグダイヤル55が備えられ、また操作ボタンによる選択操作のための選択項目の表示や操作結果、機能実行結果、警告等を表示するための出力手段としてLCD56、ランプ57を備えている。これらの操作ボタン群の該当操作ボタンの操作によって機能選択や動作指令を行うことによってカメラ側の状態は変化し、またLCD56の表示態様やランプ57の点灯状態も操作ボタンの操作や撮影・再生動作に応じて変化する。   FIG. 2 shows a digital camera 50 that is a software design target by the GUI programming support system of the present embodiment. Buttons (0) 51, buttons (1) 52, and buttons (2) that are push buttons are used as operation means. 53, and a seesaw-type button 54 that can be pressed to the right (Right push) and left (Left push), can be jog rotated by rotating clockwise (CWturn), counterclockwise (CCWturn), and has stopped rotating. A state-holding type jog dial 55 that can hold the selection state at the position is provided, and an LCD 56 as an output means for displaying selection items for the selection operation using the operation buttons, operation results, function execution results, warnings, etc. A lamp 57 is provided. The state on the camera side is changed by performing a function selection or operation command by operating the corresponding operation button of these operation buttons, and the display mode of the LCD 56 and the lighting state of the lamp 57 are also controlled by the operation buttons and the shooting / playback operation. It changes according to.

製品企画では、当該デジタルカメラ50に対して種々の機能を持たせ、それらの諸機能をどのような操作で選択し、また選択した機能によりどのように動作するか、また動作の結果をどのように表示させるかを記述した仕様企画書が作成される。   In product planning, the digital camera 50 is provided with various functions, how to select those functions, how to operate according to the selected functions, and how the results of the operation are determined. A specification plan that describes whether or not to display it is created.

これに対してソフトウェア設計者は、本GUIプログラミング支援システムによって後述する所定の様式の機能関係図を作成し、その内容をデジタルデータ化する。なお、本実施の形態のGUIプログラミング支援システムは、機能関係図をシステム内で作成すればそのデータ内容に連動してステートチャートが自動的に作成するものとして説明するが、機能関係図や操作シナリオは別システムで作成し、そのデジタルデータを本システムに取り込めば、同様にステートチャートを自動的に作成することもできる。以下の説明では、一例として図2に示したデジタルカメラのソフトウェア設計について説明する。   On the other hand, the software designer creates a function relationship diagram in a predetermined format, which will be described later, by the GUI programming support system, and converts the contents into digital data. The GUI programming support system according to the present embodiment will be described assuming that if a function relation diagram is created in the system, a state chart is automatically created in conjunction with the data contents. If you create a separate system and import the digital data into this system, you can automatically create a state chart as well. In the following description, software design of the digital camera shown in FIG. 2 will be described as an example.

[機能関係図]
本GUIプログラミング支援システムでは、ある製品の機能仕様書の内容に基づいて機能関係図を作成していくことにより、コンピュータ上での機能関係図の作成と同時にステートチャートを作成していく。まず、機能関係図について説明する。
[Functional relationship diagram]
In this GUI programming support system, by creating a functional relationship diagram based on the contents of a functional specification of a certain product, a state chart is created simultaneously with the creation of the functional relationship diagram on the computer. First, the functional relationship diagram will be described.

図3(A)に示すような機能仕様書10の内容に対して、「階層機能関係」、「並列機能関係」、「排他機能関係」、「機能」を次のように定義して同図(B)のような機能関係図20を作成する。   For the contents of the functional specification 10 as shown in FIG. 3A, “hierarchical function relationship”, “parallel function relationship”, “exclusive function relationship”, and “function” are defined as follows. A function relationship diagram 20 as shown in FIG.

<機能>各機能については「Func」ボックスで示し、かつ、そのFuncボックスに機能名を付す。   <Function> Each function is indicated by a “Func” box, and a function name is assigned to the Func box.

<階層機能関係>図4に示すように、機能群又は機能間の上位・下位階層関係は「―」線で結ぶ。   <Hierarchical Function Relationship> As shown in FIG. 4, the upper and lower hierarchical relationships between function groups or functions are connected by a “-” line.

<並列機能関係>図5に示すように、同時に複数の機能を選択として同時に作用させることができる同じ階層の機能群を「並列関係」にある機能群とし、各機能を「AND」ボックスでくくり、かつ、当該ANDボックスにその機能群の名称を必要に応じて付す。   <Parallel function relationship> As shown in FIG. 5, a function group in the same hierarchy that can simultaneously act by selecting a plurality of functions at the same time is defined as a function group in "parallel relationship", and each function is grouped with an "AND" box. And, the name of the function group is attached to the AND box as necessary.

<排他機能関係>図6に示すように、同じ階層の機能群でもいずれか1つしか動作できない機能群を「排他関係」にある機能群とし、各機能を「XOR」ボックスでくくり、かつ、当該XORボックスにその機能群の名称を必要に応じて付す。   <Exclusive Function Relationship> As shown in FIG. 6, a function group that can operate only in one of the function groups in the same hierarchy is defined as a function group in an “exclusive relationship”, and each function is enclosed in an “XOR” box, and The name of the function group is attached to the XOR box as necessary.

<局所的機能関係>図7に示すように、ある機能「Func」に対して特有の機能、つまり、ある機能と局所的な関係にある機能、機能群についても当該機能に対する下位階層の機能、あるいは並列機能群、排他的機能群として表す。   <Local Function Relationship> As shown in FIG. 7, a function specific to a certain function “Func”, that is, a function having a local relationship with a certain function, and a function group having a lower hierarchy with respect to the function, Or it represents as a parallel function group and an exclusive function group.

図3は、図2に示したデジタルカメラ50の機能関係図20の作成例を示したものである。この場合、機能仕様書10の内容に基づき、第1階層(最上位階層)は「デジタルカメラ機能」という機能群でくくり、デジタルカメラの諸機能として「撮影機能群」と「画像再生機能群」とが第2階層としてある。これらの第2階層の機能群はいずれか一方の機能群しか選択できないものなので排他関係にあり、「XOR」ボックスでくくる。   FIG. 3 shows a creation example of the functional relationship diagram 20 of the digital camera 50 shown in FIG. In this case, on the basis of the contents of the functional specification 10, the first layer (the highest layer) is composed of a function group called “digital camera function”, and various functions of the digital camera include “photographing function group” and “image reproduction function group”. Are in the second hierarchy. Since only one of these function groups can be selected from these second layer function groups, they are in an exclusive relationship and are enclosed in an “XOR” box.

第2階層の「撮影機能群」については、「ズーム機能」、「フラッシュ機能」、そしてこれらのズーム機能、フラッシュ機能と共に動作する通常撮影機能、連続撮影機能、タイマー撮影機能というXOR機能群があり、これらのズーム機能、フラッシュ機能、XOR機能群は同時動作可能なものなので、第3階層を並列機能群としてANDボックスでくくる。   As for the “shooting function group” in the second layer, there are “zoom function”, “flash function”, and XOR function groups such as normal shooting function, continuous shooting function, and timer shooting function that operate together with these zoom function and flash function. Since these zoom function, flash function, and XOR function groups can be operated simultaneously, the third hierarchy is arranged in a parallel function group in an AND box.

第4階層の機能群として、いずれか1つの機能しか動作できない並列機能群として、通常撮影機能、連続撮影機能、タイマー撮影機能のFuncボックスを第3階層のXORボックスに対してくくる。   As a function group in the fourth layer, a func box for a normal shooting function, a continuous shooting function, and a timer shooting function is connected to the XOR box in the third layer as a parallel function group that can operate only one of the functions.

さらに図7に示したように、第4階層の機能群の1つである通常撮影機能に対して(他の撮影モードでも適用可能である)、局所的機能として露出補正機能、シャッター速度補正機能が並列関係機能として可能であれば、これらについてはFuncボックスに対する下位階層の機能群としてANDボックスでくくることになる。   Further, as shown in FIG. 7, the exposure correction function and the shutter speed correction function are provided as local functions with respect to the normal shooting function which is one of the function groups of the fourth layer (can be applied in other shooting modes). Is possible as a parallel relation function, these are grouped in an AND box as a function group in a lower hierarchy with respect to the Func box.

なお、図3の例では、第2階層の画像再生機能群には「画像再生機能」の単一機能しかないものとして、それをFuncボックスで表している。   In the example of FIG. 3, the image reproduction function group in the second layer has only a single function “image reproduction function”, and is represented by a Func box.

本実施の形態のGUIプログラミング支援システムにおいて、図8に示すように、このような機能関係図20を作成していくことによって自動的に状態階層構造を示すステートチャート30を作成する。図9、図10はテンプレートデータベース5に登録されているAND関係のテンプレート301、XOR関係のテンプレート302を示している。   In the GUI programming support system of this embodiment, as shown in FIG. 8, by creating such a functional relationship diagram 20, a state chart 30 showing a state hierarchical structure is automatically created. 9 and 10 show an AND-related template 301 and an XOR-related template 302 registered in the template database 5.

すなわち、図9では、上位階層のANDボックスA(並列機能関係)でくくられた下位階層のFuncボックスB,C,D(機能B,C,D)の機能群を表す機能関係図201に対して、機能関係解釈部3が機能関係を解釈し、ステートチャート作成部4がテンプレートデータベース5から該当する並列機能関係のテンプレートを読み出し、かつ並列機能数が3個なので3個並列機能ボックスを用意したステートチャート301を構成する。そして並列機能関係テンプレート301の見出しにはANDボックスの機能名「A」を書き込み、並列機能群の各機能ボックスの見出しには機能名「B」、「C」、「D」を書き込む。   That is, in FIG. 9, a function relationship diagram 201 representing a function group of Func boxes B, C, and D (functions B, C, and D) in a lower hierarchy divided by an AND box A (parallel function relation) in an upper hierarchy is shown. Then, the functional relationship interpreting unit 3 interprets the functional relationship, and the statechart creation unit 4 reads the corresponding parallel functional relationship template from the template database 5 and the number of parallel functions is 3, so three parallel function boxes are prepared. A state chart 301 is configured. The function name “A” of the AND box is written in the heading of the parallel function relationship template 301, and the function names “B”, “C”, and “D” are written in the heading of each function box of the parallel function group.

まず図10は、上位階層のXORボックスA(排他機能関係)でくくられた下位階層のFuncB,C,D(機能B,C,D)の機能群を表す機能関係図202に対して、機能関係解釈部3が機能関係を解釈し、ステートチャート作成部4がテンプレートデータベース5から該当する排他機能関係のテンプレートを読み出し、排他機能数が3個なので3個の機能用品を機能ボックス内に並べた、ネスト構成のステートチャート302を構成する。そして、排他機能関係テンプレート302の見出しにはXORボックスの機能名「A」を書き込み、その機能ボックス内の用意された排他機能群の各々の機能テンプレートの見出しに機能名「B」、「C」、「D」を書き込む。   First, FIG. 10 shows a function relation diagram 202 representing a function group of FuncB, C, and D (functions B, C, and D) in the lower hierarchy, which is divided by the XOR box A (exclusive function relation) in the upper hierarchy. The relationship interpreting unit 3 interprets the functional relationship, and the statechart creation unit 4 reads the corresponding exclusive function related template from the template database 5, and the number of exclusive functions is 3, so that three functional products are arranged in the function box. A nested state chart 302 is formed. Then, the function name “A” of the XOR box is written in the headline of the exclusive function relation template 302, and the function names “B” and “C” are written in the headings of the function templates of the exclusive function groups prepared in the function box. , “D” is written.

こうして本実施の形態のシステムでは、ユーザーが、例えば図8に示すように撮影機能のANDボックス以下の階層構造の機能関係図20を作成すれば、自動的に状態階層構造を示すステートチャート30を作成することができる。機能仕様書10から状態階層構造の機能関係図20としてANDボックス「撮影機能」でくくられたFuncボックス「ズーム機能」、Funcボックス「フラッシュ機能」及びXORボックス、そしてこのXORボックスでくくられたさらに下位階層の排他機能関係にあるFuncボックス「通常撮影機能」、Funcボックス「連続撮影機能」、Funcボックス「タイマー撮影機能」を作成することにより、システム側で自動的に状態階層構造を示すステートチャート30を作成することができるのである。   Thus, in the system according to the present embodiment, when the user creates a functional relationship diagram 20 having a hierarchical structure below the AND box of the photographing function, for example, as shown in FIG. 8, the state chart 30 showing the state hierarchical structure is automatically generated. Can be created. As shown in the functional relationship diagram 20 from the functional specification 10, the Func box “zoom function”, the Func box “flash function” and the XOR box, which are combined with the AND box “shooting function”, and the XOR box. State chart showing the state hierarchy automatically on the system side by creating the Func box “Normal shooting function”, Func box “Continuous shooting function”, and Func box “Timer shooting function” that are related to the exclusive function of the lower hierarchy. 30 can be created.

機能関係図は上の状態階層構造にとどまらず、GUI構成要素を上の機能関係図20に関連づけ、どのボタンをどのように操作すればどのような機能が選択されるか、また操作結果は表示手段によってどのように表示されるか、つまり、機能選択操作とその結果をもステートチャートにして表現できなければならない。
次に、本GUIプログラミング支援システムによるGUI構成要素付き機能関係図の作成から、自動的にステートチャートを自動的に作成する動作について説明する。図2に示すデジタルカメラ50では、操作入力用に操作ボタン(0)51、操作ボタン(1)52、操作ボタン(2)53、シーソー型ボタン54、状態保持型ジョグダイヤル55が備えられ、また操作ボタンによる選択操作のための選択項目の表示やボタン操作の結果の表示のための出力手段としてLCD56、ランプ57を備えている。これらの操作ボタン群の該当操作ボタンの操作によって機能選択や動作指令を行うことによってカメラ側の状態は変化し、またLCD56の表示態様やランプ57の点灯状態も操作ボタンの操作や撮影・再生動作に応じて変化する。そこで、機能関係図の作成においては、状態階層構造を表す機能関係図に対して、GUI構成要素の関連付けを行う。
The function relationship diagram is not limited to the above state hierarchical structure, but the GUI component is associated with the function relationship diagram 20 above, and what function is selected by operating which button and what operation is displayed, and the operation result is displayed. It must be possible to express how the function is displayed by the means, that is, the function selection operation and the result as a state chart.
Next, an operation for automatically creating a state chart from the creation of a function relationship diagram with GUI components by the GUI programming support system will be described. The digital camera 50 shown in FIG. 2 includes an operation button (0) 51, an operation button (1) 52, an operation button (2) 53, a seesaw type button 54, and a state holding type jog dial 55 for operation input. An LCD 56 and a lamp 57 are provided as output means for displaying selection items for selection operations by buttons and displaying the results of button operations. The state on the camera side is changed by performing a function selection or operation command by operating the corresponding operation button of these operation buttons, and the display mode of the LCD 56 and the lighting state of the lamp 57 are also controlled by the operation buttons and the shooting / playback operation. It changes according to. Therefore, in the creation of the function relationship diagram, GUI component elements are associated with the function relationship diagram representing the state hierarchical structure.

状態階層構造を表す機能関係図20に対するGUI構成要素の関連付けは、図11に示すものである。機能関係図20に対して、第1階層のノードであるXORボックスでは、排他関係にある第2階層のANDボックス「撮影機能」とFuncボックス「画像再生機能」のいずれかを選択することになる。企画仕様書では、この選択を状態保持型ジョグダイヤル55の回転操作によるとしていれば、このXORボックスに対して状態保持型ジョグダイヤル55を関連付ける。状態保持型ジョグダイヤル55はある位置を基準マークに回転させるとその位置に該当する機能を選択、設定したことになる操作手段であるので、機能決定、機能戻りの操作を必要としない。そこで、XORボックスに対して状態保持型ジョグダイヤル55を関連付ける場合、関連付け21の設定とする。   FIG. 11 shows the association of GUI components to the functional relationship diagram 20 representing the state hierarchical structure. With respect to the functional relationship diagram 20, in the XOR box which is a node in the first layer, either the second-layer AND box “shooting function” or the Func box “image reproduction function” in the exclusive relationship is selected. . In the plan specification, if this selection is based on the rotation operation of the state maintaining jog dial 55, the state maintaining jog dial 55 is associated with the XOR box. The state-holding type jog dial 55 is an operation means that selects and sets a function corresponding to the position when the position is rotated to the reference mark, and therefore does not require a function determination and a function return operation. Therefore, when the state holding jog dial 55 is associated with the XOR box, the association 21 is set.

同様に、機能関係図20における第3階層のノードであるXORボックスでは、排他関係の撮影機能選択を、ボタン(0)をプッシュする度に「通常撮影機能」→「連続撮影機能」→「タイマー撮影機能」→「通常撮影機能」…と順に機能選択し、操作ボタン(1)をプッシュ操作することによって機能決定し、またいったん決定した機能に対して機能戻しを行うには操作ボタン(2)をプッシュ操作するという関連付け22を設定している。こうして作成されるのが、図11に示すGUI構成要素付き機能関係図23である。   Similarly, in the XOR box, which is a third layer node in the functional relationship diagram 20, “exclusive-related shooting function selection” is performed every time the button (0) is pushed, “normal shooting function” → “continuous shooting function” → “timer”. To select a function in the order of “shooting function” → “normal shooting function”, push the operation button (1), and to return the function to the determined function, press the operation button (2). Is set as an association 22 for performing a push operation. The function relation diagram with GUI components shown in FIG. 11 is created in this way.

本GUIプログラミング支援システムでは、図12に示すボタン群51〜55、LCD56、ランプ57のGUI構成要素についてテンプレート305〜311をデータベース5に登録している。   In the GUI programming support system, templates 305 to 311 are registered in the database 5 for the GUI components of the button groups 51 to 55, the LCD 56, and the lamp 57 shown in FIG.

図13に示すように、プッシュボタン(0)〜(2)についてはGUI構成要素用ステートチャートのテンプレート305と、GUIコントローラの機能選択用ステートチャートのテンプレート315が用意されている。ボタン(0)〜(2)の識別は、そのボタン名による。GUI構成要素用テンプレート305は、ウェイティング状態において、当該ボタンがプッシュされることでプッシュ操作信号を入力することを表記している。「Push button/PUSHevent」はボタンのプッシュ操作で、それに対応する操作信号が入力されることを意味している。   As shown in FIG. 13, a GUI component state chart template 305 and a GUI controller function selection state chart template 315 are prepared for the push buttons (0) to (2). The identification of the buttons (0) to (2) is based on the button name. The GUI component template 305 indicates that a push operation signal is input when the button is pushed in the waiting state. “Push button / PUSH event” means that a button operation is performed and an operation signal corresponding thereto is input.

図13において、GUIコントローラの機能選択用テンプレート315は、1組のプッシュボタン(0)〜(2)に割り付けられた機能選択用ステートチャートのテンプレートであり、ボタン(0)51のプッシュ操作にて機能f1〜f4(この機能数は設計対象に応じて変化する)を順にトグル的に遷移することができ、ある機能の選択状態で機能決定に割当てられたボタン(1)52をプッシュすれば該当機能の選択を決定し、逆にある機能選択が決定されている状態で機能戻りに割当てられたボタン(2)53をプッシュすれば決定前の機能選択状態に戻ることを表記している。   In FIG. 13, a function selection template 315 of the GUI controller is a function selection state chart template assigned to a set of push buttons (0) to (2). The functions f1 to f4 (the number of functions varies depending on the design target) can be sequentially toggled, and if the button (1) 52 assigned to the function determination is pushed in a selected state of the function, it is applicable. In addition, when the function selection is determined and the button (2) 53 assigned to the function return is pushed while the function selection is determined, the function selection state before the determination is returned.

図14に示すように、シーソー型ボタン54についても、GUI構成要素用ステートチャートのテンプレート308と、GUIコントローラの機能選択用ステートチャートのテンプレート316が用意されている。GUI構成要素用テンプレート308は、通常はウェイティング状態であり、右押し操作(Push RIGHT)で右押しに割当てられた機能を設定する右押しイベント(RIGHevent)を入力し、左押し操作(Push LEFT)で左押しに割当てられた機能を設定する左押しイベント(LEFTevent)を入力することを表記している。   As shown in FIG. 14, for the seesaw-type button 54, a GUI component state chart template 308 and a GUI controller function selection state chart template 316 are also prepared. The GUI component template 308 is normally in a waiting state, and a right push event (RIGHTEvent) for setting a function assigned to right push by a right push operation (Push RIGHT) is input, and a left push operation (Push LEFT). Indicates that a left push event (LEFTEvent) for setting a function assigned to left push is input.

図14において、このシーソー型ボタン54に割り付けられた機能選択用ステートチャートのテンプレート316では、ボタン54の右プッシュ操作にて現在の選択機能の位置から昇順に、例えば、機能f1→f2→f3…→fn→f1(この機能数nは設計対象に応じて変化する)と順にトグル的に遷移し、左プッシュ操作にて逆に現在の選択機能の位置から降順にトグル的に選択機能を遷移することができ、そして図13の場合と同様にある機能の選択状態で機能決定に割当てられたボタン(1)52をプッシュすれば該当機能の選択を決定し、逆にある機能選択が決定されている状態で機能戻りに割当てられたボタン(2)53をプッシュすれば決定前の機能選択状態に戻ることを表記している。   14, in the function selection state chart template 316 assigned to the seesaw-type button 54, for example, the functions f1 → f2 → f3... In ascending order from the position of the currently selected function by the right push operation of the button 54. → fn → f1 (the number of functions n varies depending on the design target) in order, and the left push operation reversely toggles the selection function in descending order from the position of the current selection function. As in the case of FIG. 13, when the button (1) 52 assigned to the function determination is pushed in the selection state of a certain function, the selection of the corresponding function is determined, and the reverse function selection is determined. In this state, if the button (2) 53 assigned to the function return is pushed, the function selection state before the determination is returned.

図15に示すように、状態保持型ジョグダイヤル55についても、GUI構成要素用ステートチャートのテンプレート309と、GUIコントローラの機能選択用ステートチャートのテンプレート317が用意されている。GUI構成要素用テンプレート309は、ある選択位置でウェイティング状態であり、右回し操作(Turn CW)で右回しイベント(CWevent)を入力し、左回し操作(Turn CCW)で左回しイベント(CCWevent)を入力することを表記している。   As shown in FIG. 15, the state holding type jog dial 55 is also provided with a GUI component state chart template 309 and a GUI controller function selection state chart template 317. The GUI component template 309 is in a waiting state at a selected position, inputs a clockwise event (CEvent) by a clockwise operation (Turn CW), and inputs a counterclockwise event (CCEvent) by a counterclockwise operation (Turn CCW). Indicates that it is input.

図15において、この状態保持型ジョグダイヤル55に割り付けられた機能選択用ステートチャートのテンプレート317では、ジョグダイヤル55の右回し操作にて現在の選択機能の位置から順に、例えば、機能Function1→Function2→Function3…→Function(n)→Function1(この機能数nは設計対象に応じて変化する)と順にトグル的に機能選択し、左回し操作にて逆に現在の選択機能の位置から降順にトグル的に機能選択することを表記している。   15, in the function selection state chart template 317 assigned to the state-holding type jog dial 55, for example, the function Function1 → Function2 → Function3... In order from the position of the currently selected function by turning the jog dial 55 clockwise. → Function (n) → Function 1 (the number n of functions varies depending on the design target) in order, toggle function selection, and counterclockwise by reverse operation from the position of the current selection function The selection is indicated.

また本GUIプログラミング支援システムでは、図16(A),(B)に示すような液晶ディスプレイLCD56、ランプ57に対するテンプレート310,311が出力GUI構成要素用テンプレートとしてテンプレートデータベース5に登録してある。LCD56には表示フィールド1,2があり、フィールド1については、無表示状態「Showing Nothing」から“Play”の表示命令(イベント)によって、“Play”の表示状態「Showing “Playing”」に遷移する。またこの逆の表示状態の遷移もある。さらに、無表示状態「Showing Nothing」からでも、表示状態「Showing “Playing”」からでも、時刻を取得して表示せよとの命令「Get Show “Time”」によって実時刻「“Time”」を表示する状態「Showing Time」に遷移することを表す。またこの逆の表示状態の遷移もある。同様に、ランプ57の点灯状態についても、点灯指令「Get light turn OFF」によって点灯状態「ON」に遷移し、消灯指令「Get light OFF」を受けて消灯状態「OFF」に遷移することを表す。   In this GUI programming support system, templates 310 and 311 for the liquid crystal display LCD 56 and the lamp 57 as shown in FIGS. 16A and 16B are registered in the template database 5 as templates for output GUI components. The LCD 56 has display fields 1 and 2. For the field 1, the display state transitions to the “Play” display state “Showing“ Playing ”” from the non-display state “Showing Noting” by a “Play” display command (event). . There is also a reverse display state transition. In addition, the actual time ““ Time ”” is displayed by the command “Get Show“ Time ”” to acquire and display the time from the non-display state “Showing Noting” or the display state “Showing“ Playing ””. This represents a transition to the “Showing Time” state. There is also a reverse display state transition. Similarly, the lighting state of the lamp 57 also represents a transition to the lighting state “ON” by the lighting command “Get light turn OFF”, and a transition to the lighting state “OFF” in response to the lighting command “Get light OFF”. .

本実施の形態のGUIプログラミング支援システムでは、図3、図11に示すように機能仕様企画書10から機能関係図20、さらにはGUI構成要素付き機能関係図23を作成していけば、これに連動して本システム側で図22に示すようなステートチャート30を自動作成する。その手順について、図17〜図21を用いて説明する。   In the GUI programming support system of the present embodiment, as shown in FIGS. 3 and 11, if a function relation diagram 20 and further a function relation diagram 23 with GUI components are created from the function specification plan 10, In conjunction with this, a state chart 30 as shown in FIG. 22 is automatically created on the system side. The procedure will be described with reference to FIGS.

図17、図18に示すように、本実施の形態のGUIプログラミング支援システムでは状態階層構造の機能関係図20の作成によって、機能関係図解釈部3がその機能関係図20のデータに対して状態階層構造生成則を当てはめて解釈し、ステートチャート作成部4がこの解釈結果に対して該当するステートチャートのテンプレートをテンプレートデータベース5から取り出し、必要事項を該当箇所に書き込むことによって状態階層構造のステートチャート30を自動的に作成する(ステップA1)。   As shown in FIGS. 17 and 18, in the GUI programming support system of this embodiment, the function relationship diagram interpreting unit 3 creates a state for the data of the function relationship diagram 20 by creating the function relationship diagram 20 of the state hierarchical structure. By applying a hierarchical structure generation rule, the statechart creation unit 4 extracts a statechart template corresponding to the interpretation result from the template database 5 and writes a necessary item in the corresponding portion to write the state hierarchy structure statechart. 30 is automatically created (step A1).

機能関係図解釈部3はまた、GUI構成要素付き機能関係図23が入力される場合、そのうちの状態階層構造の機能関係図20に対しては上の処理を行って状態階層構造のステートチャート30を作成する(ステップA1)。さらにGUI構成要素の機能関係図23に対して、機能関係図解釈部3とステートチャート作成部4によってGUI構成要素を解釈し、必要なGUI構成要素のステートチャートテンプレートをテンプレートデータベース5から取り出し、必要事項を該当箇所に書き込むことによって基礎となる状態階層構造のステートチャート30と合体することによって機能選択部のステートチャート31を作成する(ステップA2)。さらに、機能関係図解釈部3とステートチャート作成部4によってGUI構成要素付きの機能関係図23を解釈し、機能決定、機能戻りの遷移をステートチャート31の該当箇所に書き込むことによってGUIコントローラの機能選択用ステートチャート31を完成させる(ステップA3)。   The functional relationship diagram interpreter 3 also performs the above processing on the functional relationship diagram 20 of the state hierarchical structure when the functional relationship diagram 23 with GUI component is input, and the state chart 30 of the state hierarchical structure Is created (step A1). Furthermore, with respect to the functional relationship diagram 23 of the GUI component, the GUI component is interpreted by the function relationship diagram interpreting unit 3 and the state chart creating unit 4, and the state chart template of the necessary GUI component is extracted from the template database 5 and necessary. The state chart 31 of the function selection unit is created by combining the state chart 30 with the underlying state hierarchical structure by writing the items in the corresponding locations (step A2). Further, the function relationship diagram interpreting unit 3 and the state chart creating unit 4 interpret the function relationship diagram 23 with GUI components, and write the function decision and function return transitions in the corresponding portions of the state chart 31 to function the GUI controller. The selection state chart 31 is completed (step A3).

上記ステップA2、A3の処理について図19を用いて詳しく説明する。同図(A)に示す階層構造の機能関係図20に対してGUI構成要素21を割付けてGUI構成要素付きの機能関係図23を作成することによって、本GUIプログラミング支援システム側で階層構造のステートチャート30を自動作成し、さらに、同図(B)に示すプッシュボタンのGUI構成要素テンプレート315を用い、該当箇所に機能名、操作名を書き込むことによって同図(C)に示すGUIコントローラの機能選択用ステートチャート31を作成する。   The processing of steps A2 and A3 will be described in detail with reference to FIG. By assigning a GUI component 21 to the hierarchical functional relationship diagram 20 shown in FIG. 6A and creating a functional relationship diagram 23 with a GUI component, the state of the hierarchical structure is generated on the GUI programming support system side. The function of the GUI controller shown in FIG. 6C is created by automatically creating the chart 30 and further writing the function name and operation name in the corresponding location using the GUI component template 315 of the push button shown in FIG. A selection state chart 31 is created.

このようにして、本実施の形態のGUIプログラミング支援システムによれば、仕様企画書に基づいてソフトウェア設計者が機能関係図20、GUI構成要素付きの機能関係図23を作成することにより、システム側で自動的にその内容を解釈し、必要なテンプレートを呼出し、該当箇所に機能名、操作名、イベント名等を書き込んで図20に示すようなGUIコントローラ用ステートチャート31とGUI構成要素用ステートチャート32を作成することができ、このようなステートチャートが作成できればこれを利用した仕様検証がコンピュータシステムによって可能であるので、検証結果をフィードバックすることによってソフトウェア設計を修正する作業も容易であり、ソフトウェアプログラミングの開発の効率化が図れる。   In this way, according to the GUI programming support system of the present embodiment, the software designer creates the function relationship diagram 20 and the function relationship diagram 23 with GUI components based on the specification plan, so that the system side Automatically interprets its contents, calls a necessary template, writes a function name, operation name, event name, etc. in the corresponding location, and a state chart 31 for a GUI controller and a state chart for a GUI component as shown in FIG. 32 can be created, and if such a state chart can be created, specification verification using this can be performed by a computer system. Therefore, it is easy to modify the software design by feeding back the verification result. The efficiency of programming development can be improved.

なお、上記実施の形態の説明ではデジタルカメラのソフトウェア設計を例に挙げて説明したが、本システムは各種機器の応じたステートチャートテンプレートを用意することにより、携帯電話機、シリコン音楽記録再生装置、PDA等、種々のデジタル機器のソフトウェア設計にも等しく利用することができる。   In the description of the above embodiment, the software design of the digital camera has been described as an example. However, this system prepares a state chart template corresponding to various devices, thereby enabling a mobile phone, a silicon music recording / reproducing device, a PDA. The present invention can equally be used for software design of various digital devices.

図21〜図25を用いて本実施の形態のGUIプログラミング支援システムによるMP3プレーヤのソフトウェア設計について説明する。図21(A)に示すようなMP3プレーヤの仕様企画書に対して同図(B)に示す階層構造の機能関係図を作成する。この例の場合、MP3プレーヤの機能は時計機能とMP3プレーヤ機能とが並列機能であり、MP3プレーヤ機能の中では、MP3ファイルの再生機能、外部音記録再生機能、MP3ファイルのアップ・ダウンロード機能が排他機能である。そして、MP3ファイルの再生機能では、イコライザ機能と音量調節機能が局所機能として並列機能で働く。また、外部音記録再生機能では、外部音録音機能と外部音再生機能とが排他関係でいずれかが動作する。ソフトウェア設計者がこのような階層構造の機能関係図を作成すれば、本システムが自動的に図22に示す階層構造のステートチャート30を作成する。   The software design of the MP3 player by the GUI programming support system according to the present embodiment will be described with reference to FIGS. For the MP3 player specification plan as shown in FIG. 21A, a hierarchical functional relationship diagram shown in FIG. 21B is created. In this example, the MP3 player function is a parallel function of the clock function and the MP3 player function. Among the MP3 player functions, an MP3 file playback function, an external sound recording / playback function, and an MP3 file upload / download function are provided. Exclusive function. In the MP3 file playback function, the equalizer function and the volume control function work as local functions as parallel functions. In the external sound recording / playback function, either the external sound recording function or the external sound playback function operates in an exclusive relationship. When the software designer creates such a hierarchical functional relationship diagram, the present system automatically creates a hierarchical state chart 30 shown in FIG.

続いて、機能シナリオのソフトウェア設計も行う。本例では、設計対象とするMP3プレーヤが図23に示す入力ボタンbutton1〜button4、出力画面としてLCD1〜LCD4をGUI構成要素として備えているとする。そして、機能シナリオとして、例えば、外部音記録再生機能では、待機状態では日付表示をしており、button1を押せばLCD1に「PLAY」を表示させ、再生機能に遷移するとし、「PLAY」状態でbutton1を2秒間長押しすれば機能解除して待機状態に戻るシナリオを設定するとする。また外部音記録再生機能の待機状態で、button2を押せばLCD1に「REC」を表示させ、録音機能に遷移するとし、「REC」状態でbutton2を2秒間長押しすれば機能解除して待機状態に戻るシナリオも設定するとする。このようなシナリオを階層構造の機能関係図における外部音記録再生機能に対して設定すれば、本システム側では自動的に図24に示す各機能毎の機能シナリオのステートチャートを作成する。   Next, we will also design software for functional scenarios. In this example, it is assumed that the MP3 player to be designed includes input buttons button1 to button4 shown in FIG. 23 and LCD1 to LCD4 as output components as GUI components. As a function scenario, for example, in the external sound recording / playback function, the date is displayed in the standby state, and if “button1” is pressed, “PLAY” is displayed on the LCD 1 and the playback function is changed. It is assumed that a scenario is set in which the function is canceled and the standby state is returned by pressing and holding button 1 for 2 seconds. In the standby state of the external sound recording / playback function, if “button 2” is pressed, “REC” is displayed on the LCD 1 and the recording function is entered. If “button” is pressed for 2 seconds in the “REC” state, the function is canceled and the standby state is set. Let's also set a scenario to return to. If such a scenario is set for the external sound recording / playback function in the hierarchical function relationship diagram, the system automatically creates a state scenario chart for each function shown in FIG.

そして上記した図21の階層構造のステートチャートと図24の機能毎の機能シナリオのステートチャートを合成することによって、最終的に図25に示すようなステートチャートを自動的に作成できることになる。   Then, by combining the hierarchical state chart of FIG. 21 and the function scenario state chart for each function of FIG. 24, a state chart as shown in FIG. 25 can be automatically created.

本発明の1つの実施の形態のGUIプログラミング支援システムの機能ブロック図。The functional block diagram of the GUI programming assistance system of one embodiment of this invention. 上記実施の形態のシステムによる設計対象とするデジタルカメラの背面図。The rear view of the digital camera made into the design object by the system of the said embodiment. 上記設計対象であるデジタルカメラの企画仕様書から作成される機能関係図の説明図。Explanatory drawing of the functional relationship figure produced from the plan specification of the digital camera which is the said design object. 上記機能関係図で用いる階層機能関係の表記例の説明図。Explanatory drawing of the example of a notation of the hierarchy function relationship used with the said function relationship diagram. 上記機能関係図で用いる並列機能関係の表記例の説明図。Explanatory drawing of the notation example of the parallel function relationship used with the said function relationship diagram. 上記機能関係図で用いる排他機能関係の表記例の説明図。Explanatory drawing of the notation example of the exclusive function relationship used with the said function relationship diagram. 上記機能関係図で用いる局所機能関係の表記例の説明図。Explanatory drawing of the notation example of the local functional relationship used with the said functional relationship diagram. 上記実施の形態のシステムにより機能関係図から階層構造のステートチャートを作成する手順を示す説明図。Explanatory drawing which shows the procedure which creates the state chart of a hierarchical structure from a functional relationship figure by the system of the said embodiment. 上記実施の形態のシステムで用いる並列機能関係のステートチャートテンプレートの説明図。Explanatory drawing of the state chart template of the parallel function relationship used with the system of the said embodiment. 上記実施の形態のシステムで用いる排他機能関係のステートチャートテンプレートの説明図。Explanatory drawing of the state chart template of the exclusive function relationship used with the system of the said embodiment. 上記階層構造の機能関係図にGUI構成要素を関連付けたGUI機能要素付き機能関係図の説明図。Explanatory drawing of the function related figure with a GUI functional element which linked | related the GUI structural element with the functional relation figure of the said hierarchical structure. 上記デジタルカメラのGUI構成要素毎のステートチャートテンプレートの説明図。Explanatory drawing of the state chart template for every GUI component of the said digital camera. 上記デジタルカメラのプッシュボタンに対するGUI構成要素用ステートチャートテンプレートとGUIコントローラ機能選択用ステートチャートテンプレートの説明図。Explanatory drawing of the state chart template for GUI components with respect to the push button of the said digital camera, and the state chart template for GUI controller function selection. 上記デジタルカメラのシーソー型ボタンに対するGUI構成要素用ステートチャートテンプレートとGUIコントローラ機能選択用ステートチャートテンプレートの説明図。FIG. 5 is an explanatory diagram of a GUI component element state chart template and a GUI controller function selection state chart template for a seesaw type button of the digital camera. 上記デジタルカメラの状態保持型ジョグダイヤルに対するGUI構成要素用ステートチャートテンプレートとGUIコントローラ機能選択用ステートチャートテンプレートの説明図。FIG. 3 is an explanatory diagram of a state chart template for GUI components and a state chart template for selecting GUI controller functions for the state-holding type jog dial of the digital camera. 上記デジタルカメラの出力GUI構成要素用ステートチャートのテンプレートの説明図。Explanatory drawing of the template of the state chart for the output GUI components of the digital camera. 上記実施の形態のシステムによるステートチャート作成処理のフローチャート。The flowchart of the state chart preparation process by the system of the said embodiment. 上記実施の形態のシステムによるステートチャート作成処理の処理段階別の説明図。Explanatory drawing according to the process step of the state chart preparation process by the system of the said embodiment. 上記実施の形態のシステムによるGUI構成要素付き機能関係図からGUI構成要素用ステートチャートテンプレートを用いてGUIコントローラの機能選択用ステートチャートを作成する処理の説明図。Explanatory drawing of the process which produces the state chart for function selection of a GUI controller using the state-chart template for GUI components from the functional relationship diagram with a GUI component by the system of the said embodiment. 上記実施の形態のシステムにより作成したデジタルカメラ用のステートチャートの全体図。The whole figure of the state chart for digital cameras created by the system of the above-mentioned embodiment. 上記実施の形態のシステムによりMP3プレーヤの企画仕様書から作成した階層構造の機能関係図を示す説明図。Explanatory drawing which shows the functional relationship figure of the hierarchical structure created from the plan specification of the MP3 player with the system of the said embodiment. 上記実施の形態のシステムにより上記階層構造の機能関係図から自動作成された階層構造のステートチャートの説明図。Explanatory drawing of the state chart of the hierarchical structure automatically created from the functional relationship figure of the said hierarchical structure by the system of the said embodiment. 上記実施の形態のシステムのソフトウェア設計対象となったMP3プレーヤのGUI構成要素の配置図。FIG. 3 is an arrangement diagram of GUI components of an MP3 player that is a software design target of the system according to the embodiment. 上記実施の形態のシステムにより作成したGUI構成要素による機能シナリオのステートチャートの説明図。Explanatory drawing of the state chart of the functional scenario by the GUI component created with the system of the said embodiment. 上記実施の形態のシステムにより作成したMP3プレーヤのステートチャートの全体図。The whole figure of the state chart of the MP3 player created with the system of the above-mentioned embodiment.

符号の説明Explanation of symbols

1 機能関係図データ入力部
2 機能シナリオ入力部
3 機能関係図解釈部
4 ステートチャート作成部
5 テンプレートデータベース
6 ステートチャート出力部
1 function relationship diagram data input unit 2 function scenario input unit 3 function relationship diagram interpretation unit 4 state chart creation unit 5 template database 6 state chart output unit

Claims (6)

機能関係図の機能関係をステートチャートで表現するために必要な機能関係テンプレートを保持するテンプレートデータベースと、
機能関係図のデータ入力に対して、機能毎に他の機能との階層関係、排他関係、並列関係、局所機能関係の機能関係を解釈する機能関係図解釈部と、
前記機能関係の解釈結果に基づき、前記テンプレートデータベースより該当する機能関係のテンプレートを読み出し、かつ、当該テンプレートにあらかじめ用意されている所定の箇所に該当機能名を書き込むことによってステートチャートを作成するステートチャート作成部とを備えたことを特徴とするGUIプログラミング支援システム。
A template database that holds functional relationship templates necessary for expressing the functional relationship of the functional relationship diagram in a state chart;
A functional relationship diagram interpreter that interprets the functional relationship of the hierarchical relationship, exclusive relationship, parallel relationship, local functional relationship with other functions for each function for data input of the functional relationship diagram,
A statechart that creates a statechart by reading a corresponding functional relationship template from the template database and writing a corresponding function name in a predetermined location prepared in advance in the template based on the interpretation result of the functional relationship A GUI programming support system comprising a creation unit.
機能毎に他の機能との階層関係、排他関係、並列関係、局所機能関係の機能関係を規定する所定の様式の機能関係図のデータを入力する機能関係図データ入力部と、
前記機能関係図の該当するノードにおいて、ある機能から他のある機能への機能遷移のための機能選択操作、機能決定操作、遷移先の機能から元の機能への機能戻り操作を行う操作要素及び操作方法を指定する操作要素データを入力する操作要素データ入力部と、
前記操作要素毎のステートチャート用テンプレートと、前記機能関係図の機能関係をステートチャートで表現するために必要な機能関係テンプレートとを保持するテンプレートデータベースと、
前記機能関係図のデータ入力に対して、機能毎に他の機能との階層関係、排他関係、並列関係、局所機能関係の機能関係を解釈し、前記各機能間遷移をもたらす操作要素の選択・操作と結びつけ、前記テンプレートデータベースから該当するテンプレート群を取り出し、該当箇所に機能名をはめ込み、かつ機能間遷移をもたらす操作名と操作結果の情報を遷移線上に書き出すことによって機能選択用ステートチャートを作成するステートチャート作成部とを備えたことを特徴とするGUIプログラミング支援システム。
A function relationship diagram data input unit that inputs data of a function relationship diagram in a predetermined format that defines a functional relationship of a hierarchical relationship, an exclusive relationship, a parallel relationship, and a local function relationship with other functions for each function;
In a corresponding node of the function relationship diagram, an operation element that performs a function selection operation for function transition from one function to another function, a function determination operation, a function return operation from the transition destination function to the original function, and An operation element data input unit for inputting operation element data for specifying an operation method;
A template database for holding a statechart template for each operation element and a functional relationship template necessary for expressing the functional relationship of the functional relationship diagram in a statechart;
For the data input of the functional relationship diagram, select the operation element that interprets the functional relationship such as hierarchical relationship, exclusive relationship, parallel relationship, local functional relationship with other functions for each function, and brings about the transition between the functions. Create a function selection state chart by extracting the corresponding template group from the template database, inserting the function name at the corresponding location, and writing the operation name and operation result information that causes the transition between functions on the transition line. A GUI programming support system comprising a statechart creation unit that performs the above-described operation.
前記テンプレートデータベースは、表示要素毎のステートチャート用のテンプレートを保持し、
前記ステートチャート作成部は、ある表示要素に対するある表示状態から別の表示状態へ遷移させる命令とその命令の実行結果を指定する入力に対して、対応する表示要素のテンプレートを取り出し、前記表示状態を遷移させる命令とその命令の実行結果に対応する表示内容を該当箇所に書き込むことを特徴とする請求項2に記載のGUIプログラミング支援システム。
The template database holds a template for a state chart for each display element,
The statechart creation unit takes out a template of a corresponding display element for an instruction designating transition from one display state to another display state for a certain display element and an execution result of the instruction, and displays the display state. 3. The GUI programming support system according to claim 2, wherein an instruction to be changed and a display content corresponding to an execution result of the instruction are written in a corresponding portion.
機能関係図のデータ入力を受け付けるステップと、
前記機能関係図のデータ入力に対して、機能毎に他の機能との階層関係、排他関係、並列関係、局所機能関係の機能関係を解釈するステップと、
前記機能関係の解釈結果に基づき、機能関係図の機能関係をステートチャートで表現するために必要な機能関係テンプレートを保持するテンプレートデータベースより該当する機能関係のテンプレートを読み出すステップと、
前記読み出した機能関係のテンプレートに対して、それにあらかじめ用意されている所定の箇所に該当機能名を書き込むことによってステートチャートを作成するステップとをコンピュータに実行させることを特徴とするステートチャート作成プログラム。
A step of accepting data input of the functional relationship diagram;
Interpreting a functional relationship of a hierarchical relationship, an exclusive relationship, a parallel relationship, and a local functional relationship with other functions for each function with respect to data input of the functional relationship diagram;
Based on the interpretation result of the functional relationship, reading a corresponding functional relationship template from a template database that holds a functional relationship template necessary for expressing the functional relationship of the functional relationship diagram in a state chart;
A statechart creation program for causing a computer to execute a step of creating a statechart by writing a corresponding function name in a predetermined location prepared in advance for the read function-related template.
機能毎に他の機能との階層関係、排他関係、並列関係、局所機能関係の機能関係を規定する所定の様式の機能関係図のデータの入力を受け付けるステップと、
前記機能関係図の該当するノードにおいて、ある機能から他のある機能への機能遷移のための機能選択操作、機能決定操作、遷移先の機能から元の機能への機能戻り操作を行う操作要素及び操作方法を指定する操作要素データの入力を受け付けるステップと、
前記機能関係図のデータ入力に対して、機能毎に他の機能との階層関係、排他関係、並列関係、局所機能関係の機能関係を解釈し、前記各機能間遷移をもたらす操作要素の選択・操作と結びつけるステップと、
操作要素毎のステートチャート用テンプレートと機能関係図の機能関係をステートチャートで表現するために必要な機能関係テンプレートとを保持するテンプレートデータベースから該当するテンプレート群を取り出すステップと、
前記テンプレート群に対して、その該当箇所に機能名をはめ込み、かつ機能間遷移をもたらす操作名と操作結果の情報を遷移線上に書き出すことによって機能選択用ステートチャートを作成するステップとをコンピュータに実行させることを特徴とするステートチャート作成プログラム。
A step of accepting input of data of a functional relationship diagram in a predetermined format that defines a functional relationship of a hierarchical relationship, an exclusive relationship, a parallel relationship, and a local functional relationship with other functions for each function;
In a corresponding node of the function relationship diagram, an operation element that performs a function selection operation for function transition from one function to another function, a function determination operation, a function return operation from the transition destination function to the original function, and A step of accepting input of operation element data for specifying an operation method;
For the data input of the functional relationship diagram, select the operation element that interprets the functional relationship such as hierarchical relationship, exclusive relationship, parallel relationship, local functional relationship with other functions for each function, and brings about the transition between the functions. A step to link with the operation,
A step of extracting a corresponding template group from a template database that holds a state chart template for each operation element and a functional relation template necessary for expressing the functional relation of the functional relation diagram in the state chart;
A function selection statechart is created on the computer by inserting a function name at the corresponding location in the template group and writing out an operation name that causes a transition between functions and operation result information on a transition line. Statechart creation program characterized by having
前記テンプレートデータベースは、表示要素毎のステートチャート用のテンプレートに保持させ、
ある表示要素に対するある表示状態から別の表示状態へ遷移させる命令とその命令の実行結果を指定する入力を受け付け、当該入力に対して、対応する表示要素のテンプレートを取り出し、前記表示状態を遷移させる命令とその命令の実行結果に対応する表示内容を該当箇所に書き込むステップを有することを特徴とする請求項5に記載のステートチャート作成プログラム。
The template database is held in a template for a state chart for each display element,
Accepts an instruction for transitioning from one display state to another display state for a certain display element and an input specifying the execution result of the instruction, takes out the template of the corresponding display element for the input, and transitions the display state 6. The statechart creation program according to claim 5, further comprising a step of writing an instruction and display contents corresponding to the execution result of the instruction in a corresponding portion.
JP2004052471A 2004-02-26 2004-02-26 Gui programming support system and state chart preparation program Pending JP2005242721A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004052471A JP2005242721A (en) 2004-02-26 2004-02-26 Gui programming support system and state chart preparation program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004052471A JP2005242721A (en) 2004-02-26 2004-02-26 Gui programming support system and state chart preparation program

Publications (1)

Publication Number Publication Date
JP2005242721A true JP2005242721A (en) 2005-09-08

Family

ID=35024386

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004052471A Pending JP2005242721A (en) 2004-02-26 2004-02-26 Gui programming support system and state chart preparation program

Country Status (1)

Country Link
JP (1) JP2005242721A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013097564A (en) * 2011-10-31 2013-05-20 Mitsubishi Electric Corp Software development support device and program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013097564A (en) * 2011-10-31 2013-05-20 Mitsubishi Electric Corp Software development support device and program

Similar Documents

Publication Publication Date Title
RU2506629C2 (en) Creating presentation on infinite canvas and navigation thereon
CN102754352B (en) Method and apparatus for providing information of multiple applications
CN112230909B (en) Method, device, equipment and storage medium for binding data of applet
JP2015504186A (en) System and method for mobile application development
US20110126171A1 (en) Dynamic native editor code view facade
US11216611B2 (en) Information processing apparatus and non-transitory computer readable medium
JP2008242964A (en) User interface design program and user interface design method
JP2008146225A (en) Editor, edit method, and edit program
JP2005242721A (en) Gui programming support system and state chart preparation program
JP2009059203A (en) Customization device for image processing function, customization method for image processing function, and program for customizing image processing function
US11132194B2 (en) Electronic calculator, method, and storage medium
JP3697274B2 (en) Software development support device
JP5255865B2 (en) Screen transition design support device, screen transition design support method, and screen transition design support program
JP4006477B2 (en) Form creation device, form creation method, and storage medium
Turner et al. Learning IPad Programming: A Hands-on Guide to Building IPad Apps
JP2008083628A (en) Sound signal processor and program
JP2004362442A (en) Automatic program generation device, automatic program generation method, computer program and computer readable recording medium
Bakir et al. Program the Internet of Things with Swift for iOS
JP2007094453A (en) Program development support system, program development support method and program
US11983527B2 (en) Electronic calculator, method, and storage medium
Grimes et al. IOS 5 Recipes: A Problem-Solution Approach
JPH0954688A (en) Gui design supporting method
Campbell iPhone Application Development for iOS 4: Visual QuickStart Guide
Bakir Program the Internet of Things with Swift for IOS: Learn how to Program Apps for the Internet of Things
JP2006209516A (en) Electronic filing system

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060124

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20060530