JP2001005678A - Device and method for network type information processing - Google Patents

Device and method for network type information processing

Info

Publication number
JP2001005678A
JP2001005678A JP11171886A JP17188699A JP2001005678A JP 2001005678 A JP2001005678 A JP 2001005678A JP 11171886 A JP11171886 A JP 11171886A JP 17188699 A JP17188699 A JP 17188699A JP 2001005678 A JP2001005678 A JP 2001005678A
Authority
JP
Japan
Prior art keywords
node
mark
input
network structure
network
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP11171886A
Other languages
Japanese (ja)
Inventor
Takeo Yasukawa
武男 安川
Toshiyuki Fukuoka
俊之 福岡
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP11171886A priority Critical patent/JP2001005678A/en
Publication of JP2001005678A publication Critical patent/JP2001005678A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To make processible information in proper order and in the shortest operation time without having an independent phase wherein sorting is performed by controlling whether or not a node requires recalculation as a result of the addition and deletion of a mark. SOLUTION: An input management part 3 transmits inputted information to a network structure 2 and when a variation of the input is detected, a mark addition and deletion part 4 gives a mark to a node whose output is not determined. A scheduling part 6 searches for and schedules nodes having only outputs from nodes having unmarked inputs among marked nodes and the input to a node is compared with the last input; when there is a change, the node is evaluated again to calculate a new output and the mark addition and deletion part 4 deletes the mark. The arithmetic result when all the nodes are unmarked is outputted by an output management part 7.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、入出力を有する部
品がネットワーク構造に結合し配置されているネットワ
ーク型情報処理装置及び方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a network type information processing apparatus and method in which components having input / output are connected and arranged in a network structure.

【0002】[0002]

【従来の技術】従来から、情報処理装置を構築するに当
たり、規模が大きく複雑な処理を対象とする場合には、
当該処理全体を規模が小さく処理が比較的簡単な複数の
単位部品に分割し、それらを連結してネットワーク構造
とすることで当該情報処理装置を構築する方法が良く用
いられている。かかる方法は、問題解決の手段として、
あるいは処理の単位部品の再利用を計るという観点から
も注目されている方法の一つである。
2. Description of the Related Art Conventionally, in constructing an information processing apparatus, when a large-scale and complicated process is targeted,
A method of dividing the entire process into a plurality of unit components having a small scale and a relatively simple process and connecting them to form a network structure to construct the information processing apparatus is often used. Such a method is a means of solving the problem,
Alternatively, this is one of the methods that have attracted attention from the viewpoint of measuring the reuse of processing unit components.

【0003】このようなネットワーク型情報処理装置に
おいては、常にデータの流れが存在するため、単純に単
位部品を連結しただけでは、正常に動作しない。したが
って、データの流れに適合させて、適切な順序で単位部
品ごとの処理を行う必要がある。
In such a network-type information processing apparatus, since a data flow always exists, simply connecting unit components does not operate normally. Therefore, it is necessary to perform processing for each unit component in an appropriate order in accordance with the flow of data.

【0004】従来は、かかる処理順序の制御に、単位部
品間の依存関係に着目してソートを行う方法が良く用い
られている。例えば、ネットワークの依存関係から単位
部品についてトポロジカルソートを行った後、ソート後
の順序で演算していくという方法である。
Conventionally, a method of sorting by paying attention to the dependency between unit parts has been often used for controlling the processing order. For example, there is a method in which topological sorting is performed on unit components based on the network dependency, and calculations are performed in the sorted order.

【0005】[0005]

【発明が解決しようとする課題】しかし、上述したよう
なソートを用いる方法では、単位部品の追加や結合関係
の変化等のネットワーク構造自体が変化する場合には、
再度全体をソートし直す必要が生じる。特にネットワー
ク構造が巨大な場合には、かかる再ソート作業に要する
時間は無視できるレベルの時間ではない。したがって、
実際上、演算実行時に動的にネットワーク構造を変化さ
せるということは困難であるという問題点を内包してい
た。
However, according to the above-described method using sorting, when the network structure itself changes due to addition of unit parts or change in the connection relationship, etc.
It is necessary to sort the whole again. Especially when the network structure is huge, the time required for such re-sorting is not negligible. Therefore,
Actually, it has a problem that it is difficult to dynamically change the network structure when executing the operation.

【0006】本発明は、上記問題点を解決するために、
ソートを行うという独立したフェーズを有することな
く、適切な順序で、かつ最小の演算時間で処理すること
のできるネットワーク型情報処理装置及び方法を提供す
ることを目的とする。
The present invention has been made to solve the above problems.
An object of the present invention is to provide a network-type information processing apparatus and method capable of performing processing in an appropriate order and with a minimum operation time without having an independent phase of performing sorting.

【0007】[0007]

【課題を解決するための手段】上記目的を達成するため
に本発明にかかるネットワーク型情報処理装置は、処理
エンジンと、ネットワーク構造情報とで構成されるネッ
トワーク型情報処理装置であって、処理エンジンが、外
部からの入力をネットワーク構造情報に伝達する入力管
理部と、ネットワーク構造情報に含まれるノードのう
ち、入力が変化したノードに対して出力結果が不確定と
なることを示すマークを付加又は削除するマーク付加・
削除部と、ノードの再計算のスケジューリングを行うス
ケジューリング部と、ネットワーク構造情報の計算結果
を出力する出力管理部とで構成され、入力管理部からの
入力が変化した場合に、マーク付加・削除部で入力と依
存関係を有するノードにマークを付加し、マークが付加
されたノードの中で、入力がマークが付加されていない
状態のノードからの出力のみであるノードからスケジュ
ーリングして再計算し、再計算が完了したらマークが付
加されているノードからマークを削除し、マークの付加
されたノードがネットワーク構造情報の中に存在しなく
なるまで再計算を繰り返すことを特徴とする。
In order to achieve the above object, a network type information processing apparatus according to the present invention is a network type information processing apparatus comprising a processing engine and network structure information. However, an input management unit that transmits an external input to the network structure information, and a mark indicating that an output result is uncertain for a node whose input has changed among nodes included in the network structure information or Add mark to delete
A deletion unit, a scheduling unit for scheduling recalculation of the node, and an output management unit for outputting a calculation result of the network structure information, and a mark addition / deletion unit when an input from the input management unit changes. A mark is added to a node having a dependency with an input in the above, and among the marked nodes, scheduling is performed from a node whose input is only an output from a node in a state where the mark is not added, and recalculation is performed. When the recalculation is completed, the mark is deleted from the node to which the mark is added, and the recalculation is repeated until the node to which the mark is added does not exist in the network structure information.

【0008】かかる構成により、マークの付加及び削除
によって再計算の必要であるノードであるか否かを制御
でき、再計算の必要であるノードのみ再計算すれば適切
な順序で、しかも最小の演算時間で処理を実行すること
が可能となる。
With this configuration, it is possible to control whether or not a node needs recalculation by adding and deleting a mark. If only nodes that need to be recalculated are recalculated, an appropriate order and minimum operations can be performed. Processing can be performed in time.

【0009】また、本発明にかかるネットワーク型情報
処理装置は、各ノードごとに前回の入力と計算結果を保
存し、マークを付加されたノードへの入力が前回と一致
する場合には再計算を行わずに、前回の計算結果を出力
とすることが好ましい。ノードへの入力が前回の入力と
一致していれば、当該ノードからの出力についても変化
しないので、再度演算処理を行うことを回避すること
で、計算機資源の無駄遣いを未然に防止することがで
き、ひいては演算処理時間の短縮化を図ることができる
からである。
Further, the network type information processing apparatus according to the present invention saves the previous input and the calculation result for each node, and re-calculates when the input to the marked node matches the previous one. It is preferable that the previous calculation result be output without performing the calculation. If the input to the node matches the previous input, the output from the node does not change, so avoiding recalculation can prevent waste of computer resources. This is because the calculation processing time can be shortened.

【0010】また、本発明にかかるネットワーク型情報
処理装置は、ネットワーク構造情報に含まれる二以上の
ノードを一つのグループとし、グループをノードとして
取り扱うことが好ましい。複数のノードを一つのノード
と認識することで、考慮すべきリンクの数を減少させる
ことができ、演算処理時間の短縮化を図ることができる
からである。また、ノードの組合せによって、新たな機
能を有するノードを生成することが容易となり、プログ
ラムの部品化を促進することもできるからである。
[0010] In the network information processing apparatus according to the present invention, it is preferable that two or more nodes included in the network structure information be treated as one group, and the group be treated as a node. This is because, by recognizing a plurality of nodes as one node, the number of links to be considered can be reduced, and the calculation processing time can be reduced. In addition, the combination of nodes makes it easy to generate a node having a new function, and can promote the implementation of program components.

【0011】また、本発明にかかるネットワーク型情報
処理装置は、ネットワーク構造情報に含まれるノード及
びノード間のリンクを追加・削除する構造管理部をさら
に含み、構造管理部において、各ノードの追加・削除を
実行時に動的に行うことが好ましい。連続して演算結果
を出力するアプリケーションにおいては、出力が停止し
たり、非連続になることは好ましくないからである。
The network-type information processing apparatus according to the present invention further includes a structure management unit for adding / deleting nodes and links between the nodes included in the network structure information. Preferably, the deletion is performed dynamically at runtime. This is because, in an application that continuously outputs the calculation result, it is not preferable that the output is stopped or discontinuous.

【0012】また、本発明は、上記のようなネットワー
ク型情報処理装置の機能をコンピュータの処理ステップ
として実行するソフトウェアを特徴とするものであり、
具体的には、処理エンジンにおいて、外部からの入力を
前記ネットワーク構造情報に伝達する工程と、ネットワ
ーク構造情報に含まれるノードのうち、入力が変化した
ノードに対して出力結果が不確定となることを示すマー
クを付加又は削除する工程と、ノードの再計算のスケジ
ューリングを行う工程と、ネットワーク構造情報の計算
結果を出力する工程とを含み、入力が変化した場合に、
入力と依存関係を有するノードにマークを付加し、マー
クが付加されたノードの中で、入力がマークが付加され
ていない状態のノードからの出力のみであるノードから
スケジューリングして再計算し、再計算が完了したらマ
ークが付加されているノードからマークを削除し、マー
クの付加されたノードがネットワーク構造情報の中に存
在しなくなるまで再計算を繰り返すネットワーク型情報
処理方法並びにそのような工程をプログラムとして記録
したコンピュータ読み取り可能な記録媒体であることを
特徴とする。
Further, the present invention is characterized by software for executing the functions of the above-mentioned network type information processing apparatus as processing steps of a computer.
Specifically, in the processing engine, a step of transmitting an external input to the network structure information, and an output result is uncertain for a node whose input has changed among the nodes included in the network structure information. A step of adding or deleting a mark indicating, and a step of scheduling recalculation of the node, including a step of outputting the calculation result of the network structure information, when the input has changed,
A mark is added to a node having a dependency relationship with an input, and scheduling is performed from a node having an input that is only an output from a node in a state where the mark is not added, and recalculation is performed. When the calculation is completed, the mark is deleted from the node to which the mark is added, and the recalculation is repeated until the node with the mark no longer exists in the network structure information. It is a computer-readable recording medium recorded as a computer.

【0013】かかる構成により、コンピュータ上へ当該
プログラムをロードさせ実行することで、マークの付加
及び削除によって再計算の必要であるノードであるか否
かを制御でき、再計算の必要であるノードのみ再計算す
れば適切な順序で、しかも最小の演算時間で処理を実行
することが可能となるネットワーク型情報処理装置を実
現することが可能となる。
With this configuration, by loading and executing the program on the computer, it is possible to control whether or not the node needs to be recalculated by adding or deleting a mark. If recalculation is performed, it is possible to realize a network-type information processing apparatus that can execute processing in an appropriate order and with a minimum operation time.

【0014】[0014]

【発明の実施の形態】(実施の形態1)以下、本発明の
実施の形態1にかかるネットワーク型情報処理装置につ
いて、図面を参照しながら説明する。図1は本発明の実
施の形態1にかかるネットワーク型情報処理装置のブロ
ック構成図である。図1において、1は処理エンジン
を、2はネットワーク構造情報を示す。
(Embodiment 1) Hereinafter, a network type information processing apparatus according to Embodiment 1 of the present invention will be described with reference to the drawings. FIG. 1 is a block diagram of the network-type information processing apparatus according to the first embodiment of the present invention. In FIG. 1, 1 indicates a processing engine, and 2 indicates network structure information.

【0015】処理エンジン1は、入力された情報をネッ
トワーク構造情報へ伝える入力管理部3と、ネットワー
ク構造情報2に含まれるノードにマークを付加又は削除
するマーク付加・削除部4と、ノードやリンクの生成・
削除等を行う構造管理部5と、ノード再計算の順序を正
しくスケジューリングするスケジューリング部6と、ネ
ットワーク構造情報2からの出力を取得して出力する出
力管理部7で構成されている。
The processing engine 1 includes an input management unit 3 for transmitting input information to network structure information, a mark addition / deletion unit 4 for adding or deleting a mark to a node included in the network structure information 2, a node and a link. Generation of
The structure includes a structure management unit 5 for performing deletion and the like, a scheduling unit 6 for correctly scheduling the order of node recalculation, and an output management unit 7 for acquiring and outputting an output from the network structure information 2.

【0016】また、ネットワーク構造情報2は、任意の
数の入出力を有するノードと、それらの依存関係を示す
方向性を有するリンクとで構成されている。例えば、リ
ンク17はノード8からの出力に依存しており、ノード
8の出力が変化した場合には、ノード11を再計算する
必要が生じること、及びノード8がノード11よりも先
に出力を決定していなければならないことを意味してい
る。
The network structure information 2 is composed of nodes having an arbitrary number of inputs and outputs and links having directionality indicating their dependencies. For example, the link 17 depends on the output from the node 8, and when the output of the node 8 changes, it is necessary to recalculate the node 11, and the node 8 outputs the output before the node 11. It means that you have to decide.

【0017】まず、入力管理部3において、入力された
情報をネットワーク構造情報2に伝える。ここで、入力
が一定不変の場合には、ネットワーク構造情報2の出力
も一定となる。例えば、画面に表示されているキャラク
タの行動決定に本実施の形態1にかかる装置を用いる場
合には、外部の環境が変わらない限りキャラクタの選択
する行動は変化しない。したがって、入力管理部3で
は、ネットワーク構造情報2にかかる入力を伝えるか否
かについても制御することができる。こうすることで、
不要な演算を回避することができ、計算機資源の無駄遣
いを防止することができる。
First, the input management unit 3 transmits the input information to the network structure information 2. Here, when the input is constant, the output of the network structure information 2 is also constant. For example, when the device according to the first embodiment is used for determining the action of the character displayed on the screen, the action selected by the character does not change unless the external environment changes. Therefore, the input management unit 3 can also control whether or not to transmit an input relating to the network structure information 2. By doing this,
Unnecessary operations can be avoided, and waste of computer resources can be prevented.

【0018】次に、入力の変化を検知した場合において
は、マーク付加・削除部4が起動される。マーク付加・
削除部4は、ノードの出力が未決定であるノード、すな
わち変化した入力によって再計算を行う必要が生じる可
能性のあるノードについてマークを付与する。図2に、
入力16が変化した場合のネットワーク構造情報のマー
ク状況図を示す。なお、マーク付加・削除部4は、変化
があった入力から依存するノードを追跡して依存関係の
あるノードにマークを付与していくことになるが、この
場合の付与効率を考えると、以下に示すような深さ優先
探索に従ってマークを付与していくことが好ましい。
Next, when a change in the input is detected, the mark addition / deletion unit 4 is activated. Mark addition
The deletion unit 4 adds a mark to a node whose output is undecided, that is, a node that may need to be recalculated due to a changed input. In FIG.
FIG. 7 shows a mark situation diagram of network structure information when input 16 changes. Note that the mark addition / deletion unit 4 traces the dependent nodes from the changed input and assigns marks to the nodes having the dependency. In consideration of the assignment efficiency in this case, It is preferable to add marks according to a depth-first search as shown in FIG.

【0019】例えば図2において、入力16はノード9
にリンクしているので、まずノード9にマークが付与さ
れる。次に、ノード9はリンク18を経てノード10と
依存関係があるので、ノード10にもマークが付与され
る。
For example, in FIG.
, A mark is first added to the node 9. Next, since the node 9 has a dependency relationship with the node 10 via the link 18, the node 10 is also marked.

【0020】ここで、ノード9はリンク19を経てノー
ド12とも依存関係を有するが、同時にノード12はノ
ード10ともリンク22を通じて依存関係を有してい
る。本発明においては、ネットワークにおけるリンク階
層の深さが浅いノードを優先して探索を行いながらマー
クを付与していくので、ノード12はノード10よりも
リンク階層が深いノードであると判断され、ノード12
についてはこの時点でのマーク付与対象とはならない。
Here, the node 9 has a dependency with the node 12 via the link 19, but at the same time, the node 12 also has a dependency with the node 10 through the link 22. In the present invention, nodes are given a mark while performing a search with priority given to a node having a shallow link hierarchy in the network. Therefore, it is determined that the node 12 is a node having a deeper link hierarchy than the node 10, and 12
Is not a target for marking at this time.

【0021】そして、ノード10にマークが付与された
ことで、リンク21を経てノード13にマークが付与さ
れる。ノード13の出力24はネットワーク構造情報2
の出力であるので、これ以上深く探索することができな
い。そこで、1リンクだけ前に戻って、ノード10から
リンク22を経てノード12にマークが付与される。
When the mark is given to the node 10, the mark is given to the node 13 via the link 21. The output 24 of the node 13 is the network structure information 2
, So we cannot search deeper. Therefore, returning to the previous position by one link, a mark is added to the node 12 from the node 10 via the link 22.

【0022】以下、同様にしてノード14についてもマ
ークを付与することで、図2におけるハッチング部にマ
ークを付与することになる。なお、ノード12はノード
9からリンク19を経ることによってもマーク付与され
得るが、この時点で既にマークが付与された状態となっ
ているので、特にこれより先のマーク状態を考慮する必
要はない。
In the following, a mark is given to the node 14 in the same manner, so that a mark is given to the hatched portion in FIG. Note that the node 12 can be marked by passing the link 19 from the node 9. However, since the mark has already been added at this point, there is no need to consider the mark state further ahead. .

【0023】次に、構造管理部5では、ネットワーク構
造情報2内におけるノードの新たな追加や削除等を行
う。ノードを追加して新たなリンクを構築する際に、既
存のノード及びリンクに対しては何ら影響は与えないよ
うにすることで、新たな判断基準の追加、いわゆる学習
条件の追加に該当するようなノードの追加を動的に行う
ことができる。すなわち、ノード追加時にプログラム自
体を停止する必要もなく、実行中であっても新たなノー
ドを追加することができる。
Next, the structure management section 5 newly adds or deletes a node in the network structure information 2. When a new link is constructed by adding a node, the existing node and link are not affected at all, so that a new criterion is added, that is, a so-called learning condition is added. New nodes can be dynamically added. That is, there is no need to stop the program itself when adding a node, and a new node can be added even during execution.

【0024】さらに、スケジューリング部6において、
マークの付加されているノードのうち、入力がマークが
付与されていない状態のノードからの出力のみであるノ
ードを探索してスケジューリングする。例えば図2にお
いては、かかる状態のノードはノード9に限定される。
Further, in the scheduling unit 6,
Among nodes to which the mark is added, a node whose input is only an output from a node to which the mark is not added is searched for and scheduled. For example, in FIG. 2, the node in such a state is limited to the node 9.

【0025】スケジューリングされたノードから再計算
を行うことになる。ここで、スケジューリングされたノ
ードへの入力が、前回の入力と比較して変化してしない
場合と変化している場合について以下のように処理を行
う。
The recalculation will be performed from the scheduled node. Here, the following processing is performed for the case where the scheduled input to the node has not changed compared to the previous input and the case where the input has changed.

【0026】まず、入力が変化していない場合には、前
回の計算結果を再利用することで、全体の演算量を減ず
ることが可能となり、ひいては計算機資源の無駄遣いの
防止につながる。
First, when the input has not changed, the total calculation amount can be reduced by reusing the previous calculation result, which leads to prevention of waste of computer resources.

【0027】一方、入力が変化している場合には、ノー
ドを再評価することで、新しい出力を計算する。再計算
すると同時に、マーク付加・削除部4によって再計算を
行ったノードのマークが解除される。図2においては、
ノード9の再計算が終わったらノード9のマークを解除
することになる。
On the other hand, if the input has changed, a new output is calculated by re-evaluating the node. At the same time as the recalculation, the mark of the recalculated node is released by the mark addition / deletion unit 4. In FIG.
When the recalculation of the node 9 is completed, the mark of the node 9 is released.

【0028】すべてのノードについて、マークが解除さ
れているのを確認できるまで、再計算を繰り返す。そし
て、マークが完全に解除された時点の演算結果を出力管
理部で出力する。
Recalculation is repeated for all nodes until it is confirmed that the mark has been released. Then, the calculation result at the time when the mark is completely released is output by the output management unit.

【0029】図3から図5に上述したマークに関する処
理の進行状況を図示する。すなわち、まず図3では、ノ
ード9がスケジュールされてマークを解除した状態を示
している。ここで、次にスケジュール可能なノードを探
索すると、ノード10とノード12が考えられるが、ど
ちらを先にスケジュールしても演算の最終結果には影響
しない。
FIGS. 3 to 5 show the progress of the processing relating to the mark described above. That is, FIG. 3 shows a state where the node 9 is scheduled and the mark is released. Here, when searching for the next schedulable node, the nodes 10 and 12 can be considered. However, whichever is scheduled first does not affect the final result of the calculation.

【0030】そこで、まずノード10をスケジュールし
た状態を図4に示す。図4において、次にスケジュール
可能なノードは、ノード12とノード13であるので、
これらのノードについても並列に、あるいは順にスケジ
ュールした状態を図5に示す。
FIG. 4 shows a state in which the node 10 is first scheduled. In FIG. 4, the next schedulable nodes are node 12 and node 13,
FIG. 5 shows a state in which these nodes are scheduled in parallel or in order.

【0031】図5において、最後に残っているノードは
ノード14だけとなっているので、最後にノード14を
スケジュールすることで、すべてのノードについて、マ
ークが解除されていることになる。
In FIG. 5, since the last remaining node is only the node 14, by scheduling the node 14 at the end, the marks are removed from all the nodes.

【0032】なお、本実施の形態1において、ノードへ
の入力が変化したか否かの判断には、例えばノードのス
ケジュール時に前回の演算結果と比較する方法を用いる
ことができる。ただし、かかる方法に限定されるもので
はなく、同様の効果を有する方法で有ればどのような方
法でも良い。例えば、ノードの演算結果出力が変化した
場合に参照している他のノードにフラグを立てるといっ
た方法であっても良い。例えば、図2において、ノード
9を再評価した結果、演算出力値が変化した場合には、
ノード10とノード12に入力が変化していることを示
すフラグを設定するといった方法も考えられる。
In the first embodiment, a method of comparing with a previous calculation result at the time of scheduling a node can be used to determine whether or not the input to the node has changed. However, the method is not limited to such a method, and any method may be used as long as it has a similar effect. For example, a method may be used in which when the operation result output of a node changes, a flag is set for another node referred to. For example, in FIG. 2, when the operation output value changes as a result of re-evaluating the node 9,
A method of setting a flag indicating that the input has changed in the nodes 10 and 12 is also conceivable.

【0033】また、入力が変化しない場合においては、
ノード出力も変化しないことから再計算は不要となる
が、入力が変化した場合であってもノード出力が変化し
ない場合も考え得る。例えば、図6に示すような単純な
ノードで考えると、このノードへの入力値がたとえ1か
ら100に変化したとしても出力値は常に“TRUE”であ
る。したがって、入力値が変化したとしてもその出力値
が変化する場合もあれば変化しない場合もあるので、出
力値のみを判断基準として、再計算の必要性を判断すれ
ば良い。
When the input does not change,
Since the node output does not change, recalculation is unnecessary. However, even if the input changes, the node output may not change. For example, considering a simple node as shown in FIG. 6, even if the input value to this node changes from 1 to 100, the output value is always "TRUE". Therefore, even if the input value changes, the output value may or may not change. Therefore, the necessity of recalculation may be determined based only on the output value.

【0034】次に、本実施の形態1にかかるネットワー
ク型情報処理装置の一実施例について図面を参照しなが
ら説明する。図7は、本発明の一実施例にかかるネット
ワーク型情報処理装置の構成図である。図7は、本実施
の形態1にかかるネットワーク型情報処理装置を仮想生
物の感情・行動選択装置へ応用したものである。図7に
おいて、27は画像表示装置を、28は処理エンジン
を、29はネットワーク構造情報を、30は入力管理装
置を、31はマーク付加・削除装置を、32は構造管理
装置を、33はスケジューラを、34は出力管理装置
を、それぞれ示す。
Next, an example of the network type information processing apparatus according to the first embodiment will be described with reference to the drawings. FIG. 7 is a configuration diagram of a network type information processing apparatus according to one embodiment of the present invention. FIG. 7 shows an application of the network-type information processing apparatus according to the first embodiment to an emotion / action selection apparatus for a virtual creature. In FIG. 7, 27 is an image display device, 28 is a processing engine, 29 is network structure information, 30 is an input management device, 31 is a mark addition / deletion device, 32 is a structure management device, and 33 is a scheduler. Denotes an output management device.

【0035】まず、画像表示装置27は仮想生物によっ
て選択された行動を実際に画像で表現する装置を示し、
コンピュータディスプレイやLCD等が良く用いられ
る。画像表示装置27は、仮想生物が選択した行動を表
示すると同時に、表示の結果についても計算し、例えば
仮想生物の位置や仮想生物が存在する世界の情報である
明るさや気温、風向き等についても出力することが可能
となっている。
First, an image display device 27 is a device for actually expressing an action selected by a virtual creature in an image.
Computer displays and LCDs are often used. The image display device 27 displays the action selected by the virtual creature and, at the same time, calculates the display result, and outputs, for example, the brightness, temperature, wind direction, and the like, which are information on the position of the virtual creature and the world where the virtual creature exists. It is possible to do.

【0036】また、処理エンジン28は、画像表示装置
27からの外部の状態を外部情報ノード35を介するこ
とでネットワーク構造情報29へ伝える。そして、ネッ
トワーク構造情報29において、内部の状態を計算して
いる。例えば外部の明るさノード36の出力が変化した
り、あるいは仮想生物の活動力ノード37の出力が変化
することによって、仮想生物の感情・行動が選択され
る。
Further, the processing engine 28 transmits the external state from the image display device 27 to the network structure information 29 via the external information node 35. Then, the internal state is calculated in the network structure information 29. For example, by changing the output of the external brightness node 36 or changing the output of the activity node 37 of the virtual creature, the emotion / behavior of the virtual creature is selected.

【0037】本実施例では、例えば眠気ノード38は、
外部が暗くて仮想生物の活動力が低い場合に大きくなる
という行動決定モデルを示している。同様に、空腹感ノ
ード39は、活動力が高い状態が継続されると上昇して
いくという感情決定モデルも実現している。行動選択ノ
ード40は、これらの情報を総合的に判断して優先順位
をつけて、次に行うべき行動を出力する。
In this embodiment, for example, the drowsiness node 38
The behavior determination model shows that the behavior becomes larger when the outside is dark and the activity of the virtual creature is low. Similarly, the hunger node 39 also realizes an emotion determination model in which the hunger node 39 increases as the state of high activity continues. The action selection node 40 comprehensively judges these pieces of information, assigns priorities, and outputs the action to be performed next.

【0038】また、図8は、図7に示すネットワーク型
情報処理装置におけるネットワーク構造情報29に構造
管理装置32が新たなノードとして幸福感ノード41を
追加したものである。ここでは、眠気ノード38と空腹
感ノード39からの入力と行動選択ノード40への出力
が新たに設定されており、既存のノードについての依存
関係については何ら影響を与えていない。従って、「幸
福感」という行動選択上の新たな判断基準が追加された
形になっていることがわかる。
FIG. 8 is a diagram in which the structure management device 32 adds a happy node 41 as a new node to the network structure information 29 in the network type information processing device shown in FIG. Here, the input from the drowsiness node 38 and the hunger node 39 and the output to the action selection node 40 are newly set, and have no influence on the dependency of the existing nodes. Accordingly, it can be seen that a new criterion for selecting the action of "happiness" has been added.

【0039】さらに、図9においては、目的地選択ノー
ド44を追加して行動選択ノード40とリンクしたもの
である。この場合、入力された距離が一定の距離よりも
近くなると、当該位置を目的地とする。この目的地選択
ノード44に対する入力として、例えば餌までの距離ノ
ード42や、巣までの距離ノード43等に、構造管理装
置32が切り替えることで、状況に応じた目的地の変更
を行うことが可能となる。
Further, in FIG. 9, a destination selection node 44 is added and linked to the action selection node 40. In this case, when the input distance is shorter than a certain distance, the position is set as the destination. As an input to the destination selection node 44, for example, the structure management device 32 switches to a distance node 42 to the bait, a distance node 43 to the nest, and the like, so that the destination can be changed according to the situation. Becomes

【0040】もちろん、構造管理装置32の切り替えに
よっては、目的地選択ノード44における判断基準のみ
が変化するのであるから、既存のノードについての依存
関係には何ら影響を与えていない。したがって、構造管
理装置32の切り替えは、プログラムの実行中であって
も、プログラムを停止することなく動的に行うことが可
能である。
Of course, depending on the switching of the structure management device 32, only the criterion at the destination selection node 44 changes, so that there is no influence on the dependency relation of the existing nodes. Therefore, switching of the structure management device 32 can be performed dynamically without stopping the program, even during execution of the program.

【0041】以上のように本実施の形態1によれば、ネ
ットワーク構造情報の更新を、ノードのついてソートす
るという独立したプロセスを経ることなく行うことがで
き、ノード間の依存関係を自由に変更することが可能と
なる。また、ノードの追加・削除等によってネットワー
ク構造に変化が生じた場合であっても、処理を中断する
ことなく連続して実行することが可能となる。
As described above, according to the first embodiment, the updating of the network structure information can be performed without going through an independent process of sorting the nodes, and the dependency between the nodes can be freely changed. It is possible to do. Further, even when a change occurs in the network structure due to addition / deletion of a node or the like, processing can be continuously performed without interrupting processing.

【0042】(実施の形態2)次に本発明の実施の形態
2について、図面を参照しながら説明する。
(Embodiment 2) Next, Embodiment 2 of the present invention will be described with reference to the drawings.

【0043】図10は本発明の実施の形態2にかかるネ
ットワーク型情報処理装置におけるネットワーク構造情
報2の例示図である。図10においては、ネットワーク
構造情報2の一部をグループ化し、そのグループ26を
一つのノードとして取り扱っている。
FIG. 10 is a view showing an example of the network structure information 2 in the network type information processing apparatus according to the second embodiment of the present invention. In FIG. 10, a part of the network structure information 2 is grouped, and the group 26 is treated as one node.

【0044】具体的には、ノード10、ノード11、ノ
ード12を一つのグループ26とし、グループ26を入
力が17及び18、出力が20、23である一つのノー
ドとして取り扱う。この場合、例えば入力16が変化し
た場合には、グループ化しない状態においてはノード
9、ノード10、ノード12、ノード13、ノード14
の5つのノードにマークが付加されていた。
More specifically, the node 10, the node 11, and the node 12 are treated as one group 26, and the group 26 is treated as one node having inputs 17 and 18 and outputs 20 and 23. In this case, for example, when the input 16 changes, the node 9, the node 10, the node 12, the node 13, and the node 14 are set in a state where no grouping is performed.
Marks were added to the five nodes.

【0045】これを、グループ化して図11に示すよう
に一つのノードとして内部を隠蔽すると、同じく入力1
6が変化した場合には、ノード9、ノード26、ノード
13、ノード14の4つのノードにマークが付加される
ことになり、ノード構造が単純化することでマーク数が
減少する。
When these are grouped and the inside is concealed as one node as shown in FIG.
If 6 changes, marks will be added to four nodes, node 9, node 26, node 13, and node 14, and the number of marks will be reduced by simplifying the node structure.

【0046】また、ノード9の出力に変化が無かった場
合には、ノード26の内部についていっさいスケジュー
リングする必要が生じない。したがって、グループ化す
ることによって、全体の演算量を減少させることができ
るという利益を享受することが可能となる。
If there is no change in the output of the node 9, there is no need to perform any scheduling inside the node 26. Therefore, by grouping, it is possible to enjoy the advantage that the total amount of calculation can be reduced.

【0047】以上のように本実施の形態2によれば、複
数のノードを一つのノードと認識することで、考慮すべ
きリンクの数を減少させることができ、演算処理時間の
短縮化を図ることができる。また、ノードの組合せによ
って、新たな機能を有するノードを生成することが容易
となり、プログラムの部品化を促進することも期待でき
る。
As described above, according to the second embodiment, by recognizing a plurality of nodes as one node, it is possible to reduce the number of links to be considered and to shorten the calculation processing time. be able to. In addition, the combination of nodes makes it easy to generate a node having a new function, and can be expected to promote the implementation of program components.

【0048】次に、本発明の実施の形態1にかかるネッ
トワーク型情報処理装置を実現するプログラムの処理の
流れについて説明する。図12に本発明の実施の形態1
にかかるネットワーク型情報処理装置を実現するプログ
ラムの処理の流れ図を示す。
Next, the flow of processing of a program for realizing the network-type information processing apparatus according to the first embodiment of the present invention will be described. FIG. 12 shows Embodiment 1 of the present invention.
Is a flowchart of processing of a program for realizing a network-type information processing apparatus according to the first embodiment.

【0049】まず、入力管理部において、新たな入力を
検出すると(ステップS121)、当該入力に応じて、
入力されるノードと依存関係にあるノードについてマー
ク付加・削除部がマークを付与する(ステップS12
2)。
First, when a new input is detected in the input management unit (step S121), according to the input,
The mark addition / deletion unit adds a mark to a node that is dependent on the input node (step S12).
2).

【0050】次に、スケジューリング部がマークの付与
されたノードの中から入力がマークの付与されていない
ノードからの出力のみであるノードを探索し、探索され
たノードをスケジューリングする(ステップS12
3)。かかるノードの処理を最初に行う必要があるから
である。入力直後においては、入力されたノードがスケ
ジューリングされることになる。
Next, the scheduling unit searches the marked nodes for a node whose input is only an output from the unmarked node, and schedules the searched node (step S12).
3). This is because it is necessary to perform the processing of such a node first. Immediately after the input, the input node is scheduled.

【0051】そして、スケジューリングされたノードへ
の入力の内容について、当該ノードへの前回に行われた
入力と変化があるか否かについて判断する(ステップS
124)。前回の入力内容と変化がない場合には、今回
の出力についても前回と同様の出力値となるので(ステ
ップS124:No)、前回の演算結果を出力値として
利用することで再計算を行わない(ステップS12
5)。こうすることで、部だな演算時間を省略して演算
時間の短縮化を図ることができるからである。一方、前
回の入力内容と変化がある場合には(ステップS12
4:Yes)、かかる入力の内容に基づいて再計算を行
い、新たな出力値を算出することになる(ステップS1
26)。
Then, it is determined whether or not the contents of the scheduled input to the node are different from the previous input to the node (step S).
124). If there is no change from the previous input content, the output value of the current output is the same as the previous output value (step S124: No), so that the recalculation is not performed by using the previous calculation result as the output value. (Step S12
5). By doing so, it is possible to shorten the calculation time by omitting the calculation time of the shelves. On the other hand, if there is a change from the previous input contents (step S12
4: Yes), recalculation is performed based on the contents of the input, and a new output value is calculated (step S1).
26).

【0052】入出力の行われたノードについては、マー
ク付加・削除部によって付与されたマークが解除される
(ステップS127)。当該ノードに付いての演算処理
が完了したことを示すためである。そして、ネットワー
ク構造情報内の全てのノードについてマークが解除され
るまで上記処理を繰り返し(ステップS128:N
o)、全てのノードについてマークが解除された場合に
は(ステップS128:Yes)、出力管理部において
演算結果を出力することになる(ステップS129)。
For the node for which input / output has been performed, the mark added by the mark adding / deleting unit is released (step S127). This is to indicate that the arithmetic processing for the node has been completed. Then, the above processing is repeated until the marks are released for all the nodes in the network structure information (step S128: N
o), if the marks have been released for all nodes (step S128: Yes), the output management unit outputs the calculation result (step S129).

【0053】本発明の実施の形態にかかるネットワーク
型情報処理装置を実現するプログラムを記憶した記録媒
体は、図13に示す記録媒体の例に示すように、CD−
ROM132−1やフロッピーディスク132−2等の
可搬型記録媒体132だけでなく、通信回線の先に備え
られた他の記憶装置132や、コンピュータ133のハ
ードディスクやRAM等の記録媒体134のいずれでも
良く、プログラム実行時には、プログラムはローディン
グされ、主メモリ上で実行される。
A recording medium storing a program for realizing the network type information processing apparatus according to the embodiment of the present invention is a CD-ROM as shown in the example of the recording medium shown in FIG.
Not only the portable recording medium 132 such as the ROM 132-1 and the floppy disk 132-2, but also any other storage device 132 provided at the end of the communication line, or the recording medium 134 such as a hard disk or a RAM of the computer 133 may be used. When the program is executed, the program is loaded and executed on the main memory.

【0054】また、本発明の実施の形態にかかるネット
ワーク型情報処理装置により生成された各ノードにおけ
る前回の演算処理結果等を記録した記録媒体も、図9に
示す記録媒体の例に示すように、CD−ROM132−
1やフロッピーディスク132−2等の可搬型記録媒体
132だけでなく、通信回線の先に備えられた他の記憶
装置131や、コンピュータ133のハードディスクや
RAM等の記録媒体134のいずれでも良く、例えば本
発明にかかるネットワーク型情報処理装置を利用する際
にコンピュータ133により読み取られる。
Further, the recording medium on which the result of the previous arithmetic processing at each node generated by the network type information processing apparatus according to the embodiment of the present invention is recorded is also the same as the recording medium shown in FIG. , CD-ROM132-
In addition to a portable recording medium 132 such as a floppy disk 1 or a floppy disk 132-2, any other storage device 131 provided at the end of a communication line or a recording medium 134 such as a hard disk or a RAM of a computer 133 may be used. It is read by the computer 133 when using the network type information processing apparatus according to the present invention.

【0055】[0055]

【発明の効果】以上のように本発明にかかるネットワー
ク型情報処理装置によれば、ネットワーク構造情報の更
新を、ノードのついてソートするという独立したプロセ
スを経ることなく行うことができ、ノード間の依存関係
を自由に変更することが可能となる。また、ノードの追
加・削除等によってネットワーク構造に変化が生じた場
合であっても、処理を中断することなく連続して実行す
ることが可能となる。することができる。
As described above, according to the network-type information processing apparatus of the present invention, the updating of the network structure information can be performed without going through the independent process of sorting the nodes. Dependencies can be freely changed. Further, even when a change occurs in the network structure due to addition / deletion of a node or the like, processing can be continuously performed without interrupting processing. can do.

【0056】さらに、本発明にかかるネットワーク型情
報処理装置によれば、マークの付加及び削除によって再
計算の必要であるノードであるか否かを制御でき、再計
算の必要であるノードのみ再計算すれば適切な順序で、
しかも最小の演算時間で処理を実行することが可能とな
る。
Further, according to the network type information processing apparatus according to the present invention, it is possible to control whether or not a node needs recalculation by adding and deleting a mark, and recalculate only the node which needs recalculation. In the right order,
In addition, it is possible to execute the processing with a minimum operation time.

【0057】また、本発明にかかるネットワーク型情報
処理装置によれば、複数のノードを一つのノードと認識
することで、考慮すべきリンクの数を減少させることが
でき、演算処理時間の短縮化を図ることができる。さら
に、ノードの組合せによって、新たな機能を有するノー
ドを生成することが容易となり、プログラムの部品化を
促進することも期待できる。
Further, according to the network-type information processing apparatus of the present invention, the number of links to be considered can be reduced by recognizing a plurality of nodes as one node, and the calculation processing time can be reduced. Can be achieved. Further, the combination of nodes makes it easy to generate a node having a new function, and can be expected to promote the implementation of program components.

【図面の簡単な説明】[Brief description of the drawings]

【図1】 本発明の実施の形態1にかかるネットワーク
型情報処理装置の構成図
FIG. 1 is a configuration diagram of a network-type information processing apparatus according to a first embodiment of the present invention;

【図2】 本発明の実施の形態1にかかるネットワーク
型情報処理装置におけるネットワーク構造情報の説明図
FIG. 2 is an explanatory diagram of network structure information in the network-type information processing device according to the first embodiment of the present invention;

【図3】 本発明の実施の形態1にかかるネットワーク
型情報処理装置におけるマーク処理の例示図
FIG. 3 is an exemplary diagram of a mark process in the network-type information processing apparatus according to the first embodiment of the present invention;

【図4】 本発明の実施の形態1にかかるネットワーク
型情報処理装置におけるマーク処理の例示図
FIG. 4 is an exemplary diagram of mark processing in the network-type information processing apparatus according to the first embodiment of the present invention;

【図5】 本発明の実施の形態1にかかるネットワーク
型情報処理装置におけるマーク処理の例示図
FIG. 5 is an exemplary diagram of mark processing in the network-type information processing apparatus according to the first embodiment of the present invention;

【図6】 本発明の実施の形態1にかかるネットワーク
型情報処理装置におけるノードの例示図
FIG. 6 is an exemplary diagram of a node in the network-type information processing device according to the first embodiment of the present invention;

【図7】 本発明の一実施例にかかるネットワーク型情
報処理装置の構成図
FIG. 7 is a configuration diagram of a network-type information processing apparatus according to an embodiment of the present invention.

【図8】 本発明の他の実施例にかかるネットワーク型
情報処理装置の構成図
FIG. 8 is a configuration diagram of a network-type information processing apparatus according to another embodiment of the present invention.

【図9】 本発明の他の実施例にかかるネットワーク型
情報処理装置の構成図
FIG. 9 is a configuration diagram of a network-type information processing apparatus according to another embodiment of the present invention.

【図10】 本発明の実施の形態2にかかるネットワー
ク型情報処理装置におけるネットワーク構造情報の例示
FIG. 10 is a view showing an example of network structure information in a network-type information processing apparatus according to a second embodiment of the present invention;

【図11】 本発明の実施の形態2にかかるネットワー
ク型情報処理装置におけるネットワーク構造情報の例示
FIG. 11 is a view showing an example of network structure information in a network type information processing apparatus according to a second embodiment of the present invention;

【図12】 本発明の実施の形態1にかかるネットワー
ク型情報処理装置における処理の流れ図
FIG. 12 is a flowchart of a process in the network-type information processing apparatus according to the first embodiment of the present invention;

【図13】 記録媒体の例示図FIG. 13 is an exemplary view of a recording medium.

【符号の説明】[Explanation of symbols]

1、28 処理エンジン 2、29 ネットワーク構造情報 3 入力管理部 4 マーク付加・削除部 5 構造管理部 6 スケジューリング部 7 出力管理部 8、9、10、11、12、13、14、35、36、
37、38、39、40、41、42、43、44 ノ
ード 15、16 入力 17、18、19、20、21、22、23 リンク 24、25 出力 26 グループ 27 画像表示装置 30 入力管理装置 31 マーク付加・削除装置 32 構造管理装置 33 スケジューラ 34 出力管理装置 131 回線先の記憶装置 132 CD−ROMやフロッピーディスク等の可搬型
記録媒体 132−1 CD−ROM 132−2 フロッピーディスク 133 コンピュータ 134 コンピュータ上のRAM/ハードディスク等の
記録媒体
1, 28 processing engine 2, 29 network structure information 3 input management unit 4 mark addition / deletion unit 5 structure management unit 6 scheduling unit 7 output management unit 8, 9, 10, 11, 12, 13, 14, 35, 36,
37, 38, 39, 40, 41, 42, 43, 44 Node 15, 16 Input 17, 18, 19, 20, 21, 22, 23 Link 24, 25 Output 26 Group 27 Image display device 30 Input management device 31 Mark Addition / deletion device 32 structure management device 33 scheduler 34 output management device 131 destination storage device 132 portable recording medium such as CD-ROM or floppy disk 132-1 CD-ROM 132-2 floppy disk 133 computer 134 on computer Recording media such as RAM / hard disk

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 処理エンジンと、ネットワーク構造情報
とで構成されるネットワーク型情報処理装置において、 前記処理エンジンが、外部からの入力を前記ネットワー
ク構造情報に伝達する入力管理部と、 前記ネットワーク構造情報に含まれるノードのうち、入
力が変化したノードに対して出力結果が不確定となるこ
とを示すマークを付加又は削除するマーク付加・削除部
と、 前記ノードの再計算のスケジューリングを行うスケジュ
ーリング部と、 前記ネットワーク構造情報の計算結果を出力する出力管
理部とで構成され、 前記入力管理部からの入力が変化した場合に、前記マー
ク付加・削除部で前記入力と依存関係を有する前記ノー
ドにマークを付加し、前記マークが付加された前記ノー
ドの中で、入力がマークが付加されていない状態の前記
ノードからの出力のみである前記ノードからスケジュー
リングして再計算し、再計算が完了したらマークが付加
されている前記ノードから前記マークを削除し、前記マ
ークの付加された前記ノードが前記ネットワーク構造情
報の中に存在しなくなるまで再計算を繰り返すことを特
徴としたネットワーク型情報処理装置。
1. A network-type information processing apparatus including a processing engine and network structure information, wherein the processing engine transmits an external input to the network structure information, and the network structure information. Among the nodes included in, a mark addition / deletion unit that adds or deletes a mark indicating that the output result is uncertain for the node whose input has changed, and a scheduling unit that performs scheduling of recalculation of the node An output management unit that outputs a calculation result of the network structure information, wherein when an input from the input management unit changes, the mark adding / deleting unit marks the node having a dependency with the input. Is added and the mark is not added to the input in the node to which the mark is added. Scheduling and recalculating from the node that is the only output from the node, and after the recalculation is completed, the mark is deleted from the node to which the mark is added, and the node with the mark is added to the network structure. A network-type information processing apparatus wherein recalculation is repeated until the information does not exist in the information.
【請求項2】 各前記ノードごとに前回の入力と計算結
果を保存し、マークを付加された前記ノードへの入力が
前回と一致する場合には再計算を行わずに、前回の計算
結果を出力とする請求項1記載のネットワーク型情報処
理装置。
2. A previous input and a calculation result are stored for each of the nodes, and when an input to the marked node matches the previous one, the previous calculation result is used without recalculation. 2. The network type information processing apparatus according to claim 1, wherein the information is output.
【請求項3】 前記ネットワーク構造情報に含まれる二
以上の前記ノードを一つのグループとし、前記グループ
を前記ノードとして取り扱う請求項1又は2記載のネッ
トワーク型情報処理装置。
3. The network-type information processing apparatus according to claim 1, wherein two or more nodes included in the network structure information are treated as one group, and the group is treated as the node.
【請求項4】 前記ネットワーク構造情報に含まれる前
記ノード及び前記ノード間のリンクを追加・削除する構
造管理部をさらに含み、 前記構造管理部において、各前記ノードの追加・削除を
実行時に動的に行う請求項1記載のネットワーク型情報
処理装置。
4. A structure management unit for adding / deleting the nodes and links between the nodes included in the network structure information, wherein the structure management unit dynamically adds / deletes each of the nodes at the time of execution. The network-type information processing apparatus according to claim 1, wherein
【請求項5】 処理エンジンと、ネットワーク構造情報
とを用いるネットワーク型情報処理方法であって、 前記処理エンジンにおいて、外部からの入力を前記ネッ
トワーク構造情報に伝達する工程と、 前記ネットワーク構造情報に含まれるノードのうち、入
力が変化したノードに対して出力結果が不確定となるこ
とを示すマークを付加又は削除する工程と、 前記ノードの再計算のスケジューリングを行う工程と、 前記ネットワーク構造情報の計算結果を出力する工程と
を含み、 前記入力が変化した場合に、前記入力と依存関係を有す
る前記ノードにマークを付加し、前記マークが付加され
た前記ノードの中で、入力がマークが付加されていない
状態の前記ノードからの出力のみである前記ノードから
スケジューリングして再計算し、再計算が完了したらマ
ークが付加されている前記ノードから前記マークを削除
し、前記マークの付加された前記ノードが前記ネットワ
ーク構造情報の中に存在しなくなるまで再計算を繰り返
すことを特徴とするネットワーク型情報処理方法。
5. A network-type information processing method using a processing engine and network structure information, wherein the processing engine includes a step of transmitting an external input to the network structure information; Adding or deleting a mark indicating that the output result is uncertain for the node whose input has changed among the nodes to be input, scheduling the recalculation of the node, and calculating the network structure information Outputting a result, wherein when the input changes, a mark is added to the node having a dependency relationship with the input, and in the node to which the mark has been added, an input is marked. Scheduling and recalculating from the node that is the only output from the node that is not When the process is completed, the mark is deleted from the node to which the mark is added, and re-calculation is repeated until the node to which the mark is added does not exist in the network structure information. Method.
【請求項6】 処理エンジンと、ネットワーク構造情報
とを用いるネットワーク型情報処理方法を実現するコン
ピュータに実行させるプログラムを記録したコンピュー
タ読み取り可能な記録媒体であって、 前記処理エンジンにおいて、外部からの入力を前記ネッ
トワーク構造情報に伝達するステップと、 前記ネットワーク構造情報に含まれるノードのうち、入
力が変化したノードに対して出力結果が不確定となるこ
とを示すマークを付加又は削除するステップと、 前記ノードの再計算のスケジューリングを行うステップ
と、 前記ネットワーク構造情報の計算結果を出力するステッ
プとを含み、 前記入力が変化した場合に、前記入力と依存関係を有す
る前記ノードにマークを付加し、前記マークが付加され
た前記ノードの中で、入力がマークが付加されていない
状態の前記ノードからの出力のみである前記ノードから
スケジューリングして再計算し、再計算が完了したらマ
ークが付加されている前記ノードから前記マークを削除
し、前記マークの付加された前記ノードが前記ネットワ
ーク構造情報の中に存在しなくなるまで再計算を繰り返
すことを特徴とするコンピュータに実行させるプログラ
ムを記録したコンピュータ読み取り可能な記録媒体。
6. A computer-readable recording medium storing a program to be executed by a computer for realizing a network-type information processing method using a processing engine and network structure information, wherein the processing engine has an external input. Transmitting to the network structure information, and adding or deleting a mark indicating that an output result is uncertain for a node whose input has changed among the nodes included in the network structure information, Scheduling a recalculation of a node, and outputting a calculation result of the network structure information, and when the input changes, adding a mark to the node having a dependency with the input, If the input is marked, Scheduling and recalculation from the node that is only the output from the node in the non-added state, and when the recalculation is completed, the mark is deleted from the node to which the mark is added, and the mark is added. A computer-readable recording medium recording a program to be executed by a computer, wherein re-calculation is repeated until the node does not exist in the network structure information.
JP11171886A 1999-06-18 1999-06-18 Device and method for network type information processing Pending JP2001005678A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11171886A JP2001005678A (en) 1999-06-18 1999-06-18 Device and method for network type information processing

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11171886A JP2001005678A (en) 1999-06-18 1999-06-18 Device and method for network type information processing

Publications (1)

Publication Number Publication Date
JP2001005678A true JP2001005678A (en) 2001-01-12

Family

ID=15931630

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11171886A Pending JP2001005678A (en) 1999-06-18 1999-06-18 Device and method for network type information processing

Country Status (1)

Country Link
JP (1) JP2001005678A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010511235A (en) * 2006-12-01 2010-04-08 マーレックス ソシエテ パール アクシオン サンプリフィエ Producer graph oriented programming framework with scenario support
JP2010511234A (en) * 2006-12-01 2010-04-08 マーレックス ソシエテ パール アクシオン サンプリフィエ Producer graph oriented programming and execution
JP2010511233A (en) * 2006-12-01 2010-04-08 マーレックス ソシエテ パール アクシオン サンプリフィエ Parallelization and instrumentation in producer graph oriented programming frameworks
US8055885B2 (en) 2004-03-29 2011-11-08 Japan Science And Technology Agency Data processing device for implementing instruction reuse, and digital data storage medium for storing a data processing program for implementing instruction reuse
JP2014238190A (en) * 2013-06-06 2014-12-18 三菱電機株式会社 Indoor environment adjustment apparatus

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8055885B2 (en) 2004-03-29 2011-11-08 Japan Science And Technology Agency Data processing device for implementing instruction reuse, and digital data storage medium for storing a data processing program for implementing instruction reuse
JP2010511235A (en) * 2006-12-01 2010-04-08 マーレックス ソシエテ パール アクシオン サンプリフィエ Producer graph oriented programming framework with scenario support
JP2010511234A (en) * 2006-12-01 2010-04-08 マーレックス ソシエテ パール アクシオン サンプリフィエ Producer graph oriented programming and execution
JP2010511233A (en) * 2006-12-01 2010-04-08 マーレックス ソシエテ パール アクシオン サンプリフィエ Parallelization and instrumentation in producer graph oriented programming frameworks
US9201766B2 (en) 2006-12-01 2015-12-01 Murex S.A.S. Producer graph oriented programming framework with scenario support
US9424050B2 (en) 2006-12-01 2016-08-23 Murex S.A.S. Parallelization and instrumentation in a producer graph oriented programming framework
US10083013B2 (en) 2006-12-01 2018-09-25 Murex S.A.S. Producer graph oriented programming and execution
US10481877B2 (en) 2006-12-01 2019-11-19 Murex S.A.S. Producer graph oriented programming and execution
JP2014238190A (en) * 2013-06-06 2014-12-18 三菱電機株式会社 Indoor environment adjustment apparatus

Similar Documents

Publication Publication Date Title
JP5707011B2 (en) Integrated branch destination / predicate prediction
JP5149225B2 (en) Test case generation apparatus and test case generation method
US9165089B2 (en) Presenting unique search result contexts
JP5107131B2 (en) Test case generation device, generation method thereof, and program for test case generation
US8126994B2 (en) Simulation techniques in a distributed computer system
JP2013003664A (en) Information processing apparatus and method
Jawarneh et al. Sequential insertion heuristic with adaptive bee colony optimisation algorithm for vehicle routing problem with time windows
CN111111201A (en) Skill creating method, skill creating device, skill creating server and skill creating medium based on game
CN110134215A (en) Data processing method, device, electronic equipment and readable storage medium storing program for executing
US8863084B2 (en) Methods, apparatuses, and computer-readable media for computing checksums for effective caching in continuous distributed builds
JP2022078286A (en) Training method and training device for data processing model, electronic equipment and storage medium
US7895026B1 (en) Multi-rate simulation scheduler for synchronous digital circuits in a high level modeling system
JP2001005678A (en) Device and method for network type information processing
JP5948399B2 (en) Information recording apparatus, method and program
CN109657088A (en) A kind of picture risk checking method, device, equipment and medium
Jensen et al. Real-time strategy synthesis for timed-arc Petri net games via discretization
US20110200040A1 (en) Extremum route determining engine and method
WO2018032897A1 (en) Method and device for evaluating packet forwarding performance and computer storage medium
CN108295478A (en) A kind of method, equipment and readable medium for establishing social networks
US8601415B2 (en) Planning for hardware-accelerated functional verification
JP2008250838A (en) Software generation device, method and program
JP4357442B2 (en) Plan execution device, plan execution method and program
CN104881305B (en) Load Fragment method and terminal
JP6196265B2 (en) Program, information processing apparatus and control method
JP6254352B2 (en) Apparatus and method for processing invalid operation of loop prologue or epilogue

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20050803

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20050915

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20060123