JP2005292980A - 汎用入力データ検査装置及びプログラム - Google Patents
汎用入力データ検査装置及びプログラム Download PDFInfo
- Publication number
- JP2005292980A JP2005292980A JP2004104088A JP2004104088A JP2005292980A JP 2005292980 A JP2005292980 A JP 2005292980A JP 2004104088 A JP2004104088 A JP 2004104088A JP 2004104088 A JP2004104088 A JP 2004104088A JP 2005292980 A JP2005292980 A JP 2005292980A
- Authority
- JP
- Japan
- Prior art keywords
- option
- constraint information
- value
- program
- general
- 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.)
- Granted
Links
- 238000007689 inspection Methods 0.000 title claims abstract description 18
- 238000004590 computer program Methods 0.000 claims description 4
- 238000013524 data verification Methods 0.000 claims description 3
- 230000004044 response Effects 0.000 claims description 2
- 238000000034 method Methods 0.000 abstract description 41
- 230000008569 process Effects 0.000 description 25
- 230000000875 corresponding effect Effects 0.000 description 15
- 238000012545 processing Methods 0.000 description 10
- 230000006870 function Effects 0.000 description 9
- 238000010586 diagram Methods 0.000 description 5
- 238000012360 testing method Methods 0.000 description 3
- 230000004913 activation Effects 0.000 description 2
- 230000008859 change Effects 0.000 description 2
- 238000007726 management method Methods 0.000 description 2
- 238000006243 chemical reaction Methods 0.000 description 1
- 230000001276 controlling effect Effects 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000011423 initialization method Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
Images
Landscapes
- Debugging And Monitoring (AREA)
Abstract
【解決手段】汎用入力データ検査装置として動作するオプションクラスオブジェクト28は、オプションファイル30の指定を受けると、指定されたファイルを記憶装置から読出して、指定されたオプションファイル30に記述された複数の制約情報をそれぞれ記憶する複数の制約情報プロパティ記憶部と、複数の制約情報プロパティ記憶部に対応して設けられ、オプション値が充足すべき所定の制約条件を、対応の制約情報プロパティの値との関係で規定する複数のメソッドと、入力されるオプション値により、上記したメソッドにより規定される制約条件が全て充足されているか否かを検査するための検査部とを含む。
【選択図】 図1
Description
(2) オプション値の取得及び妥当性のチェック
(3) デフォルト値の設定
(4) 有効値の設定
(5) 有効範囲の設定
(6) 型の設定
(7) 複数指定回数の設定
(8) 必須の設定
(9) オプション値の設定
これらの機能は、いずれも、オプション値が充足すべき制約条件を、プロパティに格納された制約情報との関係で規定するメソッドにより実現される。これらプロパティ及びメソッドは、システムの設計時にオプションクラスとして定義され、プログラムに組込まれる。入力されるオプション値により、これら複数のメソッドにより規定される制約条件が全て充足されているか否かを検査することにより、オプション値の妥当性を検査できる。
説明は省略する。
この実施の形態のシステムは、上記したようにコンピュータハードウェアと、そのコンピュータハードウェアにより実行されるプログラムと、コンピュータハードウェアに格納されるデータとにより実現される。図8はこのコンピュータシステム330の外観を示し、図9はコンピュータシステム330の内部構成を示す。
Claims (4)
- プログラムのオプションに対して入力されるデータの妥当性を検査するための汎用入力データ検査装置であって、当該汎用入力データ検査装置は、前記プログラムで使用されるオプション値に対するオプション制約情報を記憶するための記憶手段とともに用いられ、前記汎用入力データ検証装置は、
オプション制約情報の指定を受けると、指定されたオプション制約情報を前記記憶手段から読出して、前記指定されたオプション制約情報に記述された複数の制約情報をそれぞれ記憶するための複数の制約情報記憶手段と、
前記複数の制約情報記憶手段に対応して設けられ、オプション値が充足すべき所定の制約条件を、対応の前記制約情報記憶手段に記憶される値との関係で規定するための複数の制約条件規定手段と、
入力されるオプション値により、前記複数の制約規定手段により規定される前記制約条件が全て充足されているか否かを検査するための検査手段とを含む、汎用入力データ検査装置。 - 前記汎用入力データ検査装置はさらに、前記複数の制約情報のうちの一つを新たな制約情報で更新すべき指定を受けたことに応答して、当該指定された制約情報を記憶した前記制約情報記憶手段の記憶内容を、前記新たな制約情報で更新するための制約情報更新手段を含む、請求項1に記載の汎用入力データ検査装置。
- 前記検査手段は、前記複数の制約条件のうち、前記入力されるオプション値によって充足されないものがあれば、他の制約条件についての検査を省略し、データが妥当でないことを示す検査結果を出力するための手段を含む、請求項1又は請求項2のいずれかに記載の汎用入力データ検査装置。
- コンピュータにより実行されると、当該コンピュータを請求項1〜請求項3のいずれかに記載の汎用入力データ検査装置として動作させる、コンピュータプログラム。
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2004104088A JP4854058B2 (ja) | 2004-03-31 | 2004-03-31 | 汎用入力データ検査装置及びプログラム |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2004104088A JP4854058B2 (ja) | 2004-03-31 | 2004-03-31 | 汎用入力データ検査装置及びプログラム |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2005292980A true JP2005292980A (ja) | 2005-10-20 |
| JP4854058B2 JP4854058B2 (ja) | 2012-01-11 |
Family
ID=35325875
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2004104088A Expired - Fee Related JP4854058B2 (ja) | 2004-03-31 | 2004-03-31 | 汎用入力データ検査装置及びプログラム |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP4854058B2 (ja) |
Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPS62150432A (ja) * | 1985-12-24 | 1987-07-04 | Fujitsu Ltd | コマンド解析方式 |
| JPH0511989A (ja) * | 1991-07-08 | 1993-01-22 | Nec Corp | パラメータ解析装置 |
-
2004
- 2004-03-31 JP JP2004104088A patent/JP4854058B2/ja not_active Expired - Fee Related
Patent Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPS62150432A (ja) * | 1985-12-24 | 1987-07-04 | Fujitsu Ltd | コマンド解析方式 |
| JPH0511989A (ja) * | 1991-07-08 | 1993-01-22 | Nec Corp | パラメータ解析装置 |
Non-Patent Citations (2)
| Title |
|---|
| CSND200300366015, "リソース・ファイルとプロパティ・ファイルの取り扱い", Java WORLD, 20010101, 第5巻、第1号, pp.172−176, JP, (株)IDGジャパン * |
| CSND200301481005, 高橋信頼, "アーキテクチャと機能 画面遷移やDBアクセスを隠ぺいし,業務ロジックの開発に集中する", 日経オープンシステム, 20020215, 第107号, pp.110−120, JP, 日経BP社 * |
Also Published As
| Publication number | Publication date |
|---|---|
| JP4854058B2 (ja) | 2012-01-11 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US8887135B2 (en) | Generating test cases for functional testing of a software application | |
| US10437574B2 (en) | System and method for providing code completion features for code modules | |
| WO2020134633A1 (zh) | 一种应用程序的开发方法、装置及集成开发工具 | |
| US20070168909A1 (en) | System And Method For Context-Sensitive Help In A Design Environment | |
| CN102027460B (zh) | 动态声明性应用程序描述 | |
| US9817811B2 (en) | Web server system, dictionary system, dictionary call method, screen control display method, and demonstration application generation method | |
| US10289430B2 (en) | Interactive user interface for metadata builder | |
| CN108351764A (zh) | 程序代码编辑器中数据的图形表示 | |
| US20120110560A1 (en) | Data type provider for a web semantic store | |
| US20230128866A1 (en) | Source code conversion from application program interface to policy document | |
| US8201147B2 (en) | Generic XAD processing model | |
| US20170300305A1 (en) | Executable guidance experiences based on implicitly generated guidance models | |
| US20050050556A1 (en) | Dynamic layout method for an application program module | |
| US20110126171A1 (en) | Dynamic native editor code view facade | |
| US8776010B2 (en) | Data type provider for a data store | |
| US20090319567A1 (en) | System and method of data management using a structure to propagate changes to referenced objects | |
| JP7620213B2 (ja) | 仕様書作成システム、仕様書作成方法、仕様書作成プログラム、及びbiosプログラム | |
| US8850388B2 (en) | Controlling application features | |
| US7634722B2 (en) | Reversible logic for widget and markup language generation | |
| US7730495B2 (en) | Declaratively defined control actions | |
| JP4854058B2 (ja) | 汎用入力データ検査装置及びプログラム | |
| US6763516B2 (en) | Convention checking apparatus, convention checking system, convention checking method, and storage medium on which is recorded a convention checking program | |
| US20060041865A1 (en) | System and method for debugging programs | |
| US7966562B1 (en) | System and method for providing domain-sensitive help | |
| CN110321282A (zh) | Mock测试的XML配置文件修改方法和系统 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20070328 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20100615 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20100810 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20110125 |
|
| TRDD | Decision of grant or rejection written | ||
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20111011 |
|
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20111024 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20141104 Year of fee payment: 3 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 4854058 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| LAPS | Cancellation because of no payment of annual fees |