JP2012226708A - Asset management system, asset management method and program - Google Patents

Asset management system, asset management method and program Download PDF

Info

Publication number
JP2012226708A
JP2012226708A JP2011096396A JP2011096396A JP2012226708A JP 2012226708 A JP2012226708 A JP 2012226708A JP 2011096396 A JP2011096396 A JP 2011096396A JP 2011096396 A JP2011096396 A JP 2011096396A JP 2012226708 A JP2012226708 A JP 2012226708A
Authority
JP
Japan
Prior art keywords
asset
search
repository
asset element
stored
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.)
Withdrawn
Application number
JP2011096396A
Other languages
Japanese (ja)
Inventor
Natsuko Noda
夏子 野田
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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP2011096396A priority Critical patent/JP2012226708A/en
Publication of JP2012226708A publication Critical patent/JP2012226708A/en
Withdrawn legal-status Critical Current

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an asset management system in which partial assets can be prevented from being missed, by enabling structured assets to be retrieved easily after storing the assets in a repository.SOLUTION: A first asset repository 91 stores assets which are software obtained as results of product development or documents created during the product development as they are. A second asset repository 92 stores assets which are distinguished in accordance with whether they can be utilized again as they are or they need customization for re-utilization. Retrieval means 94 retrieves a first asset element meeting at least a given search key from among first asset elements stored in the first asset repository 91 and, on the basis of corresponding relational information, retrieves a second asset element corresponding to the retrieved first asset element from among the second asset elements stored in the second asset repository 92.

Description

本発明は、システムやソフトウェアの開発の結果得られる資産であって、他のシステムやソフトウェアの開発の際に利用可能な資産を蓄積および検索できる資産管理システム、資産管理方法およびプログラムに関する。   The present invention relates to an asset management system, an asset management method, and a program capable of accumulating and searching for assets obtained as a result of system or software development, which can be used when developing other systems and software.

システムやソフトウェアを開発した場合、その開発の結果得られたソフトウェアあるいはその一部、および、開発に際して作成された書類群あるいはその一部が、他のシステムやソフトウェアの開発に利用可能な資産としてリポジトリに格納される。このような資産(開発の結果得られたソフトウェアあるいはその一部、および、開発に際して作成された書類群あるいはその一部)は、開発物と称する場合もある。   When a system or software is developed, the software obtained as a result of the development or a part thereof, and the documents created during the development or a part thereof are repositories as assets that can be used for the development of other systems and software. Stored in Such an asset (software obtained as a result of development or a part thereof, and a document group created during development or a part thereof) may be referred to as a developed product.

このような資産をリポジトリに格納する最も単純な態様は、資産を構造化せずにそのまま格納する態様である。例えば、資産となるファイルをファイルシステム中にそのまま格納する態様である。   The simplest mode of storing such assets in the repository is a mode of storing assets as they are without being structured. For example, a file serving as an asset is stored as it is in a file system.

資産の構造化とは、他のシステムやソフトウェア開発の際に、そのまま再利用可能な資産と、再利用に際しカスタマイズして利用する必要がある資産とに区別し、それらの資産を体系的に整理することである。   Asset structuring is a distinction between assets that can be reused as they are in the development of other systems and software, and assets that need to be customized for reuse, and systematically organize those assets. It is to be.

既に開発されたものと類似するシステムやソフトウェアを開発する場合、過去の開発によって得られた資産をそのまま再利用したり、一部をカスタマイズして再利用したりすることがある。このように資産を再利用して新規にシステムやソフトウェアを開発する方法として、プロダクトライン型開発が知られている。プロダクトライン型開発では、再利用される資産をコア資産と呼び、コア資産をリポジトリに蓄積し、管理する。そして、共通の特徴を持つ複数の製品(システムあるいはソフトウェア)群は、コア資産を再利用して開発される。この際、コア資産は、複数の製品で共通し、個々の製品開発においてそのまま再利用される資産と、製品毎の差異に基づき、個々の製品開発においてカスタマイズして再利用される資産とに区別され、整理されてリポジトリに格納される。前者の資産(そのまま再利用される資産)を共通部と呼ぶ。後者の資産(製品毎にカスタマイズして再利用される資産)を可変部と呼ぶ。このようなプロダクトライン型開発は、例えば、非特許文献1に記載されている。   When developing systems and software similar to those already developed, assets obtained by past development may be reused as they are, or some of them may be customized and reused. Product line type development is known as a method for developing a new system or software by reusing assets in this way. In product line development, assets that are reused are called core assets, and core assets are stored in a repository and managed. A plurality of products (systems or software) having common characteristics are developed by reusing core assets. At this time, core assets are divided into assets that are common to multiple products and reused as they are in individual product development, and assets that are customized and reused in individual product development based on differences between products. Are organized and stored in the repository. The former asset (the asset that is reused as it is) is called the common part. The latter asset (an asset that is customized and reused for each product) is called a variable part. Such product line type development is described in Non-Patent Document 1, for example.

このように、開発の結果得られた資産をリポジトリに格納する態様としては、資産を構造化せずにそのまま格納する態様と、例えば、プロダクトライン型開発で行われているように、資産として再利用しやすくなるように何らかの構造化を行って資産を格納する態様とがある。   As described above, the asset obtained as a result of development can be stored in the repository as an aspect of storing the asset as it is without being structured, for example, as in the case of product line type development. There is a mode in which assets are stored by performing some kind of structure so that they can be used easily.

ポール・クレメンツ(Paul Clements)、外1名著、前田卓雄訳、「ソフトウェアプロダクトライン(Software Product Lines: Practices and Patterns)」、初版、株式会社日刊工業新聞社、2003年9月30日、p8-11,p36-37Paul Clements, 1 other author, Takuo Maeda, “Software Product Lines: Practices and Patterns”, first edition, Nikkan Kogyo Shimbun, Inc., September 30, 2003, p8-11 , p36-37

製品開発の結果得られた資産(ソフトウェアあるいはその一部、および、書類群あるいはその一部)をそのままリポジトリに格納する場合、その資産を再利用しにくく、その資産が再利用時に有効に機能しない場合があるという問題がある。システムやソフトウェアは、特定の目的を達するために開発されたものである。よって、新たにシステムやソフトウェアを開発する際、既存のシステムやソフトウェアの資産を再利用する場合には、通常、何らかのカスタマイズを行って再利用する。しかし、リポジトリに格納された資産が構造化されていなければ、どの資産をどのようにカスタマイズして再利用するのかが不明確となり、資産を再利用しにくい。また、類似するシステムやソフトウェアの資産をそのまま蓄積していると、類似する資産が大量にリポジトリに格納されることになり、どの資産を再利用すればよいのかが不明確となり、資産を再利用しにくくなる。   When assets (software or a part thereof and documents or a part of documents) obtained as a result of product development are stored in the repository as they are, it is difficult to reuse the asset and the asset does not function effectively when reused. There is a problem that there are cases. Systems and software have been developed to achieve a specific purpose. Therefore, when a new system or software is developed, when an existing system or software asset is reused, it is usually reused after some customization. However, if the assets stored in the repository are not structured, it is unclear which assets are customized and reused, and it is difficult to reuse the assets. Also, if similar system and software assets are accumulated as they are, a large amount of similar assets will be stored in the repository, making it unclear which asset should be reused and reusing assets. It becomes difficult to do.

一方、資産を構造化してリポジトリに格納する場合には、格納した資産を検索しにくいという問題がある。構造化された資産は、再利用に適している。しかし、資産を再利用するためには、資産を検索して取り出す必要があり、資産が構造化されている場合、どのように構造化されているのかを知らないと検索しにくい。一般に、資産はドメイン知識があれば、キーワード検索等によって容易に検索を行える。しかし、共通的に利用できるように構造化された資産については、ドメイン知識からの検索が容易ではなく、どのように構造化したか(例えば、どのような体系でディレクトリ構成あるいはファイル名を定めたか等)を理解した上での検索が必要になる。   On the other hand, when assets are structured and stored in the repository, there is a problem that it is difficult to search the stored assets. Structured assets are suitable for reuse. However, in order to reuse an asset, it is necessary to retrieve and retrieve the asset. When the asset is structured, it is difficult to retrieve the asset without knowing how the asset is structured. In general, assets can be easily searched by keyword search if there is domain knowledge. However, for assets structured so that they can be used in common, it is not easy to search from domain knowledge, and how they are structured (for example, how the directory structure or file names are defined) Etc.) is necessary to search.

また、資産を構造化してリポジトリに格納する場合には、リポジトリに格納されない資産が発生することがあるという問題がある。構造化して格納することを前提とし、構造化された資産だけをリポジトリに蓄積することにすると、資産の構造化に手間がかかり、構造化されないままリポジトリに格納されずに放置される資産が生じる場合がある。全ての資産は、開発の履歴を示す情報や、他の開発の際の参考情報として参照されたり、開発時に再利用されたりするので重要である。しかし、リポジトリに格納するためには構造化しなければならないという制限があると、重要な資産の一部がリポジトリに格納されずに欠落してしまう。   In addition, when assets are structured and stored in a repository, there is a problem that assets that are not stored in the repository may occur. If it is assumed that structured assets are stored and only structured assets are accumulated in the repository, it takes time to structure the assets, resulting in assets that are left unstructured and not stored in the repository. There is a case. All assets are important because they are used as information indicating development history, as reference information for other developments, and are reused during development. However, if there is a restriction that it must be structured in order to be stored in the repository, some important assets will be lost without being stored in the repository.

そこで、構造化した資産をリポジトリに格納した上で、資産を容易に検索することができ、一部の資産の欠落を防止することができる資産管理システム、資産管理方法およびプログラムを提供することを目的とする。   To provide an asset management system, an asset management method and a program capable of easily searching for assets after storing structured assets in a repository and preventing missing of some assets. Objective.

本発明による資産管理システムは、製品開発の結果得られたソフトウェアまたは製品開発に際して作成された書類である資産をそのまま格納する第1の資産リポジトリと、そのまま再利用可能であるか、再利用に際してカスタマイズが必要であるかによって区別されている資産を格納する第2の資産リポジトリと、第1の資産リポジトリに格納される個々の資産である第1資産要素と、第2の資産リポジトリに格納される個々の資産である第2資産要素との対応関係を示す対応関係情報が入力される対応関係情報入力手段と、少なくとも、与えられた検索キーに適合する第1資産要素を、第1の資産リポジトリに格納された第1資産要素の中から検索し、対応関係情報に基づいて、検索した第1資産要素に対応する第2資産要素を、第2の資産リポジトリに格納された第2資産要素の中から検索する検索手段とを備えることを特徴とする。   The asset management system according to the present invention includes a first asset repository that directly stores an asset, which is a software obtained as a result of product development or a document created during product development, and can be reused as it is or customized when reused. Stored in the second asset repository, a second asset repository that stores assets that are distinguished by whether they are required, a first asset element that is an individual asset stored in the first asset repository, and Corresponding relationship information input means for inputting corresponding relationship information indicating a corresponding relationship with a second asset element that is an individual asset, and at least a first asset element that matches a given search key, The second asset element corresponding to the searched first asset element is retrieved from the first asset element stored in the second asset element based on the correspondence information. Characterized in that it comprises a retrieval means for retrieving from the second asset elements stored in the repository.

本発明による資産管理方法は、第1の資産リポジトリが、製品開発の結果得られたソフトウェアまたは製品開発に際して作成された書類である資産をそのまま格納し、第2の資産リポジトリが、そのまま再利用可能であるか、再利用に際してカスタマイズが必要であるかによって区別されている資産を格納し、第1の資産リポジトリに格納される個々の資産である第1資産要素と、第2の資産リポジトリに格納される個々の資産である第2資産要素との対応関係を示す対応関係情報が入力され、少なくとも、与えられた検索キーに適合する第1資産要素を、第1の資産リポジトリに格納された第1資産要素の中から検索し、対応関係情報に基づいて、検索した第1資産要素に対応する第2資産要素を、第2の資産リポジトリに格納された第2資産要素の中から検索することを特徴とする。   In the asset management method according to the present invention, the first asset repository stores the asset that is the software obtained as a result of product development or the document created during product development as it is, and the second asset repository can be reused as it is. Are stored in the first asset repository and the second asset repository, which are individual assets stored in the first asset repository. Corresponding relationship information indicating the corresponding relationship with the second asset element, which is an individual asset, is input, and at least the first asset element that matches the given search key is stored in the first asset repository. The second asset element stored in the second asset repository is retrieved from the one asset element, and the second asset element corresponding to the retrieved first asset element is retrieved based on the correspondence relationship information. Characterized in that it searches the production elements.

本発明による資産管理プログラムは、製品開発の結果得られたソフトウェアまたは製品開発に際して作成された書類である資産をそのまま格納する第1の資産リポジトリと、そのまま再利用可能であるか、再利用に際してカスタマイズが必要であるかによって区別されている資産を格納する第2の資産リポジトリとを備えたコンピュータに搭載される資産管理プログラムであって、コンピュータに、第1の資産リポジトリに格納される個々の資産である第1資産要素と、第2の資産リポジトリに格納される個々の資産である第2資産要素との対応関係を示す対応関係情報の入力を受け付ける対応関係情報入力処理、および、少なくとも、与えられた検索キーに適合する第1資産要素を、第1の資産リポジトリに格納された第1資産要素の中から検索し、対応関係情報に基づいて、検索した第1資産要素に対応する第2資産要素を、第2の資産リポジトリに格納された第2資産要素の中から検索する検索処理を実行させることを特徴とする。   The asset management program according to the present invention includes a first asset repository that directly stores an asset, which is software obtained as a result of product development or a document created during product development, and can be reused as it is or customized when reused. An asset management program mounted on a computer having a second asset repository for storing assets that are distinguished according to whether they are required, each asset stored on the computer in the first asset repository A correspondence information input process for receiving input of correspondence information indicating a correspondence relationship between the first asset element that is and the second asset element that is an individual asset stored in the second asset repository, and at least given Whether the first asset element that matches the specified search key is in the first asset element stored in the first asset repository Searching and executing search processing for searching for the second asset element corresponding to the searched first asset element from the second asset elements stored in the second asset repository based on the correspondence information. Features.

本発明によれば、構造化した資産をリポジトリに格納した上で、資産を容易に検索することができ、一部の資産の欠落を防止することができる。   According to the present invention, it is possible to easily search for assets after storing structured assets in a repository, and to prevent missing of some assets.

本発明の第1の実施形態の資産管理システムの例を示すブロック図である。It is a block diagram which shows the example of the asset management system of the 1st Embodiment of this invention. フィーチャモデルの例を示す説明図である。It is explanatory drawing which shows the example of a feature model. 本発明の第1の実施形態の処理経過の例を示すフローチャートである。It is a flowchart which shows the example of the process progress of the 1st Embodiment of this invention. 本発明の第2の実施形態の資産管理システムの例を示すブロック図である。It is a block diagram which shows the example of the asset management system of the 2nd Embodiment of this invention. 検索制御手段21が第1資産要素検索手段6のみを単独で用いる場合の処理経過の例を示すフローチャートである。It is a flowchart which shows the example of a process progress in case the search control means 21 uses only the 1st asset element search means 6 independently. 検索制御手段21がブリッジ情報検索手段7のみを単独で用いる場合の処理経過の例を示すフローチャートである。It is a flowchart which shows the example of a process progress in case the search control means 21 uses only the bridge information search means 7 independently. 検索制御手段21が第2資産要素検索手段8のみを単独で用いる場合の処理経過の例を示すフローチャートである。It is a flowchart which shows the example of process progress in case the search control means 21 uses only the 2nd asset element search means 8 independently. 検索種類が指定される場合の処理経過の例を示すフローチャートである。It is a flowchart which shows the example of process progress when a search kind is designated. 検索種類が指定される場合の処理経過の例を示すフローチャートである。It is a flowchart which shows the example of process progress when a search kind is designated. 検索種類が指定される場合の処理経過の例を示すフローチャートである。It is a flowchart which shows the example of process progress when a search kind is designated. 検索種類が指定される場合の処理経過の例を示すフローチャートである。It is a flowchart which shows the example of process progress when a search kind is designated. 検索種類が指定される場合の処理経過の例を示すフローチャートである。It is a flowchart which shows the example of process progress when a search kind is designated. コア資産を第2資産とする場合における第1資産および第2資産の例を示す説明図である。It is explanatory drawing which shows the example of the 1st asset in the case where a core asset is made into a 2nd asset, and a 2nd asset. クラスをパターン化により構造化したライブラリを第2資産とする場合における第1資産および第2資産の例を示す説明図である。It is explanatory drawing which shows the example of the 1st asset and the 2nd asset in the case where the library which structured the class by patterning is used as the second asset. 本発明の最小構成の例を示すブロック図である。It is a block diagram which shows the example of the minimum structure of this invention.

以下、本発明の実施形態を図面を参照して説明する。   Hereinafter, embodiments of the present invention will be described with reference to the drawings.

実施形態1.
図1は、本発明の第1の実施形態の資産管理システムの例を示すブロック図である。第1の実施形態の資産管理システムは、第1の資産リポジトリ1と、ブリッジ情報リポジトリ2と、第2の資産リポジトリ3と、ブリッジ定義手段4と、検索手段5とを備える。
Embodiment 1. FIG.
FIG. 1 is a block diagram illustrating an example of an asset management system according to the first embodiment of this invention. The asset management system according to the first embodiment includes a first asset repository 1, a bridge information repository 2, a second asset repository 3, a bridge definition unit 4, and a search unit 5.

第1の資産リポジトリ1は、システムまたはソフトウェアの開発の結果得られたソフトウェアあるいはその一部、および、開発に際して作成された書類群あるいはその一部をそのまま格納するためのリポジトリである。第1の資産リポジトリ1に格納される資産を第1資産と記す。さらに、個々の第1資産を第1資産要素と記す。また、個々の第1資産要素には識別情報が定められる。以下、この識別情報を、第1資産要素識別情報と記す。第1資産要素識別情報は、例えば、第1資産要素に付随する属性や第1資産要素そのものを解析することによって定めればよい。典型的には、第1資産要素識別情報として、ファイル名やクラス名を用いればよいが、他の情報を用いてもよい。   The first asset repository 1 is a repository for storing software or a part thereof obtained as a result of system or software development, and a group of documents created during development or a part thereof as they are. An asset stored in the first asset repository 1 is referred to as a first asset. Further, each first asset is referred to as a first asset element. Further, identification information is defined for each first asset element. Hereinafter, this identification information is referred to as first asset element identification information. The first asset element identification information may be determined, for example, by analyzing attributes attached to the first asset element and the first asset element itself. Typically, a file name or a class name may be used as the first asset element identification information, but other information may be used.

第1の資産リポジトリ1に格納された各第1資産要素は、開発の結果得られた資産をそのまま格納したものであるので、利用者が与えたキーワード等によって検索することができる。また、各第1資産要素は、第1資産要素識別情報によって検索することもできる。   Since each first asset element stored in the first asset repository 1 is an asset stored as a result of development, it can be searched by a keyword given by the user. Each first asset element can also be searched by the first asset element identification information.

第1の資産リポジトリ1に各第1資産要素を格納する処理は、例えば、人手で行えばよい。第1の資産リポジトリ1に第1資産要素を格納していくことで、第1の資産リポジトリ1に第1資産を蓄積できる。   The process of storing each first asset element in the first asset repository 1 may be performed manually, for example. By storing the first asset element in the first asset repository 1, the first asset can be accumulated in the first asset repository 1.

第2の資産リポジトリ3は、システムまたはソフトウェアの開発の結果得られた資産(ソフトウェアあるいはその一部、および、開発に際して作成された書類群)であって、構造化された資産を格納するリポジトリである。構造化され、第2の資産リポジトリ3に格納される資産を第2資産と記す。さらに、個々の第2資産を第2資産要素と記す。また、個々の第2資産要素には識別情報が定められる。以下、この識別情報を、第2資産要素識別情報と記す。第2資産要素識別情報は、例えば、第2資産要素に付随する属性や第2資産要素そのものを解析することによって定めればよい。典型的には、第2資産要素識別情報として、ファイル名やクラス名を用いればよいが、他の情報を用いてもよい。   The second asset repository 3 is an asset (software or a part thereof and a group of documents created during development) obtained as a result of system or software development, and is a repository for storing structured assets. is there. An asset that is structured and stored in the second asset repository 3 is referred to as a second asset. Further, each second asset is referred to as a second asset element. Further, identification information is defined for each second asset element. Hereinafter, this identification information is referred to as second asset element identification information. The second asset element identification information may be determined, for example, by analyzing attributes attached to the second asset element and the second asset element itself. Typically, a file name or a class name may be used as the second asset element identification information, but other information may be used.

各第2資産要素は、第2資産要素識別情報によって検索することができる。   Each second asset element can be searched by the second asset element identification information.

各第2資産要素は構造化されているので、新たな製品開発の際にそのまま利用できる第2資産要素(すなわち、共通部に該当する第2資産要素)と、新たな製品開発の際にカスタマイズされて利用される第2資産要素(すなわち、可変部に該当する第2資産要素)とに明確に区別され、体系的に整理されて格納される。各第2資産要素を体系的に格納する場合には、予め定められた規則に従って、個々の第2資産要素に対して名前付けをしたり、第2資産要素を格納するディレクトリ構成を定めたりすればよい。例えば、製品(システムやソフトウェア)群全体で、どのような共通の特徴(フィーチャ:feature)を持ち、製品毎に異なる特徴としてどのような特徴を持つかを分析し、さらに各特徴を細分化することによって、共通部に対応する特徴と、可変部に対応する特徴とを定める。このような分析は、例えば、図2に例示するフィーチャモデルを用いて行うことができる。図2では携帯電話に関して分析した場合を例示している。そして、「必須」とした特徴が共通部の特徴に該当し、「選択」や「代替」とした特徴が可変部の特徴に該当する。図2では、プロダクトライン自体の特徴の階層を示しているが、資産に関しても、図2に例示するような階層を定めることができる。この結果、例えば、上位の共通部を形成する下位の共通部および下位の可変部を定めることができ、予め定められた規則に従い、上位の共通部を形成する下位の可変部は、上位の共通部に対応するディレクトリの下位のディレクトリに格納する等して、個々の第2資産要素を格納するディレクトリを定めればよい。あるいは、予め定められた規則に従って、共通部および可変部の階層関係が分かるように、個々の第2資産要素のファイル名や、第2資産要素を格納する各ディレクトリのディレクトリ名を定めてもよい。なお、本例は、資産の構造化の一例であり、他の方法で資産を構造化してもよい。   Since each second asset element is structured, a second asset element that can be used as it is when developing a new product (that is, a second asset element corresponding to a common part) and a customization when developing a new product The second asset element (that is, the second asset element corresponding to the variable part) to be used in a clear manner is systematically organized and stored. When each second asset element is systematically stored, each second asset element is named according to a predetermined rule, or a directory structure for storing the second asset element is determined. That's fine. For example, analyze the common features (features) of products (systems and software) as a whole, and analyze the features that differ from product to product, and further subdivide each feature. Thus, a feature corresponding to the common portion and a feature corresponding to the variable portion are determined. Such an analysis can be performed using, for example, the feature model illustrated in FIG. FIG. 2 illustrates a case where analysis is performed on a mobile phone. The feature set as “essential” corresponds to the feature of the common portion, and the feature set as “selection” or “substitution” corresponds to the feature of the variable portion. Although FIG. 2 shows a hierarchy of features of the product line itself, a hierarchy as illustrated in FIG. 2 can also be defined for assets. As a result, for example, the lower common part and the lower variable part that form the upper common part can be defined, and the lower variable part that forms the upper common part according to a predetermined rule, A directory for storing individual second asset elements may be determined by storing in a directory below the directory corresponding to the section. Alternatively, according to a predetermined rule, the file name of each second asset element and the directory name of each directory storing the second asset element may be determined so that the hierarchical relationship between the common part and the variable part can be understood. . Note that this example is an example of asset structuring, and the asset may be structured by other methods.

また、上記のように資産を構造化して第2の資産リポジトリ3に格納する処理は、例えば、人手で行えばよい。第2の資産リポジトリ3に第2資産要素を格納していくことで、第2の資産リポジトリ3に第2資産を蓄積できる。   Moreover, the process of structuring and storing the asset in the second asset repository 3 as described above may be performed manually, for example. By storing the second asset element in the second asset repository 3, the second asset can be accumulated in the second asset repository 3.

なお、第1の資産リポジトリ1には、資産がそのまま格納されるが、このとき、第1の資産リポジトリ1に資産をそのまま格納した結果、その一部の資産が結果的に構造化されていてもよい。すなわち、第1の資産リポジトリ1に格納された資産の一部が偶然、構造化された状態になっていてもよい。   The assets are stored as they are in the first asset repository 1, but at this time, as a result of storing the assets as they are in the first asset repository 1, some of the assets are structured as a result. Also good. That is, some of the assets stored in the first asset repository 1 may be structured by chance.

ブリッジ情報リポジトリ2は、ブリッジ情報を格納するリポジトリである。ここで、ブリッジ情報とは、第1の資産リポジトリ1に格納される第1資産要素と、第2の資産リポジトリに格納される第2の資産要素との対応関係を示す情報である。すなわち、ブリッジ情報は、対応関係情報と称することもできる。   The bridge information repository 2 is a repository that stores bridge information. Here, the bridge information is information indicating a correspondence relationship between the first asset element stored in the first asset repository 1 and the second asset element stored in the second asset repository. That is, the bridge information can also be referred to as correspondence information.

ブリッジ情報は、具体的には、第1資産要素識別情報と第2資産要素識別情報とを対応付けている情報である。ブリッジ情報は、例えば、以下に示すように表現することができる。   Specifically, the bridge information is information that associates the first asset element identification information with the second asset element identification information. The bridge information can be expressed as shown below, for example.

ブリッジ情報=<第1資産要素識別情報,第2資産要素識別情報> *   Bridge information = <first asset element identification information, second asset element identification information> *

上記の例において、“* ”は任意の繰り返しを意味する。また、“<,>”は、対応関係を有する第1資産要素識別情報と第2資産要素識別情報の組を表す。また、この組において先に記述される項目を第1項目と呼び、後に記述される項目を第2の項目と呼ぶ。第1項目として第1資産要素識別情報が記述され、第2の項目として第2資産要素識別情報が記述される。   In the above example, “*” means any repetition. “<,>” Represents a set of first asset element identification information and second asset element identification information having a correspondence relationship. In addition, the item described first in this set is called a first item, and the item described later is called a second item. First asset element identification information is described as the first item, and second asset element identification information is described as the second item.

ブリッジ情報は、人手で作成され、ブリッジ情報リポジトリ2に格納される。   The bridge information is manually created and stored in the bridge information repository 2.

ブリッジ定義手段4は、管理者がブリッジ情報を作成して、ブリッジ情報リポジトリ2に格納する作業を支援する。例えば、ブリッジ定義手段4は、管理者の操作に従い、第1の資産リポジトリ1に記憶された各第1資産要素や、第2の資産リポジトリ3に記憶された各第2資産要素を表示する。管理者は、各第1資産要素および各第2資産要素を参照して、ブリッジ情報を定めればよい。そして、ブリッジ定義手段4には、管理者からブリッジ情報が入力され、ブリッジ定義手段4は、そのブリッジ情報をブリッジ情報リポジトリ2に格納すればよい。   The bridge definition unit 4 assists an administrator in creating bridge information and storing it in the bridge information repository 2. For example, the bridge definition unit 4 displays each first asset element stored in the first asset repository 1 and each second asset element stored in the second asset repository 3 according to the operation of the administrator. The administrator may determine the bridge information with reference to each first asset element and each second asset element. Then, bridge information is input to the bridge definition unit 4 from the administrator, and the bridge definition unit 4 may store the bridge information in the bridge information repository 2.

ブリッジ定義手段4は、各第1資産要素および各第2資産を表示するためのディスプレイ装置(図示略)と、管理者の操作や、管理者からのブリッジ情報が入力される入力デバイス(図示略)と、それらを制御するCPU(図示略)を含む。   The bridge definition means 4 includes a display device (not shown) for displaying each first asset element and each second asset, and an input device (not shown) to which the administrator's operation and bridge information from the administrator are input. And a CPU (not shown) for controlling them.

検索手段5は、利用者から与えられた検索キーに基づいて、検索キーに合う第1資産要素の集合、および、その各第1資産要素に対応する第2の資産要素の集合を検索し、利用者に提示する。   The search means 5 searches a set of first asset elements that match the search key and a set of second asset elements corresponding to each first asset element based on the search key given by the user, Present to the user.

ブリッジ定義手段4および検索手段5は、例えば、資産管理プログラムに従って動作するコンピュータのCPUによって実現される。この場合、例えば、コンピュータのプログラム記憶装置(図示略)が資産管理プログラムを記憶し、CPUがそのプログラムを読み込み、そのプログラムに従ってブリッジ定義手段4および検索手段5として動作すればよい。   The bridge definition unit 4 and the search unit 5 are realized by a CPU of a computer that operates according to an asset management program, for example. In this case, for example, a computer program storage device (not shown) may store the asset management program, and the CPU may read the program and operate as the bridge definition unit 4 and the search unit 5 according to the program.

また、検索手段5に、検索結果を表示するためのディスプレイ装置(図示略)が設けられていてもよい。また、検索手段5は、ブリッジ定義手段4に含まれるディスプレイ装置(図示略)に検索結果を表示させてもよい。また、検索手段5は、通信ネットワークを介して接続される利用者の端末(図示略)から検索キーを受信し、その利用者の端末に検索結果を表示させてもよい。   Further, the search means 5 may be provided with a display device (not shown) for displaying the search results. Further, the search means 5 may display the search results on a display device (not shown) included in the bridge definition means 4. Further, the search means 5 may receive a search key from a user terminal (not shown) connected via a communication network and display the search result on the user terminal.

また、第1の資産リポジトリ1、ブリッジ情報リポジトリ2および第2の資産リポジトリ3は、図1に示すように同一の記憶装置10によって実現されていてもよい。あるいは、第1の資産リポジトリ1、ブリッジ情報リポジトリ2および第2の資産リポジトリ3がそれぞれ別々の記憶装置によって実現されていてもよい。   Further, the first asset repository 1, the bridge information repository 2, and the second asset repository 3 may be realized by the same storage device 10 as shown in FIG. Alternatively, the first asset repository 1, the bridge information repository 2, and the second asset repository 3 may be realized by separate storage devices.

次に、動作について説明する。
図3は、本発明の第1の実施形態の処理経過の例を示すフローチャートである。検索手段5は、利用者から検索キーが与えられる(ステップA1)。検索キーとして、例えば、キーワード、クラス名およびファイル名、あるいはその一部が用いられる。なお、検索手段5に利用者が検索キーを入力する態様は、特に限定されない。例えば、キーボード等の入力デバイス(図示せず)を介して、検索手段5に検索キーが入力されてもよい。あるいは、他の態様で検索手段5に検索キーが入力されてもよい。
Next, the operation will be described.
FIG. 3 is a flowchart showing an example of processing progress of the first embodiment of the present invention. The search means 5 is given a search key from the user (step A1). As the search key, for example, a keyword, a class name and a file name, or a part thereof is used. The manner in which the user inputs the search key to the search means 5 is not particularly limited. For example, a search key may be input to the search means 5 via an input device (not shown) such as a keyboard. Alternatively, a search key may be input to the search means 5 in another manner.

次に、検索手段5は、第1資産の検索結果の集合(以下、第1資産検索結果集合と記す。)を空集合にする(ステップA2)。ステップA2は、第1資産検索結果集合を空集合に初期化する処理である。   Next, the search means 5 makes the set of search results of the first asset (hereinafter referred to as the first asset search result set) an empty set (step A2). Step A2 is a process of initializing the first asset search result set to an empty set.

ステップA2の後、検索手段5は、ステップA1で与えられた検索キーを用いて、第1の資産リポジトリ1に格納された第1資産要素の中から、検索キーに適合する第1資産要素全てを検索し、検索によって得た全ての第1資産要素を第1資産検索結果集合に加える(ステップA3)。ステップA3の検索態様は、例えば、全文検索により、キーワードを含む第1資産要素を特定する態様であってもよい。また、例えば、キーワードと一致するファイル名の第1資産要素を検索してもよい。これらは検索態様の例示であり、他の態様で検索を行ってもよい。   After step A2, the search means 5 uses the search key given in step A1 to select all the first asset elements that match the search key from the first asset elements stored in the first asset repository 1. And all the first asset elements obtained by the search are added to the first asset search result set (step A3). The search mode of step A3 may be a mode of specifying the first asset element including the keyword by, for example, full text search. Further, for example, a first asset element having a file name that matches the keyword may be searched. These are examples of search modes, and search may be performed in other modes.

次に、検索手段5は、第1資産検索結果集合が空集合であるか否かを判定する(ステップA4)。第1資産検索結果集合が空集合であるということは(ステップA4におけるYes)、ステップA3で第1資産要素が1つも検索されなかったことを意味する。この場合、検索手段5は、検索結果として、検索キーに適合する資産がない旨を利用者に提示し(ステップA5)、処理を終了する。   Next, the search means 5 determines whether or not the first asset search result set is an empty set (step A4). The fact that the first asset search result set is an empty set (Yes in step A4) means that no first asset element has been searched in step A3. In this case, the search means 5 presents to the user that there is no asset that matches the search key as a search result (step A5), and ends the process.

なお、ステップA5および後述のステップA11,A16で検索結果を提示する場合、例えば、検索手段5に設けられたディスプレイ装置に検索結果を表示すればよい。ただし、検索結果の表示態様は上記の例に限定されない。例えば、通信ネットワークを介して接続される利用者の端末(図示略)から検索キーを受信して、その端末に検索結果を表示させる態様であってもよい。   In addition, what is necessary is just to display a search result on the display apparatus provided in the search means 5, when presenting a search result by step A5 and step A11, A16 mentioned later, for example. However, the display mode of the search result is not limited to the above example. For example, a mode in which a search key is received from a user terminal (not shown) connected via a communication network and the search result is displayed on the terminal may be used.

第1資産検索結果集合が空集合でない場合(ステップA4におけるNo)、検索手段5は、ブリッジ情報の検索結果の集合(以下、ブリッジ情報検索結果集合と記す。)を空集合にする(ステップA6)。ステップA6は、ブリッジ情報検索結果集合を空集合に初期化する処理である。   When the first asset search result set is not an empty set (No in step A4), the search means 5 makes the set of bridge information search results (hereinafter referred to as bridge information search result set) an empty set (step A6). ). Step A6 is processing for initializing the bridge information search result set to an empty set.

ステップA6の後、検索手段5は、第1資産検索結果集合から第1資産要素を1つ選択する(ステップA7)。そして、検索手段5は、ブリッジ情報リポジトリ2に格納されたブリッジ情報の中から、第1項目が、ステップA7で選択した第1資産要素の第1資産要素識別情報と適合しているブリッジ情報全てを検索し、検索によって得た全てのブリッジ情報をブリッジ情報検索結果集合に加える(ステップA8)。   After step A6, the search means 5 selects one first asset element from the first asset search result set (step A7). Then, the search means 5 selects all the bridge information in which the first item is matched with the first asset element identification information of the first asset element selected in step A7 from the bridge information stored in the bridge information repository 2. And all the bridge information obtained by the search is added to the bridge information search result set (step A8).

ステップA8の後、検索手段5は、第1資産検索結果集合に属する各第1資産要素が全てステップA7で選択されたか否かを判定する(ステップA9)。第1資産検索結果集合内に、未だステップA7で選択されていない第1資産要素がある場合(ステップA9におけるNo)、検索手段5は、ステップA7以降の処理を繰り返す。   After step A8, the search means 5 determines whether all the first asset elements belonging to the first asset search result set have been selected in step A7 (step A9). If there is a first asset element that has not yet been selected in step A7 in the first asset search result set (No in step A9), the search means 5 repeats the processing after step A7.

第1資産検索結果集合に属する各第1資産要素が全て選択済みである場合(ステップA9におけるYes)、検索手段5は、ブリッジ情報検索結果集合が空集合であるか否かを判定する(ステップA10)。ブリッジ情報検索結果集合が空集合であるということは(ステップA10におけるYes)、第1資産検索結果集合に属する第1資産要素に対応する第2資産要素がないことを意味する。この場合、検索手段5は、検索結果として、第1資産検索結果集合に属する各第1資産要素を利用者に提示して(ステップA11)、処理を終了する。   When all the first asset elements belonging to the first asset search result set have been selected (Yes in step A9), the search means 5 determines whether or not the bridge information search result set is an empty set (step A10). The fact that the bridge information search result set is an empty set (Yes in Step A10) means that there is no second asset element corresponding to the first asset element belonging to the first asset search result set. In this case, the search means 5 presents each first asset element belonging to the first asset search result set to the user as a search result (step A11), and ends the process.

ブリッジ情報検索結果集合が空集合でない場合(ステップA10におけるNo)、検索手段5は、第2資産の検索結果の集合(以下、第2資産検索結果集合と記す。)を空集合にする(ステップA12)。ステップA12は、第2資産検索結果集合を空集合に初期化する処理である。   If the bridge information search result set is not an empty set (No in step A10), the search means 5 makes the set of search results of the second asset (hereinafter referred to as the second asset search result set) an empty set (step A12). Step A12 is a process of initializing the second asset search result set to an empty set.

ステップA12の後、検索手段5は、ブリッジ情報検索結果集合からブリッジ情報を1つ選択する(ステップA13)。そして、検索手段5は、第2の資産リポジトリ3に格納された第2資産要素の中から、第2資産要素識別情報が、ステップA13で選択したブリッジ情報の第2項目と適合している第2資産要素全てを検索し、検索によって得た全ての第2資産要素を第2資産検索結果集合に加える(ステップA14)。   After step A12, the search means 5 selects one piece of bridge information from the bridge information search result set (step A13). Then, the search means 5 selects the second asset element identification information that matches the second item of the bridge information selected in step A13 from the second asset elements stored in the second asset repository 3. All the two asset elements are searched, and all the second asset elements obtained by the search are added to the second asset search result set (step A14).

ステップA14の後、検索手段5は、ブリッジ情報検索結果集合に属する各ブリッジ集合が全てステップA13で選択されたか否かを判定する(ステップA15)。ブリッジ情報検索結果集合内に、未だステップA13で選択されていないブリッジ情報がある場合(ステップA15におけるNo)、検索手段5は、ステップA13以降の処理を繰り返す。   After step A14, the search means 5 determines whether all the bridge sets belonging to the bridge information search result set have been selected in step A13 (step A15). If there is bridge information not yet selected in Step A13 in the bridge information search result set (No in Step A15), the search means 5 repeats the processing after Step A13.

ブリッジ情報検索結果集合に属するブリッジ情報が全て選択済みである場合(ステップA15におけるYes)、検索手段5は、検索結果として、第1資産検索結果集合に属する各第1資産要素と、第2資産検索結果集合に属する各第2資産要素を利用者に提示して(ステップA16)、処理を終了する。   When all the bridge information belonging to the bridge information search result set has been selected (Yes in step A15), the search means 5 uses the first asset element belonging to the first asset search result set and the second asset as the search result. Each second asset element belonging to the search result set is presented to the user (step A16), and the process ends.

本実施形態によれば、キーワード等の利用者にとって分かりやすい検索キーを入力することによって、その検索キーから検索できる第1資産要素を検索できるだけでなく、ブリッジ情報を用いてその第1資産要素に対応する第2資産要素を検索することができる。従って、構造化されて第2の資産リポジトリに格納された資産を容易に検索することができる。また、構造化されなかったことにより第2の資産リポジトリ3に格納されなかった資産は、第1の資産リポジトリ1に第1資産要素として格納され、第1資産要素も検索対象とするので、重要な資産が検索対象から欠落することを防止できる。   According to the present embodiment, by inputting a search key that is easy to understand for a user such as a keyword, not only the first asset element that can be searched from the search key but also the first asset element can be searched using the bridge information. The corresponding second asset element can be searched. Therefore, it is possible to easily search for assets that are structured and stored in the second asset repository. In addition, assets that are not structured and are not stored in the second asset repository 3 are stored in the first asset repository 1 as first asset elements, and the first asset element is also a search target. Can prevent a missing asset from being searched.

実施形態2.
図4は、本発明の第2の実施形態の資産管理システムの例を示すブロック図である。第1の実施形態と同様の構成要素については、図1と同一の符号を付し、詳細な説明を省略する。第2の実施形態の資産管理システムは、第1の資産リポジトリ1と、ブリッジ情報リポジトリ2と、第2の資産リポジトリ3と、ブリッジ定義手段4と、検索手段20とを備える。本実施形態において、検索手段20は、検索制御手段21と、第1資産要素検索手段6と、ブリッジ情報検索手段7と、第2資産要素検索手段8とを含む。
Embodiment 2. FIG.
FIG. 4 is a block diagram illustrating an example of an asset management system according to the second embodiment of this invention. Constituent elements similar to those in the first embodiment are denoted by the same reference numerals as those in FIG. 1, and detailed description thereof is omitted. The asset management system according to the second embodiment includes a first asset repository 1, a bridge information repository 2, a second asset repository 3, a bridge definition unit 4, and a search unit 20. In the present embodiment, the search means 20 includes a search control means 21, a first asset element search means 6, a bridge information search means 7, and a second asset element search means 8.

検索制御手段21は、第1資産要素検索手段6と、ブリッジ情報検索手段7と、第2資産要素検索手段8とを制御して、利用者に与えられた検索キーに該当する第1資産要素の集合あるいは第2資産要素の集合、またはその両方を検索する。また、検索キーに該当するブリッジ情報を検索する場合もある。   The search control means 21 controls the first asset element search means 6, the bridge information search means 7, and the second asset element search means 8, and the first asset element corresponding to the search key given to the user. Or a set of second asset elements, or both. In some cases, the bridge information corresponding to the search key is searched.

また、検索制御手段21に、検索結果を表示するためのディスプレイ装置(図示略)が設けられていてもよい。また、検索制御手段21は、ブリッジ定義手段4に含まれるディスプレイ装置(図示略)に検索結果を表示させてもよい。また、検索制御手段21は、通信ネットワークを介して接続される利用者の端末(図示略)から検索キーを受信し、その利用者の端末に検索結果を表示させてもよい。   Further, the search control means 21 may be provided with a display device (not shown) for displaying the search results. Further, the search control means 21 may display the search results on a display device (not shown) included in the bridge definition means 4. Further, the search control means 21 may receive a search key from a user terminal (not shown) connected via a communication network and display the search result on the user terminal.

第1資産要素検索手段6は、キーワード等や第1資産要素識別情報を検索キーとして、第1の資産リポジトリ1から、その検索キーに適合する第1資産要素を検索する。   The first asset element search means 6 searches the first asset repository 1 for a first asset element that matches the search key using a keyword or the like or the first asset element identification information as a search key.

ブリッジ情報検索手段7は、第1資産要素識別情報または第2資産要素識別情報を検索キーとして、ブリッジ情報リポジトリ2からブリッジ情報を検索する。   The bridge information search means 7 searches the bridge information repository 2 for bridge information using the first asset element identification information or the second asset element identification information as a search key.

第2資産要素検索手段8は、第2資産要素識別情報を検索キーとして、第2の資産リポジトリ3から、その検索キーに適合する第2資産要素を検索する。   The second asset element search means 8 searches the second asset repository 3 for a second asset element that matches the search key, using the second asset element identification information as a search key.

ブリッジ定義手段4および検索手段20(検索制御手段21、第1資産要素検索手段6、ブリッジ情報検索手段7および第2資産要素検索手段8)は、例えば、資産管理プログラムに従って動作するコンピュータのCPUによって実現される。この場合、例えば、コンピュータのプログラム記憶装置(図示略)が資産管理プログラムを記憶し、CPUがそのプログラムを読み込み、そのプログラムに従ってブリッジ定義手段4、検索制御手段21、第1資産要素検索手段6、ブリッジ情報検索手段7および第2資産要素検索手段8として動作すればよい。また、これらの各手段がそれぞれ別のユニットで実現されていてもよい。   The bridge definition means 4 and the search means 20 (search control means 21, first asset element search means 6, bridge information search means 7 and second asset element search means 8) are executed by a CPU of a computer that operates in accordance with the asset management program, for example. Realized. In this case, for example, a computer program storage device (not shown) stores the asset management program, and the CPU reads the program, and in accordance with the program, the bridge definition means 4, the search control means 21, the first asset element search means 6, What is necessary is just to operate | move as the bridge information search means 7 and the 2nd asset element search means 8. Each of these means may be realized by separate units.

次に、動作について説明する。
本実施形態では、第1資産要素検索手段6、ブリッジ情報検索手段7および第2資産要素検索手段8のうちいずれかを単独で用いて、第1資産要素、ブリッジ情報および第2資産要素のいずれかのみを検索する動作を行うことができる。また、後述するように、利用者が指定した検索種類に応じた検索処理も行うことができる。
Next, the operation will be described.
In the present embodiment, any one of the first asset element, the bridge information, and the second asset element is used by independently using any one of the first asset element search means 6, the bridge information search means 7, and the second asset element search means 8. Only the search can be performed. Further, as will be described later, a search process corresponding to the search type designated by the user can also be performed.

まず、第1資産要素検索手段6、ブリッジ情報検索手段7および第2資産要素検索手段8のうちいずれかを単独で用いる場合の動作について説明する。   First, the operation when any one of the first asset element search means 6, the bridge information search means 7 and the second asset element search means 8 is used alone will be described.

図5は、検索制御手段21が第1資産要素検索手段6のみを単独で用いる場合の処理経過の例を示すフローチャートである。図5に例示する動作を実行する場合、例えば、検索制御手段21には、第1資産要素検索手段6のみが単独で検索を行うという設定が予めなされる。   FIG. 5 is a flowchart showing an example of processing progress when the search control means 21 uses only the first asset element search means 6 alone. When the operation illustrated in FIG. 5 is executed, for example, the search control unit 21 is set in advance such that only the first asset element search unit 6 performs a search alone.

利用者から検索制御手段21に検索キーが入力されると、検索制御手段21は、第1資産要素検索手段6にその検索キーを入力する(ステップB1)。第1資産要素検索手段6のみが単独で検索を行うという設定がなされている場合、検索キーとして、例えば、キーワード等や第1資産要素識別情報が利用者から入力される。   When a search key is input to the search control means 21 by the user, the search control means 21 inputs the search key to the first asset element search means 6 (step B1). When only the first asset element search unit 6 is set to perform a search alone, for example, a keyword or the first asset element identification information is input from the user as a search key.

次に、第1資産要素検索手段6は、第1資産の検索結果の集合(第1資産検索結果集合)を空集合にする(ステップB2)。   Next, the first asset element search means 6 makes the set of search results of the first asset (first asset search result set) an empty set (step B2).

そして、第1資産要素検索手段6は、ステップB1で入力された検索キーを用いて、第1の資産リポジトリ1に格納された第1資産要素の中から、検索キーに適合する第1資産要素全てを検索し、検索によって得た全ての第1資産要素を第1資産検索結果集合に加える(ステップB3)。   Then, the first asset element search means 6 uses the search key input in step B1 to select the first asset element that matches the search key from the first asset elements stored in the first asset repository 1. All are searched, and all the first asset elements obtained by the search are added to the first asset search result set (step B3).

次に、第1資産要素検索手段6は、第1資産検索結果集合が空集合であるか否かを判定する(ステップB4)。第1資産検索結果集合が空集合である場合(ステップB4におけるYes)、第1資産要素検索手段6は、検索結果として、検索キーに適合する第1資産要素がない旨を検索制御手段21に通知し、検索制御手段21は、その検索結果を利用者に提示する(ステップB5)。また、第1資産検索結果集合が空集合でない場合(ステップB4におけるNo)、第1資産要素検索手段6は、検索結果として、第1資産検索結果集合に属する各第1資産要素を検索制御手段21に通知し、検索制御手段21は、その第1資産検索結果集合に属する各第1資産要素を利用者に提示する。   Next, the first asset element search means 6 determines whether or not the first asset search result set is an empty set (step B4). If the first asset search result set is an empty set (Yes in step B4), the first asset element search means 6 notifies the search control means 21 that there is no first asset element that matches the search key as a search result. The search control means 21 notifies the user of the search result (step B5). If the first asset search result set is not an empty set (No in step B4), the first asset element search means 6 searches each first asset element belonging to the first asset search result set as a search result. 21, the search control means 21 presents each first asset element belonging to the first asset search result set to the user.

第2の実施形態においても、利用者に検索結果を提示する場合、例えば、検索制御手段21に設けられたディスプレイ装置に検索結果を表示すればよい。ただし、検索結果の表示態様は上記の例に限定されない。例えば、通信ネットワークを介して接続される利用者の端末(図示略)から検索キーを受信して、その端末に検索結果を表示させる態様であってもよい。   Also in the second embodiment, when a search result is presented to the user, for example, the search result may be displayed on a display device provided in the search control means 21. However, the display mode of the search result is not limited to the above example. For example, a mode in which a search key is received from a user terminal (not shown) connected via a communication network and the search result is displayed on the terminal may be used.

図6は、検索制御手段21がブリッジ情報検索手段7のみを単独で用いる場合の処理経過の例を示すフローチャートである。図6に例示する動作を実行する場合、例えば、検索制御手段21には、ブリッジ情報検索手段7のみが単独で検索を行うという設定が予めなされる。   FIG. 6 is a flowchart showing an example of processing progress when the search control means 21 uses only the bridge information search means 7 alone. When the operation illustrated in FIG. 6 is executed, for example, the search control unit 21 is set in advance such that only the bridge information search unit 7 performs a search alone.

ブリッジ情報検索手段7のみが単独で検索を行うという設定がなされている場合、検索キーと、検索キーの種別情報とが入力される。そして、この場合、検索キーとして、第1資産要素識別情報または第2資産要素識別情報が入力される。検索キーの種別情報は、利用者が検索キーとして入力する情報が、第1資産要素識別情報であるのか第2資産要素識別情報であるのかを示す情報である。   If only the bridge information search means 7 is set to search alone, a search key and search key type information are input. In this case, the first asset element identification information or the second asset element identification information is input as a search key. The search key type information is information indicating whether the information that the user inputs as the search key is the first asset element identification information or the second asset element identification information.

検索制御手段21に、検索キーおよびその検索キーの種別情報が入力されると、検索制御手段21は、その検索キー、および検索キーの種別情報をブリッジ情報検索手段7に入力する(ステップC1)。   When the search key and the type information of the search key are input to the search control unit 21, the search control unit 21 inputs the search key and the type information of the search key to the bridge information search unit 7 (step C1). .

次に、ブリッジ情報検索手段7は、ブリッジ情報の検索結果の集合(ブリッジ情報検索結果集合)を空集合にする(ステップC2)。   Next, the bridge information search means 7 makes the set of bridge information search results (bridge information search result set) an empty set (step C2).

そして、ブリッジ情報検索手段7は、検索キーの種別情報を参照して、ステップC1で入力された検索キーが第1資産要素識別情報であるか、あるいは、第2資産要素識別情報であるかを判定する(ステップC3)。   Then, the bridge information search means 7 refers to the search key type information and determines whether the search key input in step C1 is the first asset element identification information or the second asset element identification information. Determine (step C3).

検索キーが第1資産要素識別情報である場合、ブリッジ情報検索手段7は、ブリッジ情報リポジトリ2に格納されたブリッジ情報の中から、第1項目が、ステップC1で入力された検索キーと適合しているブリッジ情報全てを検索し、検索によって得た全てのブリッジ情報をブリッジ情報検索結果集合に加える(ステップC4)。   When the search key is the first asset element identification information, the bridge information search means 7 matches the search key input in step C1 with the first item from the bridge information stored in the bridge information repository 2. All the bridge information is searched, and all the bridge information obtained by the search is added to the bridge information search result set (step C4).

一方、検索キーが第2資産要求識別情報である場合、ブリッジ情報検索手段7は、ブリッジ情報リポジトリ2に格納されたブリッジ情報の中から、第2項目が、ステップC1で入力された検索キーと適合しているブリッジ情報全てを検索し、検索によって得た全てのブリッジ情報をブリッジ情報検索結果集合に加える(ステップC5)。   On the other hand, when the search key is the second asset request identification information, the bridge information search means 7 selects the second item from the bridge information stored in the bridge information repository 2 and the search key input in step C1. All matching bridge information is searched, and all bridge information obtained by the search is added to the bridge information search result set (step C5).

ステップC4またはステップC5を実行した後、ブリッジ情報検索手段7は、ブリッジ情報検索結果集合が空集合であるか否かを判定する(ステップC6)。ブリッジ情報検索結果集合が空集合である場合(ステップC6におけるYes)、ブリッジ情報検索手段7は、検索結果として、検索キーに適合するブリッジ情報がない旨を検索制御手段21に通知し、検索制御手段21は、その検索結果を利用者に提示する(ステップC7)。また、ブリッジ情報検索結果集合が空集合でない場合(ステップC6におけるNo)、ブリッジ情報検索手段7は、検索結果として、ブリッジ情報検索結果集合に属する各ブリッジ情報を検索制御手段21に通知し、検索制御手段21は、そのブリッジ情報検索結果集合に属する各ブリッジ情報を利用者に提示する。   After executing Step C4 or Step C5, the bridge information search means 7 determines whether or not the bridge information search result set is an empty set (Step C6). If the bridge information search result set is an empty set (Yes in step C6), the bridge information search means 7 notifies the search control means 21 that there is no bridge information that matches the search key as a search result, and performs search control. The means 21 presents the search result to the user (step C7). If the bridge information search result set is not an empty set (No in step C6), the bridge information search means 7 notifies the search control means 21 of each bridge information belonging to the bridge information search result set as a search result. The control means 21 presents each bridge information belonging to the bridge information search result set to the user.

図7は、検索制御手段21が第2資産要素検索手段8のみを単独で用いる場合の処理経過の例を示すフローチャートである。図7に例示する動作を実行する場合、例えば、検索制御手段21には、第2資産要素検索手段8のみが単独で検索を行うという設定が予めなされる。   FIG. 7 is a flowchart showing an example of processing progress when the search control means 21 uses only the second asset element search means 8 alone. When the operation illustrated in FIG. 7 is executed, for example, the search control unit 21 is set in advance such that only the second asset element search unit 8 performs a search alone.

利用者から検索制御手段21に検索キーが入力されると、検索制御手段21は、第2資産要素検索手段8にその検索キーを入力する(ステップD1)。第2資産要素検索手段8のみが単独で検索を行うという設定がなされている場合、検索キーとして第2資産要素識別情報が利用者から入力される。   When a search key is input to the search control means 21 by the user, the search control means 21 inputs the search key to the second asset element search means 8 (step D1). When the setting is made such that only the second asset element search means 8 performs a search alone, the second asset element identification information is input from the user as a search key.

次に、第2資産要素検索手段8は、第2資産の検索結果の集合(第2資産検索結果集合)を空集合にする(ステップD2)。   Next, the second asset element search means 8 makes the set of second asset search results (second asset search result set) an empty set (step D2).

そして、第2資産要素検索手段8は、ステップD1で入力された検索キーを用いて、第2の資産リポジトリ3に格納された第2資産要素の中から、検索キーに適合する第2資産要素全てを検索し、検索によって得た全ての第2資産要素を第2資産検索結果集合に加える(ステップD3)。   Then, the second asset element search means 8 uses the search key input in step D1 to select the second asset element that matches the search key from the second asset elements stored in the second asset repository 3. All are searched, and all the second asset elements obtained by the search are added to the second asset search result set (step D3).

次に、第2資産要素検索手段8は、第2資産検索結果集合が空集合であるか否かを判定する(ステップD4)。第2資産検索結果集合が空集合である場合(ステップD4におけるYes)、第2資産要素検索手段8は、検索結果として、検索キーに適合する第2資産要素がない旨を検索制御手段21に通知し、検索制御手段21は、その検索結果を利用者に提示する(ステップD5)。また、第2資産検索結果集合が空集合でない場合(ステップD4におけるNo)、第2資産要素検索手段8は、検索結果として、第2資産検索結果集合に属する各第2資産要素を検索制御手段21に通知し、検索制御手段21は、その第2資産検索結果集合に属する各第2資産要素を利用者に提示する。   Next, the second asset element search means 8 determines whether or not the second asset search result set is an empty set (step D4). If the second asset search result set is an empty set (Yes in step D4), the second asset element search means 8 informs the search control means 21 that there is no second asset element that matches the search key as a search result. The search control means 21 notifies the user of the search result (step D5). When the second asset search result set is not an empty set (No in step D4), the second asset element search means 8 searches each second asset element belonging to the second asset search result set as a search result. 21, the search control means 21 presents each second asset element belonging to the second asset search result set to the user.

次に、本実施形態の資産管理システムが、利用者が指定した検索種類に応じた検索処理を行うときの動作について説明する。検索種類には、「検索キーからの第1資産の検索」、「検索キーからの第1資産および第2資産の検索」、「第2資産要素識別情報からの第2資産の検索」および「第2資産要素識別情報からの第2資産および第1資産の検索」の4種類がある。「検索キーからの第1資産の検索」、「検索キーからの第1資産および第2資産の検索」においては、検索キーとして、キーワードや第1資産要素識別情報等が用いられる。図8〜12は、上記の検索種類が指定される場合の処理経過の例を示すフローチャートである。   Next, an operation when the asset management system of the present embodiment performs a search process according to the search type specified by the user will be described. Search types include “search for first asset from search key”, “search for first asset and second asset from search key”, “search for second asset from second asset element identification information” and “search for second asset from second asset element identification information”. There are four types of “search for second asset and first asset from second asset element identification information”. In “search for first asset from search key” and “search for first asset and second asset from search key”, keywords, first asset element identification information, and the like are used as search keys. 8 to 12 are flowcharts showing an example of processing progress when the search type is specified.

まず、検索制御手段21には、利用者から、検索種類が入力される(ステップE1)。ステップE1では、検索種類として上記の4種類のうちのいずれかが入力される。そして、検索制御手段21は、上記の4種類のうちどの検索種類が入力されたかを判定する(ステップE2)。   First, the search type is input from the user to the search control means 21 (step E1). In step E1, any one of the above four types is input as a search type. Then, the search control means 21 determines which search type is input from the above four types (step E2).

検索制御手段21は、検索種類として「検索キーからの第1資産の検索」が入力された(すなわち、指定された)とステップE2で判定すると、ステップE3以降の動作(図9参照)を行う。すなわち、「検索キーからの第1資産の検索」が指定されたと判定し、利用者から検索キー(例えば、キーワードや第1資産要素識別情報)が入力されると(ステップE3)、検索制御手段21は、第1資産要素検索手段6を用いて、検索キーに適合する第1資産検索結果集合を得る(ステップE4)。   If the search control means 21 determines in step E2 that “search for the first asset from the search key” has been input as the search type (ie, has been designated), the search control means 21 performs the operation after step E3 (see FIG. 9). . That is, when it is determined that “search for the first asset from the search key” is designated and a search key (for example, a keyword or first asset element identification information) is input from the user (step E3), the search control means 21 uses the first asset element search means 6 to obtain a first asset search result set that matches the search key (step E4).

ステップE4では、検索制御手段21は、利用者に入力された検索キーを第1資産要素検索手段6に送り、図5に示すステップB2,B3と同様の処理を行わせればよい。そして、第1資産要素検索手段6は、ステップB2,B3と同様の処理を行って、その結果得られた第1資産検索結果集合に属する各第1資産要素を検索制御手段21に通知すればよい。   In step E4, the search control means 21 may send the search key input by the user to the first asset element search means 6 and perform the same processing as steps B2 and B3 shown in FIG. And the 1st asset element search means 6 will perform the process similar to step B2, B3, and will notify each 1st asset element which belongs to the 1st asset search result set obtained as a result to the search control means 21. Good.

検索制御手段21は、以上の処理で第1資産要素検索手段6から得た第1資産検索結果集合に属する各第1資産要素を利用者に提示する(ステップE5)。なお、第1資産検索結果集合が空集合である場合、検索制御手段21は、検索キーに適合する第1資産要素がない旨を利用者に提示すればよい。   The search control means 21 presents to the user each first asset element belonging to the first asset search result set obtained from the first asset element search means 6 by the above processing (step E5). When the first asset search result set is an empty set, the search control means 21 may present to the user that there is no first asset element that matches the search key.

検索制御手段21は、検索種類として「検索キーからの第1資産および第2資産の検索」が指定されたとステップE2で判定すると、ステップE6以降の動作(図10参照)を行う。すなわち、「検索キーからの第1資産および第2資産の検索」が指定されたと判定し、利用者から検索キー(例えば、キーワードや第1資産要素識別情報)が入力されると(ステップE6)、検索制御手段21は、第1資産要素検索手段6を用いて、検索キーに適合する第1資産検索結果集合を得る(ステップE7)。ステップE7における検索制御手段21および第1資産要素検索手段6の処理は、ステップE4(図9参照)と同様である。   When the search control means 21 determines in step E2 that “search for the first asset and second asset from the search key” is designated as the search type, the search control means 21 performs the operation after step E6 (see FIG. 10). That is, it is determined that “search for first asset and second asset from search key” is designated, and when a search key (for example, a keyword or first asset element identification information) is input from the user (step E6). The search control means 21 uses the first asset element search means 6 to obtain a first asset search result set that matches the search key (step E7). The processes of the search control means 21 and the first asset element search means 6 in step E7 are the same as in step E4 (see FIG. 9).

次に、検索制御手段21は、第1資産検索結果集合内の第1資産要素を順次選択し、ブリッジ情報検索手段7に、第1項目が、選択した第1資産要素の第1資産要素識別情報に適合しているブリッジ情報を検索させて、ブリッジ情報検索結果集合を得る(ステップE8)。   Next, the search control means 21 sequentially selects the first asset elements in the first asset search result set, and the bridge information search means 7 causes the first item to identify the first asset element of the selected first asset element. The bridge information that matches the information is searched to obtain a set of bridge information search results (step E8).

ステップE8では、例えば、以下のように処理を行えばよい。例えば、検索制御手段21が、ブリッジ情報検索手段7にブリッジ情報検索結果集合を空集合にさせ、ブリッジ情報検索手段7は、ステップC2(図6参照)と同様の動作を行う。   In step E8, for example, processing may be performed as follows. For example, the search control means 21 causes the bridge information search means 7 to set the bridge information search result set to an empty set, and the bridge information search means 7 performs the same operation as in step C2 (see FIG. 6).

そして、検索制御手段21は、ステップE7で得た第1資産検索結果集合から第1資産要素を1つ選択する。そして、検索制御手段21は、第1資産要素識別情報による検索を表す検索キーの種別情報とともに、その選択した第1資産要素の第1資産要素識別情報をブリッジ情報検索手段7に送る。そして、ブリッジ情報検索手段7は、この検索キーの種別情報および、選択された第1資産要素の第1資産要素識別情報に基づいてステップC4(図6参照)と同様に検索を行い、検索したブリッジ情報をブリッジ情報検索結果集合に追加する。検索制御手段21は、第1資産検索結果集合内の全ての第1資産要素を選択し終えるまで同様の処理を繰り返し、全ての第1資産要素に関して上記の処理が完了したら、ブリッジ情報検索手段7に、ブリッジ情報検索結果集合の通知を要求する。ブリッジ情報検索手段7は、この要求に応じて、その時点で得られているブリッジ情報検索結果集合に属する各ブリッジ情報を検索制御手段21に通知する。   Then, the search control means 21 selects one first asset element from the first asset search result set obtained in step E7. Then, the search control means 21 sends the first asset element identification information of the selected first asset element to the bridge information search means 7 together with the search key type information indicating the search by the first asset element identification information. Then, the bridge information search means 7 performs a search in the same manner as in step C4 (see FIG. 6) based on the type information of the search key and the first asset element identification information of the selected first asset element. Add bridge information to the bridge information search result set. The search control means 21 repeats the same processing until all the first asset elements in the first asset search result set have been selected, and when the above processing is completed for all the first asset elements, the bridge information search means 7 Request notification of the bridge information search result set. In response to this request, the bridge information search means 7 notifies the search control means 21 of each piece of bridge information belonging to the bridge information search result set obtained at that time.

この結果、検索制御手段21は、ブリッジ情報検索結果集合を得ることができる。   As a result, the search control means 21 can obtain a bridge information search result set.

次に、検索制御手段21は、ブリッジ情報検索結果集合内のブリッジ情報を順次選択し、第2資産要素検索手段8に、選択したブリッジ情報の第2項目に適合する第2資産要素を検索させて、第2資産検索結果集合を得る(ステップE9)。   Next, the search control means 21 sequentially selects the bridge information in the bridge information search result set, and causes the second asset element search means 8 to search for the second asset element that matches the second item of the selected bridge information. Thus, a second asset search result set is obtained (step E9).

ステップE9では、例えば、以下のように処理を行えばよい。例えば、検索制御手段21が、第2資産要素検索手段8に第2資産検索結果集合を空集合にさせ、第2資産要素検索手段8は、ステップD2(図7参照)と同様の動作を行う。   In step E9, for example, processing may be performed as follows. For example, the search control means 21 causes the second asset element search means 8 to empty the second asset search result set, and the second asset element search means 8 performs the same operation as in step D2 (see FIG. 7). .

そして、検索制御手段21は、ステップE8で得たブリッジ情報検索結果集合からブリッジ情報を1つ選択する。そして、検索制御手段21は、選択したブリッジ集合の第2項目に該当する第2資産要素識別情報を第2資産要素検索手段8に送る。そして、第2資産要素検索手段8は、この第2資産要素識別情報に基づいてステップD3(図7参照)と同様に検索を行い、検索した第2資産要素を第2資産検索結果集合に追加する。検索制御手段21は、ブリッジ情報検索結果集合内の全てのブリッジ情報を選択し終えるまで同様の処理を繰り返し、全てのブリッジ情報に関して上記の処理が完了したら、第2資産要素検索手段8に、第2資産検索結果集合の通知を要求する。第2資産要素検索手段8は、この要求に応じて、その時点で得られている第2資産検索結果集合に属する各第2資産要素を検索制御手段21に通知する。   Then, the search control means 21 selects one bridge information from the bridge information search result set obtained in step E8. Then, the search control means 21 sends the second asset element identification information corresponding to the second item of the selected bridge set to the second asset element search means 8. Then, the second asset element search means 8 performs a search in the same manner as in step D3 (see FIG. 7) based on the second asset element identification information, and adds the searched second asset element to the second asset search result set. To do. The search control means 21 repeats the same processing until all bridge information in the bridge information search result set has been selected, and when the above processing is completed for all bridge information, the second asset element search means 8 2 Request notification of asset search result set. In response to this request, the second asset element search means 8 notifies the search control means 21 of each second asset element belonging to the second asset search result set obtained at that time.

この結果、検索制御手段21は、第2資産検索結果集合を得ることができる。   As a result, the search control means 21 can obtain the second asset search result set.

検索制御手段21は、ステップE7で得た第1資産検索結果集合に属する各第1資産要素と、ステップE9で得た第2資産検索結果集合に属する各第2資産要素をユーザに提示する(ステップE10)。なお、ステップE7で得た第1資産検索結果集合が空集合である場合、ステップE8,E9を行わずに、検索キーに適合する第1資産要素がない旨を利用者に提示すればよい。また、ステップE9で得た第2資産検索結果集合が空集合である場合、検索によって得られた第1資産要素のみを提示して、第2資産要素に関しては検索されなかった旨を提示すればよい。   The search control means 21 presents each first asset element belonging to the first asset search result set obtained in step E7 and each second asset element belonging to the second asset search result set obtained in step E9 to the user ( Step E10). If the first asset search result set obtained in step E7 is an empty set, steps E8 and E9 are not performed, and it may be presented to the user that there is no first asset element that matches the search key. Further, if the second asset search result set obtained in step E9 is an empty set, only the first asset element obtained by the search is presented and the fact that the second asset element has not been retrieved is presented. Good.

検索制御手段21は、検索種類として「第2資産要素識別情報からの第2資産の検索」が指定されたとステップE2で判定すると、ステップE11以降の動作(図11参照)を行う。すなわち、「第2資産要素識別情報からの第2資産の検索」が指定されたと判定し、利用者から第2資産要素識別情報が入力されると(ステップE11)、検索制御手段21は、第2資産要素検索手段8を用いて、その第2資産要素識別情報に適合する第2資産検索結果集合を得る(ステップE12)。   If the search control means 21 determines in step E2 that “search for the second asset from the second asset element identification information” is designated as the search type, the search control means 21 performs the operation after step E11 (see FIG. 11). That is, when it is determined that “search for the second asset from the second asset element identification information” is designated and the second asset element identification information is input from the user (step E11), the search control means 21 A second asset search result set that matches the second asset element identification information is obtained using the two asset element search means 8 (step E12).

ステップE12では、検索制御手段21は、利用者に入力された第2資産要素識別情報を第2資産要素検索手段8に送り、図7に示すステップD2,D3と同様の処理を行わせればよい。そして、第2資産要素検索手段8は、ステップD2,D3と同様の処理を行って、その結果得られた第2資産検索結果集合に属する各第2資産要素を検索制御手段21に通知すればよい。   In step E12, the search control means 21 may send the second asset element identification information input by the user to the second asset element search means 8 and perform the same processing as steps D2 and D3 shown in FIG. . Then, the second asset element search means 8 performs the same process as steps D2 and D3, and notifies the search control means 21 of each second asset element belonging to the second asset search result set obtained as a result. Good.

検索制御手段21は、以上の処理で第2資産要素検索手段8から得た第2資産検索結果集合に属する各第2資産要素を利用者に提示する(ステップE13)。なお、第2資産検索結果集合が空集合である場合、検索制御手段21は、第2資産要素識別情報に適合する第2資産要素がない旨を利用者に提示すればよい。   The search control means 21 presents each second asset element belonging to the second asset search result set obtained from the second asset element search means 8 by the above processing to the user (step E13). If the second asset search result set is an empty set, the search control means 21 may present to the user that there is no second asset element that matches the second asset element identification information.

検索制御手段21は、検索種類として「第2資産要素識別情報からの第2資産および第1資産の検索」が指定されたとステップE2で判定すると、ステップE14以降の動作(図12参照)を行う。すなわち、「第2資産要素識別情報からの第2資産および第1資産の検索」が指定されたと判定し、利用者から第2資産要素識別情報が入力されると(ステップE14)、検索制御手段21は、第2資産要素検索手段8を用いて、第2資産要素識別情報に適合する第2資産検索結果集合を得る(ステップE15)。ステップE15における検索制御手段21および第2資産要素検索手段8の処理は、ステップE12(図11参照)と同様である。   If the search control means 21 determines in step E2 that “search for the second asset and the first asset from the second asset element identification information” is designated as the search type, the search control means 21 performs the operation after step E14 (see FIG. 12). . That is, when it is determined that “search for the second asset and the first asset from the second asset element identification information” is designated and the user inputs the second asset element identification information (step E14), the search control means 21 uses the second asset element search means 8 to obtain a second asset search result set that matches the second asset element identification information (step E15). The processing of the search control means 21 and the second asset element search means 8 in step E15 is the same as that in step E12 (see FIG. 11).

次に、検索制御手段21は、第2資産検索結果集合内の第2資産要素を順次選択し、ブリッジ情報検索手段7に、第2項目が、選択した第2資産要素の第2資産要素識別情報に適合しているブリッジ情報を検索させて、ブリッジ情報検索結果集合を得る(ステップE16)。   Next, the search control means 21 sequentially selects the second asset elements in the second asset search result set, and the bridge information search means 7 causes the second item to identify the second asset element of the selected second asset element. Bridge information that matches the information is searched to obtain a set of bridge information search results (step E16).

ステップE16では、例えば、以下のように処理を行えばよい。例えば、検索制御手段21が、ブリッジ情報検索手段7にブリッジ情報検索結果集合を空集合にさせ、ブリッジ情報検索手段7は、ステップC2(図6参照)と同様の動作を行う。   In step E16, for example, the following process may be performed. For example, the search control means 21 causes the bridge information search means 7 to set the bridge information search result set to an empty set, and the bridge information search means 7 performs the same operation as in step C2 (see FIG. 6).

そして、検索制御手段21は、ステップE15で得た第2資産検索結果集合から第2資産要素を1つ選択する。そして、検索制御手段21は、第2資産要素識別情報による検索を表す検索キーの種別情報とともに、その選択した第2資産要素の第2資産要素識別情報をブリッジ情報検索手段7に送る。そして、ブリッジ情報検索手段7は、この検索キーの種別情報および、選択された第2資産要素の第2資産要素識別情報に基づいてステップC5(図6参照)と同様に検索を行い、検索したブリッジ情報をブリッジ情報検索結果集合に追加する。検索制御手段21は、第2資産検索結果集合内の全ての第2資産要素を選択し終えるまで同様の処理を繰り返し、全ての第2資産要素に関して上記の処理が完了したら、ブリッジ情報検索手段7に、ブリッジ情報検索結果集合の通知を要求する。ブリッジ情報検索手段7は、この要求に応じて、その時点で得られているブリッジ情報検索結果集合に属する各ブリッジ情報を検索制御手段21に通知する。   Then, the search control means 21 selects one second asset element from the second asset search result set obtained in step E15. Then, the search control means 21 sends the second asset element identification information of the selected second asset element to the bridge information search means 7 together with the search key type information representing the search by the second asset element identification information. Then, the bridge information search means 7 performs a search in the same manner as in Step C5 (see FIG. 6) based on the type information of the search key and the second asset element identification information of the selected second asset element. Add bridge information to the bridge information search result set. The search control means 21 repeats the same processing until all the second asset elements in the second asset search result set have been selected, and when the above processing is completed for all the second asset elements, the bridge information search means 7 Request notification of the bridge information search result set. In response to this request, the bridge information search means 7 notifies the search control means 21 of each piece of bridge information belonging to the bridge information search result set obtained at that time.

この結果、検索制御手段21は、ブリッジ情報検索結果集合を得ることができる。   As a result, the search control means 21 can obtain a bridge information search result set.

次に、検索制御手段21は、ブリッジ情報検索結果集合内のブリッジ情報を順次選択し、第1資産要素検索手段6に、選択したブリッジ情報の第1項目に適合する第1資産要素を検索させて、第1資産検索結果集合を得る(ステップE17)。   Next, the search control means 21 sequentially selects the bridge information in the bridge information search result set, and causes the first asset element search means 6 to search for the first asset element that matches the first item of the selected bridge information. Thus, a first asset search result set is obtained (step E17).

ステップE17では、例えば、以下のように処理を行えばよい。例えば、検索制御手段21が、第1資産要素検索手段6に第1資産検索結果集合を空集合にさせ、第1資産要素検索手段6は、ステップB2(図5参照)と同様の動作を行う。   In step E17, for example, processing may be performed as follows. For example, the search control means 21 causes the first asset element search means 6 to empty the first asset search result set, and the first asset element search means 6 performs the same operation as in step B2 (see FIG. 5). .

そして、検索制御手段21は、ステップE16で得たブリッジ情報検索結果集合からブリッジ情報を1つ選択する。そして、検索制御手段21は、選択したブリッジ集合の第1項目に該当する第1資産要素識別情報を第1資産要素検索手段6に送る。そして、第1資産要素検索手段6は、この第1資産要素識別情報に基づいてステップB3(図5参照)と同様に検索を行い、検索した第1資産要素を第1資産検索結果集合に追加する。検索制御手段21は、ブリッジ情報検索結果集合内の全てのブリッジ情報を選択し終えるまで同様の処理を繰り返し、全てのブリッジ情報に関して上記の処理が完了したら、第1資産要素検索手段6に、第1資産検索結果集合の通知を要求する。第1資産要素検索手段6は、この要求に応じて、その時点で得られている第1資産検索結果集合に属する第1資産要素を検索制御手段21に通知する。   Then, the search control means 21 selects one bridge information from the bridge information search result set obtained in step E16. Then, the search control means 21 sends the first asset element identification information corresponding to the first item of the selected bridge set to the first asset element search means 6. Then, the first asset element search means 6 performs a search in the same manner as in step B3 (see FIG. 5) based on the first asset element identification information, and adds the searched first asset element to the first asset search result set. To do. The search control means 21 repeats the same processing until all bridge information in the bridge information search result set has been selected, and when the above processing is completed for all bridge information, the first asset element search means 6 Request notification of one asset search result set. In response to this request, the first asset element search means 6 notifies the search control means 21 of the first asset element belonging to the first asset search result set obtained at that time.

この結果、検索制御手段21は、第1資産検索結果集合を得ることができる。   As a result, the search control means 21 can obtain the first asset search result set.

検索制御手段21は、ステップE15で得た第2資産検索結果集合に属する各第2資産要素と、ステップE17で得た第1資産検索結果集合に属する各第1資産要素をユーザに提示する(ステップE18)。なお、ステップE15で得た第2資産検索結果集合が空集合である場合、ステップE16,E17を行わずに、第2資産要素識別情報に適合する第2資産要素がない旨を利用者に提示すればよい。また、ステップE17で得た第1資産検索結果集合が空集合である場合、検索によって得られた第2資産要素のみを提示して、第1資産要素に関しては検索されなかった旨を提示すればよい。   The search control means 21 presents each second asset element belonging to the second asset search result set obtained in step E15 and each first asset element belonging to the first asset search result set obtained in step E17 to the user ( Step E18). If the second asset search result set obtained in step E15 is an empty set, the user is informed that there is no second asset element that matches the second asset element identification information without performing steps E16 and E17. do it. If the first asset search result set obtained in step E17 is an empty set, only the second asset element obtained by the search is presented and the fact that the first asset element has not been retrieved is presented. Good.

本実施形態においても、ステップE6〜E10の動作を行うので、第1の実施形態と同様の効果を得ることができる。さらに、第1の資産リポジトリ1、ブリッジ情報リポジトリ2および第2の資産リポジトリ3に対して、それぞれ独立に検索を行うことができるので、様々な種類の検索を自由に行うことができる。さらに、第2資産要素識別情報が分かっている場合には、その第2資産要素に対応する第1資産要素の検索を行うこともでき、検索された第1資産要素を参照情報として用いることができる。   Also in this embodiment, since the operations of Steps E6 to E10 are performed, the same effect as that of the first embodiment can be obtained. Furthermore, since the first asset repository 1, the bridge information repository 2, and the second asset repository 3 can be independently searched, various types of searches can be freely performed. Further, when the second asset element identification information is known, the first asset element corresponding to the second asset element can be searched, and the searched first asset element can be used as reference information. it can.

次に、上記の第1の実施形態および第2の実施形態における第1資産や第2資産の具体例を示す。第2資産の典型的な例として、プロダクトライン開発におけるコア資産がある。コア資産では、共通部と可変部とが区別され整理されている。各製品は、コア資産を再利用して開発される。従って、プロダクトライン開発におけるコア資産を、第2資産として、第2の資産リポジトリ3に格納してよい。そして、各製品をプロダクトライン開発によって開発する際に得られた各資産を第1資産として、第1の資産リポジトリ1に格納してよい。コア資産を第2資産とする場合における第1資産および第2資産の例を図13に示す。   Next, specific examples of the first asset and the second asset in the first embodiment and the second embodiment will be described. A typical example of the second asset is a core asset in product line development. In core assets, common parts and variable parts are distinguished and arranged. Each product is developed by reusing core assets. Therefore, the core asset in the product line development may be stored in the second asset repository 3 as the second asset. Then, each asset obtained when developing each product by product line development may be stored in the first asset repository 1 as a first asset. An example of the first asset and the second asset when the core asset is the second asset is shown in FIG.

また、図14では、クラスをパターン化により構造化したライブラリを第2資産とする場合における第1資産および第2資産の例を示す。   FIG. 14 shows an example of the first asset and the second asset in the case where a library in which classes are structured by patterning is used as the second asset.

次に、本発明の最小構成について説明する。図15は、本発明の最小構成の例を示すブロック図である。本発明の資産管理システムは、第1の資産リポジトリ91と、第2の資産リポジトリ92と、対応関係情報入力手段93と、検索手段94とを備える。   Next, the minimum configuration of the present invention will be described. FIG. 15 is a block diagram showing an example of the minimum configuration of the present invention. The asset management system of the present invention includes a first asset repository 91, a second asset repository 92, correspondence relationship information input means 93, and search means 94.

第1の資産リポジトリ91(例えば、実施形態における第1のリポジトリ1)は、製品開発(例えば、システムやソフトウェアの開発)の結果得られたソフトウェアまたは製品開発に際して作成された書類である資産をそのまま格納する。   The first asset repository 91 (for example, the first repository 1 in the embodiment) directly stores the asset obtained as a result of product development (for example, development of a system or software) or an asset that is a document created during product development. Store.

第2の資産リポジトリ92(例えば、実施形態における第2のリポジトリ3)は、そのまま再利用可能であるか、再利用に際してカスタマイズが必要であるかによって区別されている資産を格納する。   The second asset repository 92 (for example, the second repository 3 in the embodiment) stores assets that are discriminated depending on whether they can be reused as they are or whether customization is required for reuse.

対応関係情報入力手段93(例えば、ブリッジ定義手段4)には、第1の資産リポジトリ91に格納される個々の資産である第1資産要素と、第2の資産リポジトリ92に格納される個々の資産である第2資産要素との対応関係を示す対応関係情報(例えば、ブリッジ情報)が入力される。   Correspondence relationship information input means 93 (for example, bridge definition means 4) includes a first asset element that is an individual asset stored in the first asset repository 91 and an individual asset stored in the second asset repository 92. Correspondence relationship information (for example, bridge information) indicating a correspondence relationship with the second asset element that is an asset is input.

検索手段94(例えば、実施形態における検索手段5,20)は、少なくとも、与えられた検索キーに適合する第1資産要素を、第1の資産リポジトリ91に格納された第1資産要素の中から検索し、対応関係情報に基づいて、検索した第1資産要素に対応する第2資産要素を、第2の資産リポジトリ92に格納された第2資産要素の中から検索する。   The search means 94 (for example, the search means 5 and 20 in the embodiment) at least selects a first asset element that matches a given search key from among the first asset elements stored in the first asset repository 91. The second asset element corresponding to the retrieved first asset element is retrieved from the second asset elements stored in the second asset repository 92 based on the correspondence relationship information.

以上のような構成によって、構造化した資産をリポジトリに格納した上で、資産を容易に検索することができ、一部の資産の欠落を防止することができる。   With the configuration as described above, it is possible to easily search for assets after storing the structured assets in the repository, and to prevent missing of some assets.

また、対応関係情報を格納する対応関係情報リポジトリ(例えば、ブリッジ情報リポジトリ2)を備える構成であってもよい。   Moreover, the structure provided with the correspondence information repository (for example, bridge information repository 2) which stores correspondence information may be sufficient.

また、検索手段94が、第1の資産リポジトリに格納された第1資産要素を検索する第1資産要素検索手段(例えば、第1資産要素検索手段6)と、対応関係情報リポジトリに格納された対応関係情報を検索する対応関係情報検索手段(例えば、ブリッジ情報検索手段7)と、第2の資産リポジトリに格納された第2資産要素を検索する第2資産要素検索手段(例えば、第2資産要素検索手段8)と、第1資産要素検索手段と対応関係情報検索手段と第2資産要素検索手段とを制御する検索制御手段(例えば、検索制御手段21)とを含む構成であってもよい。   In addition, the search means 94 stores the first asset element search means (for example, the first asset element search means 6) for searching for the first asset element stored in the first asset repository, and is stored in the correspondence information repository. Correspondence relationship information retrieval means (for example, bridge information retrieval means 7) for retrieving correspondence relationship information, and second asset element retrieval means (for example, second asset) for retrieving the second asset element stored in the second asset repository. Element search means 8), search control means for controlling the first asset element search means, correspondence information search means, and second asset element search means (for example, search control means 21) may be included. .

検索制御手段が、検索キーに基づいて第1資産要素を検索する旨を指定されると、第1資産要素検索手段に、検索キーに適合する第1資産要素を検索させる構成であってもよい。   When the search control means is designated to search for the first asset element based on the search key, the first asset element search means may be configured to search for the first asset element that matches the search key. .

検索制御手段が、検索キーに基づいて第1資産要素および第2資産要素を検索する旨を指定されると、第1資産要素検索手段に、検索キーに適合する第1資産要素を検索させ、第1資産要素検索手段が検索した第1資産要素といずれかの第2資産要素との対応関係を示す対応関係情報を対応関係情報検索手段に検索させ、その対応関係情報にその第1資産要素との対応関係が示されている第2資産要素を第2資産要素検索手段に検索させる構成であってもよい。   When the search control means is designated to search the first asset element and the second asset element based on the search key, the first asset element search means is made to search for the first asset element that matches the search key, The correspondence information indicating the correspondence between the first asset element searched by the first asset element searching means and any one of the second asset elements is caused to be searched by the correspondence information searching means, and the corresponding asset information is used as the first asset element. The second asset element search means may be configured to search for the second asset element in which the corresponding relationship is indicated.

検索制御手段が、検索キーに基づいて第2資産要素を検索する旨を指定されると、第2資産要素検索手段に、検索キーに適合する第2資産要素を検索させる構成であってもよい。   When the search control means is designated to search for the second asset element based on the search key, the second asset element search means may be configured to search for the second asset element that matches the search key. .

検索制御手段が、検索キーに基づいて第2資産要素および第1資産要素を検索する旨を指定されると、第2資産要素検索手段に、検索キーに適合する第2資産要素を検索させ、第2資産要素検索手段が検索した第2資産要素といずれかの第1資産要素との対応関係を示す対応関係情報を対応関係情報検索手段に検索させ、その対応関係情報にその第2資産要素との対応関係が示されている第1資産要素を第1資産要素検索手段に検索させる構成であってもよい。   When the search control means is designated to search the second asset element and the first asset element based on the search key, the second asset element search means is made to search for the second asset element that matches the search key, The correspondence information indicating the correspondence between the second asset element searched by the second asset element search means and any of the first asset elements is searched by the correspondence information search means, and the second asset element The first asset element search means may be configured to search for the first asset element in which the corresponding relationship is indicated.

本発明は、製品開発に伴って得られた資産を次の製品開発の際に再利用するために記憶し、その資産を検索する資産管理システムに好適に適用される。   The present invention is suitably applied to an asset management system that stores and retrieves an asset obtained with product development for reuse in the next product development.

1 第1の資産リポジトリ
2 ブリッジ情報リポジトリ
3 第2の資産リポジトリ
4 ブリッジ定義手段
5 検索手段
6 第1資産要素検索手段
7 ブリッジ情報検索手段
8 第2資産要素検索手段
21 検索制御手段
DESCRIPTION OF SYMBOLS 1 1st asset repository 2 Bridge information repository 3 2nd asset repository 4 Bridge definition means 5 Search means 6 1st asset element search means 7 Bridge information search means 8 2nd asset element search means 21 Search control means

Claims (9)

製品開発の結果得られたソフトウェアまたは製品開発に際して作成された書類である資産をそのまま格納する第1の資産リポジトリと、
そのまま再利用可能であるか、再利用に際してカスタマイズが必要であるかによって区別されている資産を格納する第2の資産リポジトリと、
前記第1の資産リポジトリに格納される個々の資産である第1資産要素と、前記第2の資産リポジトリに格納される個々の資産である第2資産要素との対応関係を示す対応関係情報が入力される対応関係情報入力手段と、
少なくとも、与えられた検索キーに適合する第1資産要素を、前記第1の資産リポジトリに格納された第1資産要素の中から検索し、前記対応関係情報に基づいて、検索した第1資産要素に対応する第2資産要素を、前記第2の資産リポジトリに格納された第2資産要素の中から検索する検索手段とを備える
ことを特徴とする資産管理システム。
A first asset repository that directly stores an asset that is software obtained as a result of product development or a document created during product development;
A second asset repository for storing assets that are differentiated according to whether they can be reused as they are or need customization for reuse;
Correspondence relationship information indicating a correspondence relationship between a first asset element which is an individual asset stored in the first asset repository and a second asset element which is an individual asset stored in the second asset repository is Correspondence information input means to be input,
A first asset element that matches at least a given search key is searched from the first asset elements stored in the first asset repository, and the first asset element searched based on the correspondence information And a search means for searching for a second asset element corresponding to the second asset element stored in the second asset repository.
対応関係情報を格納する対応関係情報リポジトリを備える請求項1に記載の資産管理システム。   The asset management system according to claim 1, further comprising a correspondence information repository that stores correspondence information. 検索手段は、
第1の資産リポジトリに格納された第1資産要素を検索する第1資産要素検索手段と、
対応関係情報リポジトリに格納された対応関係情報を検索する対応関係情報検索手段と、
第2の資産リポジトリに格納された第2資産要素を検索する第2資産要素検索手段と、
前記第1資産要素検索手段と、前記対応関係情報検索手段と、前記第2資産要素検索手段とを制御する検索制御手段とを含む
請求項2に記載の資産管理システム。
Search means are
First asset element search means for searching for a first asset element stored in the first asset repository;
Correspondence information retrieval means for retrieving correspondence information stored in the correspondence information repository;
Second asset element search means for searching for a second asset element stored in the second asset repository;
The asset management system according to claim 2, further comprising search control means for controlling the first asset element search means, the correspondence information search means, and the second asset element search means.
検索制御手段は、検索キーに基づいて第1資産要素を検索する旨を指定されると、
第1資産要素検索手段に、前記検索キーに適合する第1資産要素を検索させる
請求項3に記載の資産管理システム。
When the search control means is designated to search for the first asset element based on the search key,
The asset management system according to claim 3, wherein the first asset element search means searches for a first asset element that matches the search key.
検索制御手段は、検索キーに基づいて第1資産要素および第2資産要素を検索する旨を指定されると、
第1資産要素検索手段に、前記検索キーに適合する第1資産要素を検索させ、
前記第1資産要素検索手段が検索した第1資産要素といずれかの第2資産要素との対応関係を示す対応関係情報を対応関係情報検索手段に検索させ、
前記対応関係情報に前記第1資産要素との対応関係が示されている第2資産要素を第2資産要素検索手段に検索させる
請求項3または請求項4に記載の資産管理システム。
When the search control means is designated to search the first asset element and the second asset element based on the search key,
Causing the first asset element search means to search for a first asset element that matches the search key;
Causing the correspondence information search means to search for correspondence information indicating the correspondence between the first asset element searched by the first asset element search means and any of the second asset elements;
5. The asset management system according to claim 3, wherein a second asset element search unit is made to search for a second asset element whose correspondence relation with the first asset element is indicated in the correspondence relation information.
検索制御手段は、検索キーに基づいて第2資産要素を検索する旨を指定されると、
第2資産要素検索手段に、前記検索キーに適合する第2資産要素を検索させる
請求項3から請求項5のうちのいずれか1項に記載の資産管理システム。
When the search control means is designated to search for the second asset element based on the search key,
The asset management system according to any one of claims 3 to 5, wherein the second asset element search unit is made to search for a second asset element that matches the search key.
検索制御手段は、検索キーに基づいて第2資産要素および第1資産要素を検索する旨を指定されると、
第2資産要素検索手段に、前記検索キーに適合する第2資産要素を検索させ、
前記第2資産要素検索手段が検索した第2資産要素といずれかの第1資産要素との対応関係を示す対応関係情報を対応関係情報検索手段に検索させ、
前記対応関係情報に前記第2資産要素との対応関係が示されている第1資産要素を第1資産要素検索手段に検索させる
請求項3から請求項6のうちのいずれか1項に記載の資産管理システム。
When the search control means is designated to search the second asset element and the first asset element based on the search key,
Causing the second asset element search means to search for a second asset element that matches the search key;
Causing the correspondence information search means to search for correspondence information indicating the correspondence between the second asset element searched by the second asset element search means and any of the first asset elements;
The first asset element search means is made to search for a first asset element whose correspondence relation with the second asset element is indicated in the correspondence relation information. 7. Asset management system.
第1の資産リポジトリが、製品開発の結果得られたソフトウェアまたは製品開発に際して作成された書類である資産をそのまま格納し、
第2の資産リポジトリが、そのまま再利用可能であるか、再利用に際してカスタマイズが必要であるかによって区別されている資産を格納し、
前記第1の資産リポジトリに格納される個々の資産である第1資産要素と、前記第2の資産リポジトリに格納される個々の資産である第2資産要素との対応関係を示す対応関係情報が入力され、
少なくとも、与えられた検索キーに適合する第1資産要素を、前記第1の資産リポジトリに格納された第1資産要素の中から検索し、前記対応関係情報に基づいて、検索した第1資産要素に対応する第2資産要素を、前記第2の資産リポジトリに格納された第2資産要素の中から検索する
ことを特徴とする資産管理方法。
The first asset repository stores the assets that are the software or the documents created during product development as a result of product development,
The second asset repository stores assets that are distinguished by whether they can be reused as they are or if customization is required for reuse,
Correspondence relationship information indicating a correspondence relationship between a first asset element which is an individual asset stored in the first asset repository and a second asset element which is an individual asset stored in the second asset repository is Entered,
A first asset element that matches at least a given search key is searched from the first asset elements stored in the first asset repository, and the first asset element searched based on the correspondence information A second asset element corresponding to is searched from the second asset elements stored in the second asset repository.
製品開発の結果得られたソフトウェアまたは製品開発に際して作成された書類である資産をそのまま格納する第1の資産リポジトリと、そのまま再利用可能であるか、再利用に際してカスタマイズが必要であるかによって区別されている資産を格納する第2の資産リポジトリとを備えたコンピュータに搭載される資産管理プログラムであって、
前記コンピュータに、
前記第1の資産リポジトリに格納される個々の資産である第1資産要素と、前記第2の資産リポジトリに格納される個々の資産である第2資産要素との対応関係を示す対応関係情報の入力を受け付ける対応関係情報入力処理、および、
少なくとも、与えられた検索キーに適合する第1資産要素を、前記第1の資産リポジトリに格納された第1資産要素の中から検索し、前記対応関係情報に基づいて、検索した第1資産要素に対応する第2資産要素を、前記第2の資産リポジトリに格納された第2資産要素の中から検索する検索処理
を実行させるための資産管理プログラム。
It is distinguished from the first asset repository that stores the assets that are software or the documents created during product development as they are as a result of product development, and whether they can be reused as they are or if customization is required for reuse. An asset management program installed on a computer having a second asset repository for storing assets,
In the computer,
Correspondence relationship information indicating a correspondence relationship between a first asset element that is an individual asset stored in the first asset repository and a second asset element that is an individual asset stored in the second asset repository. Correspondence information input process for receiving input, and
A first asset element that matches at least a given search key is searched from the first asset elements stored in the first asset repository, and the first asset element searched based on the correspondence information The asset management program for performing the search process which searches the 2nd asset element corresponding to 1 from the 2nd asset element stored in the said 2nd asset repository.
JP2011096396A 2011-04-22 2011-04-22 Asset management system, asset management method and program Withdrawn JP2012226708A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011096396A JP2012226708A (en) 2011-04-22 2011-04-22 Asset management system, asset management method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011096396A JP2012226708A (en) 2011-04-22 2011-04-22 Asset management system, asset management method and program

Publications (1)

Publication Number Publication Date
JP2012226708A true JP2012226708A (en) 2012-11-15

Family

ID=47276766

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011096396A Withdrawn JP2012226708A (en) 2011-04-22 2011-04-22 Asset management system, asset management method and program

Country Status (1)

Country Link
JP (1) JP2012226708A (en)

Similar Documents

Publication Publication Date Title
US9760077B2 (en) Content management
US11106626B2 (en) Managing changes to one or more files via linked mapping records
US7886028B2 (en) Method and system for system migration
US20130276000A1 (en) Central registry for binding features using dynamic pointers
EP2770428B1 (en) Runtime process diagnostics
JP2011128777A (en) Operation monitoring apparatus
JP2017041171A (en) Test scenario generation support device and test scenario generation support method
US8548967B1 (en) System for visual query and manipulation of configuration management records
JP5432941B2 (en) Emergency response work support apparatus and emergency response work support method
JP2010282241A (en) File management device, file management system, file management method, and program
US7873607B1 (en) Model driven consolidator of database information
JP2019197405A (en) Project status management device, project status management program, and project status management method
JP2019219715A (en) Document management system, document management method, and program
JP2006323636A (en) Project risk management support system
JP2012226708A (en) Asset management system, asset management method and program
US20100185606A1 (en) Development document data management device, development document data management system, development document data management method, program therefor, and recording medium
CN113434472A (en) File generation method and device, server and storage medium
WO2020070929A1 (en) Plant apparatus information management system
JP3933407B2 (en) Document processing apparatus, document processing method, and storage medium storing document processing program
JP6455087B2 (en) Form information processing program, form information processing apparatus, and form information processing method
JP2013065077A (en) Insurance premium calculation system, insurance premium calculation device, and program
JP2007080205A (en) Retrieval apparatus and retrieval method
JP5367448B2 (en) Trademark search device
JP2007025831A (en) Content retrieval apparatus and its method
JP4895373B2 (en) Software product reuse method and system

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20140701