JPH06332714A - Self-pr system for object - Google Patents

Self-pr system for object

Info

Publication number
JPH06332714A
JPH06332714A JP5122761A JP12276193A JPH06332714A JP H06332714 A JPH06332714 A JP H06332714A JP 5122761 A JP5122761 A JP 5122761A JP 12276193 A JP12276193 A JP 12276193A JP H06332714 A JPH06332714 A JP H06332714A
Authority
JP
Japan
Prior art keywords
data
class
processing
instance
self
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
JP5122761A
Other languages
Japanese (ja)
Inventor
Tadamitsu Ryu
忠光 龍
Hiroyuki Izumi
寛幸 泉
Masahiko Murakawa
雅彦 村川
Masanobu Toyoda
雅信 豊田
Takeshi Adachi
武史 足立
Naomi Ichikawa
なおみ 市川
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 JP5122761A priority Critical patent/JPH06332714A/en
Publication of JPH06332714A publication Critical patent/JPH06332714A/en
Withdrawn legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To handle even a method as one of objects, to facilitate a countermeasure to a processing request having a new purpose by skillfully combining each object based on a still model, dynamic model, and functional model, and to attain the self-PR of each object in order to efficiently reuse the existing object. CONSTITUTION:The objects in a functional model 431 are organized, and a class is generated by a class schema 312 in an inside schema 310 corresponding to the applied processing request. Then, an instance for facilitating a countermeasure to the processing request is generated by an instance schema 316 corresponding to the obtained class, and the instance is executed. At the time of registering each prepared object, information for self-PR is automatically and manually set in a file, the detail contents are outputted according to a request from a user, and the input of necessary data is instructed.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明はオブジェクト指向データ
処理システムにおけるオブジェクトの自己PR方式に関
する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an object self-PR system in an object-oriented data processing system.

【0002】実世界をオブジェクト・モデルとみなして
把握し,当該実世界を外延的外辞と内包とに対応づけ,
内包を情報隠蔽された領域に置き,当該内包を特定する
いわばiD情報を外延的外辞と対応づけて構成し,当該
外延的外辞を用いて,上記実世界を,オブジェクトの世
界を構成する静的世界と動的世界とで表現しておき,当
該静的世界についてはクラスおよび/または複合クラス
によってシステムの仕組みを与え,当該動的世界につい
ては,上記クラスおよび/または複合クラスのインスタ
ンスによって当該動的モデルの動きを与えるようにした
オブジェクト指向データ処理システムにおいて,既存の
オブジェクトを有効に再利用するためのオブジェクトの
自己PR方式に関する。
The real world is regarded as an object model and grasped, and the real world is associated with an extensional external expression and a comprehension,
Place the comprehension in the area where information is hidden, configure the so-called iD information that identifies the comprehension so as to correspond to an extensive adjective, and use the extensional adjective to construct the real world into the object world The static world and the dynamic world are expressed in advance, the system mechanism is given to the static world by a class and / or a composite class, and the dynamic world is given by an instance of the above class and / or a composite class. The present invention relates to an object self-PR method for effectively reusing an existing object in an object-oriented data processing system adapted to give a motion of the dynamic model.

【0003】[0003]

【従来の技術】図19は本発明の場合の如くオブジェク
トをカプセル化する利点を説明する図である。例えば実
行処理データ214を例にとると,図19(A)に示す
如く,当該実行処理データは一連の命令(又は命令群)
250を処理順にシリヤライズされたものとして与えら
れる。これらの命令(又は命令群)250の幾つかがま
とまって,所定の処理を実行する即ち或る振る舞いを行
う処理単位251を構成する。
2. Description of the Related Art FIG. 19 is a diagram for explaining the advantage of encapsulating an object as in the case of the present invention. For example, taking the execution processing data 214 as an example, as shown in FIG. 19A, the execution processing data is a series of instructions (or a group of instructions).
250 is given as serialized in processing order. Some of these commands (or a group of commands) 250 collectively form a processing unit 251 that executes a predetermined process, that is, performs a certain behavior.

【0004】したがって図19(A)に示す実行処理デ
ータは,図19(B)に示す如く,或る振る舞いを行う
処理単位251が処理順にシリヤライズされたものとみ
ることができる。図19(B)に示す如くシリヤライズ
された実行処理データ214は全体でもって或る特定の
動作を行うためのものである。したがって,他の特定の
処理を行うための実行処理データ214は,組み合わせ
を異にした処理単位251の連結された別の実行処理デ
ータとして与えられる。
Therefore, the execution processing data shown in FIG. 19A can be regarded as serialized processing units 251 that perform a certain behavior as shown in FIG. 19B. The execution processing data 214 serialized as shown in FIG. 19B is for performing a specific operation as a whole. Therefore, the execution process data 214 for performing another specific process is given as another execution process data in which the processing units 251 having different combinations are connected.

【0005】異なる振る舞いを発揮する既存の処理単位
251が多量に得られるにつれて,図19(C)に示す
如く,個々の処理単位251を,所定のメソッドMの下
で,必要に応じて,統合させ,図19(B)に示す実行
処理データ214と同じ動作を行わせるものを得ること
ができる。
As a large number of existing processing units 251 exhibiting different behaviors are obtained, as shown in FIG. 19C, individual processing units 251 are integrated under a predetermined method M as necessary. By doing so, it is possible to obtain the same operation data 214 as that shown in FIG. 19B.

【0006】予めオブジェクトとオブジェクト・コマン
ドとオブジェクト部品との関係を説明しておく。以下,
より具体的に本発明にいうオブジェクトとオブジェクト
・コマンドとオブジェクト部品との関係を説明する。
The relationship among objects, object commands and object parts will be described in advance. Less than,
More specifically, the relationship between the object, the object command, and the object part according to the present invention will be described.

【0007】実世界,例えば会社部門についてモデル化
を行った例が図20に示される。図20においては,
「従業員」を表わす枠内に,例えば「仕事の型=1」に
属する「秘書」がおり,「仕事の型=2」に属する「リ
ーダ」がおり,「仕事の型=3」に属する「労働者」が
いる。そして「従業員」という枠は「チーム」という枠
に属している。
FIG. 20 shows an example of modeling in the real world, for example, a company department. In FIG. 20,
In the frame representing “employee”, for example, there is a “secretary” belonging to “job type = 1”, a “leader” belonging to “job type = 2”, and a “job type = 3”. There are “workers”. The "employee" frame belongs to the "team" frame.

【0008】「リーダ」は「チーム・リーダ」という関
係の下で「チーム」と関係づけられ,また「労働者」は
「作業単位」という枠内で「労働者・機械」という関係
の下で「機械」と関係づけられる。
"Leader" is related to "team" under the relationship of "team leader", and "worker" is related to "worker / machine" within the framework of "work unit". Related to "machine".

【0009】また「チーム」と「機械」とは「機械・作
業場」という関係の下で関係づけられており,「労働
者」と「機械」とはまた「機械・労働者」という関係の
下で関係づけられる。更に「従業員」は「部門・従業
員」という関係の下で「部門」と関係づけられる。
Further, "team" and "machine" are related under the relation of "machine / workplace", and "worker" and "machine" are also related under the relation of "machine / worker". Related by. Furthermore, “employee” is related to “department” under the relationship of “department / employee”.

【0010】また更に,「従業員」は「従業員・属性」
という関係の下で「所属」と関係づけられ,「作業単
位」は「作業単位・部品」という関係の下で「部品」と
関係づけられる。
Further, "employee" is "employee / attribute".
Under the relationship of "affiliation", the "work unit" is related to "part" under the relationship of "work unit / part".

【0011】更にその上で,(1)「部門」はオブジェ
クト「部門名」やオブジェクト「ドル」と関係づけら
れ,(2)「チーム」は,チーム識別番号によってオブ
ジェクト「名前」と関係づけられ,仕事の型によってオ
ブジェクト「従業員番号」と関係づけられ,名前によっ
てオブジェクト「コード名」やオブジェクト「姓」と関
係づけられ,給与によってオブジェクト「ドル」と関係
づけられ,平均給与によってオブジェクト「ドル」と関
係づけられ,部門の平均数によってオブジェクト「数」
と関係づけられ,(3)「秘書」はタイピング速度によ
ってオブジェクト「数」と関係づけられ,(4)「所
属」は,名前によってオブジェクト「名」と関係づけら
れ,歳によってオブジェクト「年」と関係づけられ,
(5)「部品」はオブジェクト「部品番号」やオブジェ
クト「ドル」と関係づけられ,(6)「作業単位・部
品」は数量によってオブジェクト「数」と関係づけら
れ,(7)「作業単位」は必要な時間によってオブジェ
クト「時間」と関係づけられ,(8)「機械」は,オブ
ジェクト「機械番号」やオブジェクト「ドル」やオブジ
ェクト「機械名」と関係づけられ,(9)「機械・労
働」は使用時間によってオブジェクト「時間」と関係づ
けられる。
Furthermore, (1) "department" is related to the object "department name" and object "dollar", and (2) "team" is related to the object "name" by the team identification number. , Related to the object "employee number" by job type, related to the object "code name" or object "surname" by name, related to the object "dollar" by salary, and the object "dollar" by average salary "," The object "number" by the average number of departments
(3) “Secretary” is related to the object “number” by typing speed, (4) “Affiliation” is related to the object “name” by name, and the object “year” by age. Related,
(5) "Part" is related to the object "Part number" and object "Dollar", (6) "Work unit / part" is related to the object "Number" by quantity, (7) "Work unit" Is related to the object "time" by the required time, (8) "machine" is related to the object "machine number", the object "dollar" and the object "machine name", and (9) "machine / labor". Is associated with the object "time" by the time of use.

【0012】図20に示されるモデルは,一般に,例え
ば,丸印を「振る舞い」(あるいはメソッド)とし,角
印を「データ」とし,菱形印を「関係」とすると,図2
1に示す如く表わすことができる。即ち,(1)メソッ
ドaとデータIとがまとめられて1つのより大きいデー
タIVの働きをし,(2)メソッドbとcとが関係αによ
ってデータIIと関係づけられて1つのより大きいデータ
Vの働きをし,(3)メソッドcとdとが関係βによっ
てデータIII と関係づけられて1つのより大きいデータ
VIの働きをし,(4)メソッドeが関係γによってデー
タIVとVとVIと関係づけられて1つの更に大きいデータ
VII の働きをする,のように,互いにまとめられ,から
みあって,より大きい集団がつくられている形で表わす
ことができる。
In general, the model shown in FIG. 20 has a circle mark as “behavior” (or a method), a square mark as “data”, and a diamond mark as “relationship”.
It can be represented as shown in 1. That is, (1) method a and data I are combined to serve as one larger data IV, and (2) methods b and c are related to data II by the relationship α, and one larger data IV Acts as V, and (3) methods c and d are related to data III by the relation β, and one larger data
Acts as VI, and (4) method e is related to data IV, V and VI by the relation γ, and one larger data
It acts like VII, and can be represented in the form of being grouped together, entangled, and forming a larger group.

【0013】図21に示す夫々の丸印や角印や菱形印は
1つ1つオブジェクトとして取り扱われ得るものであ
る。今図21に示すメソッドaとデータIとの如き集ま
りを考慮して,図22(A)に示す如きカプセル化を考
える。図22(A)においてカプセルの上方に孔があけ
られているのは,メッセージを交信可能であることを示
している。当該図22(A)に示すカプセルの上方の孔
を仮にふさいだとすると,図21に示すメソッドaとデ
ータIとの如き集まりであるデータIVに相当する。当該
データが図22(B)の左端に示されている。図22
(B)の左端のデータDに対してメソッドMを付して複
合されたオブジェクトを得ると,図22(B)の中央に
示されるデータとなり,更にその上にメソッドを付して
複合されたオブジェクトを得ると,図22(B)の右端
に示すものとなる。このように複合化していったものが
図22(C)に対応している。
The circles, corners and diamonds shown in FIG. 21 can be handled as objects one by one. Considering a collection such as method a and data I shown in FIG. 21, consider encapsulation as shown in FIG. In FIG. 22 (A), a hole formed above the capsule indicates that a message can be exchanged. If the upper hole of the capsule shown in FIG. 22 (A) is covered, it corresponds to data IV which is a collection such as method a and data I shown in FIG. The data is shown at the left end of FIG. FIG. 22
When the method M is added to the data D at the left end of (B) to obtain a compound object, the data becomes the data shown in the center of FIG. 22 (B), and the method is added to the data and compounded. When the object is obtained, it becomes what is shown at the right end of FIG. The composite thus formed corresponds to FIG.

【0014】複合化が行われる態様は,図22(B)の
形に限られるものではない。例えば図22(C)の最左
端に示すオブジェクトにおいてデータDが,メソッドと
データとよりなるオブジェクトで置換されると,図22
(C)左端から2番目に示すものとなる。この場合に
は,図示のメソッドM1 とデータD1 との間にメッセー
ジ・パッシングが必要となり,図22(C)左端から3
番目に示すものの如くメソッドM1 が1つのオブジェク
トとなる。この結果,オブジェクトCの中にオブジェク
トAとオブジェクトBとが存在し,オブジェクトAとオ
ブジェクトBとの間にメッセージ・パッシングが存在す
るという構造をもつものとなる。
The manner in which compounding is performed is not limited to the form shown in FIG. For example, when the data D in the leftmost object in FIG. 22C is replaced with an object composed of a method and data,
(C) It is the second one from the left end. In this case, message passing is required between the illustrated method M 1 and data D 1, and 3 from the left end of FIG. 22C.
The method M 1 becomes one object as shown in the second. As a result, the object C and the object B exist in the object C, and the message passing exists between the object A and the object B.

【0015】また更に,図示のオブジェクトBにおける
メソッドMをオブジェクトB1 とし,オブジェクトBに
おけるデータDをオブジェクトB2 とすると,図22
(C)最右端に示す如く,オブジェクトBの中に,オブ
ジェクトB1 とオブジェクトB 2 とが存在し,オブジェ
クトB1 とオブジェクトB2 との間にメッセージ・パッ
シングが存在するという構造となる。
Furthermore, in the illustrated object B
Method M is object B1And on object B
Data D in object B2Then, as shown in FIG.
(C) In the object B, the object
Ject B1And object B 2And exist,
Bect B1And object B2Between the message
The structure is such that there is a thing.

【0016】以上説明した如く,後述する所の,いわば
原子オブジェクトが複合化されて,例えばカプセル・オ
ブジェクトとなり,当該カプセル・オブジェクトが複合
化されて例えばイベント・オブジェクトとなり,当該イ
ベント・オブジェクトが複合化されて例えばシステム・
オブジェクトとなる・・・如く,次々と複合化されてゆ
く。
As described above, the so-called atomic object, which will be described later, is compounded into, for example, a capsule object, the capsule object is compounded into, for example, an event object, and the event object is compounded. For example, the system
It becomes an object ... It is compounded one after another.

【0017】なお,上記においてデータDとして示され
るものは,一般に,複数個の処理対象単位であり,メソ
ッドMとして示したものは当該複数個の処理対象単位を
どのように利用してゆくかを指示する情報または情報群
と考えてよい。図22において,オブジェクトとして表
現したものは,個々の「処理対象単位」,あるいは個々
の処理対象単位がまとめられて1つのまとまった処理対
象単位として取り扱われ得る「処理対象単位」である。
In the above, what is shown as the data D is generally a plurality of processing target units, and what is shown as the method M is how to use the plurality of processing target units. It may be considered as information or a group of information to be instructed. In FIG. 22, what is expressed as an object is an individual “processing target unit” or a “processing target unit” that can be treated as a single integrated processing target unit.

【0018】上記図21に示す如く,個々のオブジェク
トI,II,III は夫々より大きいオブジェクトIV,V,
VIの一部を構成する。また当該オブジェクトIV,V,VI
はまたより大きいオブジェクトVII の一部を構成する。
換言するとオブジェクトIV,V,VIは夫々オブジェクト
VII からみると当該オブジェクトVII における“イズ・
ア(is−a)”で表される関係や“パート・オブ(part
−of)”で表わされる関係にある。
As shown in FIG. 21, the individual objects I, II, III are larger objects IV, V, respectively.
Form part of a VI. In addition, the object IV, V, VI
Also forms part of the larger Object VII.
In other words, objects IV, V and VI are objects respectively.
Seen from VII, “Is ...
Relationships represented by “is (a)” and “part of (part)
-Of) ".

【0019】図示のオブジェクトI,II,III を最小単
位と考えるとき,これらオブジェクトI,II,III はい
わば原子オブジェクトである。そしてそれらが集まって
いわばカプセル・オブジェクトと呼ばれるものが形成さ
れ,当該カプセル・オブジェクトなどが集まっていわば
イベント・オブジェクトと呼ばれるものが形成され,更
により大きいシステム・オブジェクトと呼ばれるものが
形成される。
When considering the illustrated objects I, II, and III as the minimum units, these objects I, II, and III are so-called atomic objects. When they are collected, what is called a capsule object is formed, when those capsule objects are collected, what is called an event object is formed, and a larger system object is formed.

【0020】これらの各オブジェクトを総称して複合オ
ブジェクトと呼んでいる。なお当該複合オブジェクトの
概念の中に,上記原子オブジェクトをも含ませている。
しかし原子オブジェクトは上述の如く最小単位のオブジ
ェクトであり,複合オブジェクトあるいは単にオブジェ
クトと一般に称する場合には上記原子オブジェクトの如
く分解不可能な単体で存在しているものを除外したもの
と考えてよい。
Each of these objects is generically called a composite object. The atomic object is also included in the concept of the compound object.
However, the atomic object is an object of the minimum unit as described above, and when it is generally called a compound object or simply an object, it may be considered that an atomic object that exists as a non-decomposable simple substance like the atomic object is excluded.

【0021】上述したカプセル化されたオブジェクトは
一般に上記複合オブジェクトがカプセル化されたもので
ある。上記個々のオブジェクトは次の如きモデルをもっ
て表わすことができる。即ち,図23はオブジェクトの
モデル化説明図である。
The encapsulated object described above is generally an encapsulation of the composite object. The individual objects can be represented by the following model. That is, FIG. 23 is an explanatory diagram of modeling an object.

【0022】或る実世界のもの,例えば写真は,当該写
真を表わす名前と,当該写真がどんなものであるか,例
えば誰の写真で何時撮ったものかなどを表わす性質とを
もって特定することができる。そして当該写真は,
(i)当該写真を特定する呼称としてのコマンドと,(i
i)当該写真のいわば白・黒のドットよりなる絵の実体物
(エンティティ・データ)と,(iii) 当該写真の性質や
上記絵の実体物が格納されている場所などや当該写真に
写っている複数の人などの関係などを記述しているリン
クとをもって,モデル化して把握することができる。
Some real-world things, such as photographs, can be identified by the name representing the photograph and the nature of what the photograph is, for example, who photographed what time. it can. And the picture is
(I) A command as a name to specify the photograph, and (i
i) The entity of the picture (entity data) consisting of so-called black and white dots, and (iii) the nature of the photograph, the place where the entity of the picture is stored, and the like It can be modeled and grasped with a link that describes the relationship between multiple people who are present.

【0023】上述の個々のオブジェクトもまた図23に
表わした如き,コマンドとリンクとエンティティ・デー
タとをもって,モデル化して表わすことができる。図2
4はモデル化したオブジェクトの働きを説明する図であ
る。図24左側に示す如くオブジェクトは,コマンドと
リンクとエンティティ・データとをもって表わすことが
でき,エンティティ・データには図示の如きドット・デ
ータが与えられていると考えてよい。そして,上述のカ
プセル・オブジェクトやイベント・オブジェクトやシス
テム・オブジェクトは,一般に,図24右側に示す如
く,エンティティ・データとして他のオブジェクトX,
Y,Zを特定する記述が与えられて当該他のオブジェク
トX,Y,Zと関係づけられ当該他のオブジェクトX,
Y,Zのエンティティ・データx,y,zが利用される
形となる。
The individual objects described above can also be modeled and represented by commands, links and entity data, as shown in FIG. Figure 2
4 is a diagram for explaining the function of the modeled object. As shown on the left side of FIG. 24, an object can be represented by a command, a link and entity data, and it can be considered that dot data as shown in the figure is given to the entity data. The above-mentioned capsule object, event object, and system object are generally other objects X, as entity data, as shown on the right side of FIG.
A description specifying Y and Z is given, and the object is associated with the other object X, Y, Z and the other object X,
The Y, Z entity data x, y, z are used.

【0024】実世界は,上記図20に例示される如く,
個々の「処理対象単位」あるいは個々の処理対象単位が
まとめられて1つのまとまった処理対象単位として取り
扱われ得る「処理対象単位」に該当するオブジェクトが
互いに入り組んで関連し合っている。
In the real world, as illustrated in FIG.
Objects that correspond to individual “processing target units” or “processing target units” that can be handled as one integrated processing target unit by combining individual processing target units are intricately related to each other.

【0025】この点に着目して,個々の情報あるいは情
報のかたまりを,夫々の目的をもった処理に対応づけ
て,組み合わせて利用しようとする試みがなされてい
る。一方,従来のソフトウェアの利用技術において,過
去に蓄積されたプログラム(ライブラリ)を有効に利用
することがソフトウェアの生産性の向上に必要不可欠で
ある。
With this point in mind, attempts have been made to use individual pieces of information or a group of pieces of information in association with each other for each purpose of processing. On the other hand, in the conventional software utilization technology, effective use of programs (libraries) accumulated in the past is essential for improving software productivity.

【0026】図25は従来の部品(ライブラリ)を利用
する場合の説明図である。(a) は手続き型プログラムに
おけるライブラリを利用する場合であり,メインプログ
ラムAを作成する時,以前に作成された多数のメインプ
ログラムが蓄積されたメインライブラリBや各種の関数
のプログラムが蓄積された関数ライブラリCを利用する
ことに効率的なプログラムを作成しようとする。この場
合,ライブラリB,Cを利用するにはそれらの内容(変
数等も)を予め全て知っている必要がある。
FIG. 25 is an explanatory diagram when a conventional component (library) is used. (a) is a case where a library in a procedural program is used, and when the main program A is created, a main library B in which a large number of previously created main programs are stored and programs of various functions are stored. An attempt is made to create a program that is efficient in using the function library C. In this case, in order to use the libraries B and C, it is necessary to know all their contents (including variables) in advance.

【0027】(b) はオブジェクト指向型プログラミング
の場合であり,既存のクラスライブラリEを利用してオ
ブジェクトの設計Dをする。この場合,クラスライブラ
リEに複合されたオブジェクトに対して「インスタンス
の生成+メッセージ」の形式でオブジェクトが生成され
るが,この中にクラスの変数や振る舞いが指定される。
そのためには,クラスの変数や操っている振る舞いの種
類は予めプラウザ等で調べて知っておく必要がある。
(B) is a case of object-oriented programming, in which an existing class library E is used to design an object D. In this case, an object is created in the format of "instance creation + message" for the object compounded in the class library E, in which the class variable and behavior are specified.
For that purpose, it is necessary to know beforehand the class variables and the types of behaviors being manipulated by using a browser or the like.

【0028】[0028]

【発明が解決しようとする課題】上述のように個々の情
報あるいは情報のかたまりを,夫々の目的をもった処理
に対応づけて,組み合わせて利用するために,メソッド
をオブジェクトの一つとして取り扱い,静的モデルと動
的モデルと機能的モデルとにもとづいて新しい目的をも
った処理要求に対し,個々のオブジェクトを巧みに組み
合わせて処理できるようにした新しいオブジェクト指向
データ処理システムを提案することができる。一方,こ
のようなオブジェクトを有効に再利用できることが求め
られており,上記図25に示す従来の方法では,次のよ
うな問題がある。
As described above, the method is treated as one of the objects in order to use the individual information or the group of information in association with the processing for each purpose and to use them in combination. Based on static model, dynamic model and functional model, we can propose a new object-oriented data processing system that can process individual objects skillfully in combination for processing requests with new purposes. . On the other hand, it is required that such an object can be effectively reused, and the conventional method shown in FIG. 25 has the following problems.

【0029】(1) 手続き型プログラムにおける関数ライ
ブラリでもオブジェクト指向プログラムのクラスライブ
ラリでも,それらを再利用しようとすると,全ての内容
を知っておかなければ動かすことができない。そのため
プラウザ等で前もって,手続き型プログラムの時は変数
を調べておき,オブジェクト指向プログラムの時は変数
や持っている振る舞いの種類を調べておいて使用しなけ
ればならない。
(1) Reuse of a function library in a procedural program and a class library of an object-oriented program cannot be performed unless all contents are known. Therefore, you must check the variables beforehand in a procedural program with a browser or the like, and in the case of an object-oriented program, check the variables and the types of behaviors they have and use them.

【0030】(2) 従来は内容を詳細に表す情報をプログ
ラム内に設けるという思想がなく,ドキュメントの形で
しか用意されないため,プログラム自身に自己の内容を
自動的にPR(宣伝)することができない。
(2) Conventionally, there is no idea that information representing details of contents is provided in a program, and since it is prepared only in the form of a document, the program itself can automatically publicize (promote) its own contents. Can not.

【0031】(3) プログラム中のコメントを特別に引き
出すという考えがないため,コメントだけ必要としても
見ることができなかった。 (4) 以上の(1) 〜(3) のため,既に作られた特に他人が
作った部品を再利用することができなかった。
(3) Since there is no idea to specifically draw out comments in the program, it was not possible to see even if only comments were needed. (4) Due to the above (1) to (3), it was not possible to reuse already made parts, especially those made by others.

【0032】本発明は上記の静的モデルと動的モデルと
機能的モデルとにもとづいて新しい目的をもった処理要
求に対し個々のオブジェクトを組み合わせて処理できる
ようにした新しいオブジェクト指向データ処理システム
において各部品(オブジェクト)が,自己が持つ変数
や,目的,コメントから部品属性等の各種の情報を自動
的に利用者に知らせることができる自己PR方式を提供
することを目的とする。
The present invention relates to a new object-oriented data processing system which can process individual objects in combination in response to a processing request having a new purpose based on the above static model, dynamic model and functional model. It is an object of the present invention to provide a self-PR system in which each part (object) can automatically inform the user of various information such as a part attribute based on its own variables, purpose and comments.

【0033】[0033]

【課題を解決するための手段】図1は本発明のオブジェ
クト指向データ処理システムの原理構成図を示す。図中
の符号310は内部スキーマであって,新しい目的を与
えられた処理要求に対応してクラスや複合クラスを生成
し,また生成されたクラスや複合クラス(以下,簡単の
ためクラスをもって両者を代表させることがある)に対
応づけられたインスタンスを生成する。
FIG. 1 shows the principle configuration of an object-oriented data processing system according to the present invention. Reference numeral 310 in the figure is an internal schema that generates a class or a composite class corresponding to a processing request given a new purpose, and also generates the generated class or composite class (hereinafter, for simplicity, both Instance may be represented) is generated.

【0034】符号410は静的世界,420は動的世
界,431は機能的モデルを表している。実世界をオブ
ジェクト・モデルとみなして把握し,当該実世界を外延
的外辞と内包とに対応づけ,(i) 内包が,情報隠蔽され
た領域において,機能的モデル431として,既存のメ
ソッド313やクラス302を格納する(新しく作成さ
れたメソッドやクラスも格納される)形で,システム内
に取り込まれ,(ii)外延的外辞が,静的世界410と動
的世界420として,システム内に取り込まれている。
Reference numeral 410 represents a static world, 420 a dynamic world, and 431 a functional model. The real world is regarded as an object model and is grasped, and the real world is associated with an extensional adjective and a comprehension. (I) In the region where the comprehension is information hidden, the existing method 313 is used as a functional model 431. And class 302 are stored in the system (newly created methods and classes are also stored), and (ii) extensional adjectives are stored in the system as static world 410 and dynamic world 420. Has been incorporated into.

【0035】静的世界410は,複数のメソッド313
やクラス302を,新しい処理要求に対応するクラスと
してまとめられ,当該クラスが組み合わされて,当該新
しい処理要求を実行するシステムの仕組みを与える。ま
た動的世界420は,各クラスに対応するインスタンス
を,上記新しい処理要求を実行する処理順に結合され,
セッションがつくられるようにして,当該システムを実
行する動的モデルを与える。
The static world 410 has a plurality of methods 313.
And the class 302 are grouped as a class corresponding to a new processing request, and the classes are combined to provide a system mechanism for executing the new processing request. In the dynamic world 420, the instances corresponding to each class are combined in the processing order for executing the new processing request,
It provides a dynamic model for running the system as sessions are created.

【0036】図中の符号312はクラス・スキーマであ
ってクラスを生成する機能部分,313ないし315は
夫々メソッドであってクラス・スキーマ312によって
上記新しい処理要求に対応するクラスの構成要素として
取り込まれるメソッドである。
In the figure, reference numeral 312 is a class schema, which is a functional part for generating a class, and 313 to 315 are methods, which are taken in by the class schema 312 as constituent elements of the class corresponding to the new processing request. Method.

【0037】符号316はインスタンス・スキーマであ
って,上記新しい処理要求に対応するクラスの夫々に対
応づけられるインスタンスを生成する機能部分を表して
いる。
Reference numeral 316 is an instance schema, which represents a functional portion for generating an instance associated with each of the classes corresponding to the new processing request.

【0038】符号303はインスタンス,414は状態
テーブル,415は因果関係制約群,416はクラス変
数/定数を表している。なお状態テーブル414は,上
記新しい処理要求に対応するよう組み上げられたシステ
ムに,構成要素として取り込まれた複数のクラスについ
ての上下関係などを記述したり,使用されるクラス変数
/定数をリンクづけているものと考えてよい。因果関係
制約群415も,状態テーブル414に書き込まれ,図
示の動的世界420におけるセッションを実行する上で
制約となる因果関係を記述している。例えばインスタン
スbを実行するに当たってはインスタンスaが実行済み
でなければならないなどの因果関係が記述されており,
セッションの実行に当たっては当該因果関係がチェック
される。
Reference numeral 303 is an instance, 414 is a state table, 415 is a causal relation constraint group, and 416 is a class variable / constant. The state table 414 describes the hierarchical relationship of a plurality of classes taken in as constituent elements, and links the used class variables / constants to the system assembled to correspond to the new processing request. You can think of it as being present. A causal relation constraint group 415 is also written in the state table 414 and describes causal relations that are constraints in executing a session in the illustrated dynamic world 420. For example, when executing the instance b, the causal relation that the instance a must be executed, etc. is described.
In executing the session, the causal relationship is checked.

【0039】符号600は本発明による自己PR機能部
であり,処理対象のクラス,複合クラス,セッション等
を作成して登録を行う時に,それぞれを再利用可能な部
品(オブジェクト)として利用し易くするため,部品の
内容を各面から表すデータを自動または一部を手動設定
する機能を備えると共に利用者から要求された部品に関
する情報の提示と利用者へのデータ入力の要求を行う機
能を備えている。
Reference numeral 600 denotes a self-PR function unit according to the present invention, which facilitates the use of each as a reusable component (object) when a class to be processed, a composite class, a session, etc. are created and registered. Therefore, it is equipped with a function to automatically or partially set data representing the contents of parts from each side, and to provide information about parts requested by the user and request data input to the user. There is.

【0040】[0040]

【作用】新しい処理要求に対応するシステムを組み上げ
ることが指示されると,当該システムの構成要素となる
各クラスを生成するようにされる。当該各クラスを生成
するに当たっては,クラス・スキーマ312に対して,
当該クラスを構成するに必要なメソッドやクラスの名前
と当該メソッドやクラスをポイントするポインタとが与
えられる。そして,当該必要なメソッドやクラスが機能
的モデル431から,内部スキーマ310側に取り込ま
れる。当該クラスの生成に対応して,インスタンス・ス
キーマ316が,当該クラスを実行する上で必要とする
インスタンスを生成する。そして,生成された各インス
タンスは自己を使用するクラスと対応づけられる。
When it is instructed to build a system corresponding to a new processing request, each class that is a constituent element of the system is generated. In generating each class, for the class schema 312,
The name of the method or class required to configure the class and a pointer pointing to the method or class are given. Then, the necessary methods and classes are fetched from the functional model 431 to the internal schema 310 side. In response to the generation of the class, the instance schema 316 generates the instance required to execute the class. Then, each generated instance is associated with a class that uses itself.

【0041】上記生成された各クラスは,静的世界41
0内で,状態テーブル414に連結されて,上記の新し
い処理要求に対応すべく組み上げられたシステムにおけ
る構成要素とされる。図示のクラス302′は当該構成
要素とされたクラスを表している。一方,動的世界42
0においては,当該システムを実行するために,各イン
スタンス303が時系列に結合され,セッションが組み
上げられる。そして,当該セッションを実行することに
よって,当該システムが実行されることとなる。または
当該セッションを組み上げることによって,当該システ
ムが実行可能状態に準備されたことになる。
Each of the generated classes has a static world 41
Within 0, it is connected to the state table 414 and is a component in the system assembled to meet the above new processing request. The illustrated class 302 'represents the class that is the component. On the other hand, the dynamic world 42
In 0, each instance 303 is combined in time series and a session is assembled in order to execute the system. Then, the system is executed by executing the session. Alternatively, by assembling the session, the system is ready for execution.

【0042】上述のようにして,新しい処理要求に対応
したクラスや複合クラスが生成されるが,これらは機能
的モデル431として保持され,以降の更に新しい処理
要求に対応したシステムを組み上げるために利用される
ことになる。
As described above, the class and the composite class corresponding to the new processing request are generated, but these are held as the functional model 431 and are used for assembling the system corresponding to the further new processing request thereafter. Will be done.

【0043】上記のシステムの構成要素となる各クラス
や複合クラスの生成,クラスを実行する上で必要なイン
スタンスの生成,及各インスタンスを時系列に結合した
セッションの生成のそれぞれにおいて,生成された各部
品(オブジェクト)は登録されるが,その時自己PR機
能部600が動作する。自己PR機能部600は登録さ
れる部品の変数,目的,型,コメントやそのプログラム
の仕様等が生成された部品を構成するデータを用いて自
動的または,入力されたデータをまとめたオブジェクト
として生成する。このオブジェクトは自己PR機能を備
え,登録された各部品に対応して設けられる。自己PR
機能部600は利用者により部品群に対し使用要求が発
生すると,要求された部品に対応するPR機能を持つオ
ブジェクトが取り出されて実行されることにより,使用
要求され部品(オブジェクト)の内容を説明する情報
や,変数の入力要求等を利用者に提示して内容をPRす
ると共に,利用者に対し必要な入力を行わせる等の処理
により要求された部品を実行可能にする手助けを行う。
Generated in each of the generation of each class or composite class that is a constituent element of the above system, the generation of an instance required to execute the class, and the generation of a session in which each instance is combined in time series. Each part (object) is registered, but at that time, the self PR function unit 600 operates. The self-PR function unit 600 automatically generates an object in which input data is collected by automatically using the data that configures the generated parts such as variables, purpose, type, comments of the registered parts, and specifications of the program. To do. This object has a self PR function and is provided corresponding to each registered part. Self PR
When the user makes a usage request for a part group, the function unit 600 extracts the object having the PR function corresponding to the requested part and executes the object to explain the contents of the requested part (object). Information to be provided, input requests for variables, etc. are presented to the user to publicize the contents, and at the same time, the user is requested to make necessary inputs, and the requested parts are made executable.

【0044】[0044]

【実施例】図2は静的世界と動的世界とを説明する説明
図である。実世界(例えばユーザの要求)は,図46に
モデル化して示した如く,当該実世界を表現する具体的
な情報を与える内包402と,当該実世界400をいわ
ば簡単に表現する外延的外辞401とを対応づけてモデ
ル化することができる。情報の交換に当って,例えば或
る実世界400についての情報交換を行うに当って,当
該実世界400について互にその内包402が理解され
ている場合には,当該実世界400についての外延的外
辞401を与えることで足りる。即ち,いちいち具体的
な情報を相手方に通知する必要はなく,いわばその実世
界400の呼称を相手方に通知すれば足りる。
EXAMPLE FIG. 2 is an explanatory view for explaining a static world and a dynamic world. The real world (for example, a user's request) is, as modeled in FIG. 46, an inclusive 402 that gives concrete information expressing the real world, and an extensional adjective that simply expresses the real world 400. 401 and 401 can be associated and modeled. In exchanging information, for example, in exchanging information about a certain real world 400, if the inclusive 402 of the real world 400 is understood by each other, an extension of the real world 400 It is enough to give the external letter 401. That is, it is not necessary to notify the other party of specific information, but it is sufficient to notify the other party of the name of the real world 400.

【0045】図2(A)は静的世界と動的世界とを説明
する説明図である。図2(A)において内包402は,
上記した理由から,図2(A)に示す如く,一般に情報
が隠蔽されるものであり,「情報隠蔽の世界」430に
対応している。一方,実世界は,当該実世界400につ
いての仕組みやその仕組みの中での因果関係などを与え
る「静的世界」410と,当該実世界の時間的な動きを
表現したりまた複数のセッションについての並列処理を
許すか否かを指示したりする「動的世界」420とをも
ってモデル化することができる。そして,当該「静的世
界」や「動的世界」と,上述の「情報隠蔽の世界」と
が,図2(A)に示す如く,外延的外辞401によって
対応づけられている。
FIG. 2A is an explanatory diagram for explaining the static world and the dynamic world. In FIG. 2 (A), the inclusion 402 is
For the above reason, as shown in FIG. 2 (A), information is generally hidden, which corresponds to the “world of information hiding” 430. On the other hand, the real world represents a “static world” 410 that gives a mechanism of the real world 400 and a causal relationship in the mechanism, and represents a temporal movement of the real world or a plurality of sessions. Can be modeled with a "dynamic world" 420 that indicates whether or not to allow parallel processing of. Then, the "static world" or the "dynamic world" and the above-mentioned "information hiding world" are associated with each other by an extensional suffix 401, as shown in FIG. 2 (A).

【0046】更に言えば,内包402は情報隠蔽の世界
であり,外延的外辞の意味する内容を規定するデータを
含んでいる。この外延的外辞即ち或る意味を含んだ外延
的外辞を使って実世界をシミュレートする。それが,
「静的世界」に対応する静的モデルであり,「動的世
界」に対応する動的モデルである。
Furthermore, the inclusion 402 is a world of information hiding and contains data that defines the meaning of an extensional affix. The real world is simulated using this extensional adjective, that is, an extensional adjective containing a certain meaning. that is,
It is a static model corresponding to the "static world" and a dynamic model corresponding to the "dynamic world".

【0047】図2(B)は静的モデルと動的モデルと機
能的モデルとの関係を説明する説明図である。図2
(B)に示す静的モデル411は図2(A)に示す静的
世界410に対応するモデルであり,同じく動的モデル
421は動的世界420に対応するモデルである。また
図2(A)に示す情報隠蔽の世界430を機能的モデル
431に対応づけている。
FIG. 2B is an explanatory diagram for explaining the relationship among the static model, the dynamic model, and the functional model. Figure 2
The static model 411 shown in (B) is a model corresponding to the static world 410 shown in FIG. 2 (A), and the dynamic model 421 is also a model corresponding to the dynamic world 420. Further, the information hiding world 430 shown in FIG. 2A is associated with the functional model 431.

【0048】システムについての仕組みを特定化してゆ
き,また上述した“is−a”や“part−of”などの関係
(テンプレート)を設計することによって,静的モデル
が形成される。そして機能設計が得られ,それに対応す
る形で図1に示すクラス302(あるいは複数のクラス
が更に複合化されて得られるクラス−複合化クラス)が
設計される。
A static model is formed by specifying the mechanism of the system and designing the relations (templates) such as "is-a" and "part-of" described above. Then, a functional design is obtained, and a class 302 (or a class obtained by further compounding a plurality of classes-combined class) shown in FIG. 1 is designed in a corresponding form.

【0049】動的モデルは,上述のクラス302内にイ
ンスタンス・データを割り付けることによって,特定の
処理対象単位(インスタンス)が形成され,当該各処理
対象単位間での時間的な順序関係を設計することによっ
て形成される。そして,静的モデルと動的モデルとの間
に,因果関係による制約が与えられることとなる。
In the dynamic model, a specific processing target unit (instance) is formed by allocating the instance data in the above-mentioned class 302, and the temporal order relationship between the processing target units is designed. Formed by. Then, a constraint due to a causal relationship is given between the static model and the dynamic model.

【0050】既存のメソッド313や,クラス302
や,新しく生成されたクラスは機能的モデル431とし
て保持され,以降の更に新しい処理要求に対応したシス
テムを組み上げるために利用されるが,これらメソッド
やクラスがシステムとしてダイナミックに,組み上げら
れて利用されてゆくが,当該ダイナミック・オブジェク
ト処理について説明する。
Existing method 313 and class 302
Alternatively, the newly created class is retained as a functional model 431 and is used to build up a system corresponding to newer processing requests thereafter. These methods and classes are dynamically built up as a system and used. Finally, the dynamic object processing will be described.

【0051】図3はダイナミック・オブジェクト処理部
における動作の一部を説明する図である。上述のメソッ
ドやクラスは後述する図10に示す如くオブジェクト部
品206として,部品属性ファイル205に保持され
る。図3に示すダイナミック・オブジェクト処理部は,
当該オブジェクト部品を用いて処理を行う。言うまでも
なく,本発明の場合には,上述の如く,各オブジェクト
部品206あるいは更に複合された形でのオブジェクト
部品206を適宜組み合わせることが可能となる。
FIG. 3 is a diagram for explaining a part of the operation in the dynamic object processing section. The above methods and classes are held in the component attribute file 205 as object components 206 as shown in FIG. 10 described later. The dynamic object processing unit shown in FIG.
Processing is performed using the object component. Needless to say, in the case of the present invention, as described above, it is possible to appropriately combine the object parts 206 or the object parts 206 in a composite form.

【0052】図3に示す符号212はダイナミック・オ
ブジェクト処理部であって,シミュレーションなどを行
う仮動作モード216と,テストなどを行うインスタン
ト動作モード217と,データ処理を行ないあるいは他
端末との交信処理を行う本番動作モード218とをもっ
ている。
Reference numeral 212 shown in FIG. 3 denotes a dynamic object processing unit, which is a temporary operation mode 216 for performing simulations, an instant operation mode 217 for performing tests, and data processing or communication processing with other terminals. It has a production operation mode 218 for performing.

【0053】符号205は部品属性ファイルであり,符
号205’は当該部品属性ファイル205の内容の全部
または一部についてコンパイル処理を行うなどして実動
動作を高速度で実行し得るようにまとめた実行処理デー
タ214を保持しているものである。なお実行処理デー
タ214は,処理実行のためのオブジェクト・プログラ
ムの場合で言えば,一般に,数10から数100ステッ
プよりなる処理単位がいわば処理順にシリヤルに結合づ
けられているものである。
Reference numeral 205 is a parts attribute file, and reference numeral 205 'is a compilation of all or part of the contents of the parts attribute file 205 so that the actual operation can be executed at high speed. It holds the execution process data 214. In the case of an object program for processing execution, the execution processing data 214 is generally a series of processing units consisting of several tens to several hundreds of steps, which are so-called serially combined.

【0054】符号213は,上述のオブジェクトであっ
て,一般には,上述の原子オブジェクトの形のままのも
のや,上述のカプセル・オブジェクトの状態のもの,上
述のイベント・オブジェクトの状態のもの,上述のシス
テム・オブジェクトの状態のものの夫々に相当するもの
である。当該オブジェクト213は,オブジェクト部品
206の形でオブジェクト・コマンドによって特定され
るように格納されている。
Reference numeral 213 is the above-mentioned object, which is generally the same as the above-mentioned atomic object, the above-mentioned capsule object state, the above-mentioned event object state, or the above-mentioned event object state. Corresponding to each of the system object states. The object 213 is stored in the form of the object part 206 as specified by the object command.

【0055】符号215はダイレクト・オブジェクト処
理展開処理を表わしており,上記個々のオブジェクト2
13を展開し,あるいは複数のオブジェクトをまとめて
展開して,実行処理データ214を得る処理を行う。
Reference numeral 215 represents a direct object processing expansion processing, and the individual objects 2
13 is expanded, or a plurality of objects are expanded together to obtain the execution processing data 214.

【0056】図19を参照して上述した如く一般に複合
オブジェクトの形で処理対象単位にまとめられて,1つ
のある目的をもった処理を実行するための振る舞いを発
揮する単位となる。そしてそれらは,図10に示すよう
にオブジェクト・コマンド201をもって特定されるオ
ブジェクト部品206の形で,部品属性ファイル205
に格納されている。
As described above with reference to FIG. 19, the object is generally grouped in the form of a composite object into units to be processed, and becomes a unit that exhibits a behavior for executing a process having a certain purpose. Then, they are in the form of an object component 206 specified by the object command 201 as shown in FIG.
It is stored in.

【0057】新しい処理要求に対応したシステムに(新
しい処理機能に相当する)を生成するような場合,当該
新しい処理要求に対応する処理を実行し得るようにする
ために,新しくオブジェクトが生成されあるいは既存の
オブジェクトが合目的的に結合されて,当該新しい処理
機能を発揮するオブジェクトが上記オブジェクト部品2
06の1つとして用意される。
In the case where a system (corresponding to a new processing function) is created corresponding to a new processing request, a new object is created or a new object is created so that the processing corresponding to the new processing request can be executed. The existing object is purposely combined and the object exhibiting the new processing function is the object part 2 described above.
It is prepared as one of 06.

【0058】当該生成されたオブジェクトについては,
現実に正しく機能するか否かについてシミュレーション
を行ったり,あるいはシミュレーションの終了したもの
については仮動作を行わせてみるなどの処理を行う。こ
の処理が図3図示の仮動作モード216であり,ダイナ
ミック・オブジェクト処理部212は,部品属性ファイ
ル205の内容を利用して,該当する処理動作をシミュ
レーションしてみるようにする。
Regarding the generated object,
A process is performed such as performing a simulation as to whether or not the device actually functions correctly, or performing a tentative operation when the simulation is completed. This processing is the temporary operation mode 216 shown in FIG. 3, and the dynamic object processing unit 212 uses the content of the component attribute file 205 to simulate the corresponding processing operation.

【0059】仮動作モード216によって一応正常に動
作したオブジェクト213あるいはオブジェクト群につ
いては,このままでは実動動作に当たってオブジェクト
管理部(図4参照)との間で多くの交信を必要として処
理速度が遅いことから,実行処理データ(EXEデー
タ)214に展開される(コンパイルされて1つのEX
Eデータとされる)。当該展開処理が図示のダイレクト
・オブジェクト処理展開処理215において行われ,部
品属性ファイル205’に格納される。
Regarding the object 213 or the group of objects which have been normally operated in the temporary operation mode 216, the processing speed is slow as it is because it requires a lot of communication with the object management unit (see FIG. 4) in actual operation. To the execution processing data (EXE data) 214 (compiled into one EX
E data). The expansion processing is performed in the illustrated direct object processing expansion processing 215 and stored in the component attribute file 205 ′.

【0060】ダイナミック・オブジェクト処理部212
においては,部品属性ファイル205の内容を利用し
て,所定の処理について一時的に代行処理を行ってみた
り,あるいはテスト処理を行ってみたりする必要が生じ
た場合,上記ダイレクト・オブジェクト処理展開処理2
15を発動して実行処理データ214を生成して,当該
処理を行うことがある。このような処理モードが,図3
においてインスタント動作モード217として示されて
いる。
Dynamic Object Processing Unit 212
In the case of using the contents of the component attribute file 205, when it becomes necessary to temporarily perform a proxy process or a test process for a predetermined process, the above direct object process expansion is performed. Process 2
15 may be activated to generate execution processing data 214, and the processing may be performed. Such a processing mode is shown in FIG.
Is shown as instant operating mode 217.

【0061】また図3図示の本番動作モード218は,
図示の実行処理データ214を用いて,本番の処理動作
を行うモードである。なお部品属性ファイル205内で
のメタ・データには,当該オブジェクトの性質などに関
する意味データが記述されていると共に,自分のオブジ
ェクトからみての上位のオブジェクト(“is−a”で示
されるオブジェクト)についての結合関係や自分のオブ
ジェクトに含まれるより下位のオブジェクト(“part−
of”で示されるオブジェクト)群についての結合関係を
指示する記述が存在していると考えてよい。
Further, the production operation mode 218 shown in FIG.
This is a mode in which the actual processing operation is performed using the illustrated execution processing data 214. It should be noted that the meta data in the component attribute file 205 describes the semantic data regarding the property of the object, and the upper object (the object indicated by “is-a”) as viewed from its own object. Relations and lower-level objects (“part-
It may be considered that there is a description that indicates the connection relation for the object group indicated by “of”.

【0062】図4は端局の構成を示している。符号10
1は端局であって実行処理データ214を用いて処理実
行を行いあるいは回線を介して他の端局と交信を行うも
のを表わしている。また符号103はLANまたは交換
回線などの回線を表わしている。
FIG. 4 shows the structure of the terminal station. Code 10
Reference numeral 1 denotes a terminal station which performs processing execution using the execution processing data 214 or communicates with another terminal station via a line. Further, reference numeral 103 represents a line such as a LAN or a switched line.

【0063】端局101内には,更に符号219で示す
通信/受信処理部,符号220で示すオブジェクト管理
部,符号221で示すディスプレイ,符号222で示す
ハイパー言語処理部などが存在している。
In the terminal station 101, there are further a communication / reception processing unit indicated by reference numeral 219, an object management unit indicated by reference numeral 220, a display indicated by reference numeral 221 and a hyper language processing unit indicated by reference numeral 222.

【0064】図示のディレクトリ処理部204はコマン
ド・リンク処理部であって,デイレクトリ処理部とも呼
ばれる。1つの新しいオブジェクトが出来たとき,当該
オブジェクトの呼称名に対応するコマンド(オブジェク
ト・コマンド)を設定し,実データ203やメタ・デー
タ202の格納場所を割り付け,コマンド・リンク・テ
ーブルを作成する。このときオブジェクトの型を決定
し,大きさが決まる。そして当該コマンド・リンク・テ
ーブルを用いて,メタ・データ202と実データ203
との結合体を入出力できるようにする。
The illustrated directory processing unit 204 is a command / link processing unit, and is also called a directory processing unit. When one new object is created, a command (object command) corresponding to the designated name of the object is set, a storage location of the actual data 203 and the meta data 202 is allocated, and a command link table is created. At this time, the type of the object is determined and the size is determined. Then, using the command link table, the meta data 202 and the actual data 203
Allows input and output of the combination with.

【0065】図4に示す(仮動作サポート)は,図3に
示した仮動作モード216を行うまでの動作に対応する
サポート機能である。図示のハイパー言語処理部222
には「部品表示・選択」機能があり,使用可能なオブジ
ェクト部品をディスプレイ221から検索して出力す
る。もしも適当なものがなければ新しいオブジェクト部
品として「部品指定」機能を用いて部品指定を行なう。
「属性設定」機能によってクラス・オブジェクト部品を
生み出し,「スキーマ」設定機能などによってインスタ
ンス・オブジェクト部品を生み出すことができる。
The (temporary operation support) shown in FIG. 4 is a support function corresponding to the operation up to the temporary operation mode 216 shown in FIG. The illustrated hyper-language processing unit 222
Has a "part display / selection" function, which searches the display object 221 for available object parts and outputs them. If there is no suitable object, a new object part is designated by using the "part designation" function.
Class object parts can be created by the "Attribute setting" function, and instance object parts can be created by the "Schema" setting function.

【0066】ディスプレイ221を用いての「部品表
示」機能には,オブジェクト部品のメタデータである所
の(i)名称やコメントを出力する目次表示,(ii)オ
ブジェクト部品の内容を示すスキーマや属性の表示,
(iii )クラス属性やインスタンス定数の表示などがあ
る。
The "component display" function using the display 221 includes (i) a table of contents that outputs the name and comment of the metadata of the object component, and (ii) a schema and attributes indicating the contents of the object component. Display of,
(Iii) There are indications of class attributes and instance constants.

【0067】またハイパー言語処理部222による「部
品組み合わせ」機能には,即ちオブジェクト部品を組み
合わせてより大きい複合されたオブジェクト部品を得る
には,クラスの作成に関して属性の追加・変更・削除機
能が用意され,インスタンス定数の作成に関してスキー
マの追加・変更・削除機能が用意されている。
In addition, the "component combination" function by the hyper language processing unit 222, that is, in order to combine object components to obtain a larger composite object component, an attribute addition / modification / deletion function for class creation is prepared. The function to add / change / delete the schema is provided for creating instance constants.

【0068】ハイパー言語処理部222による「ユーザ
画面作成」機能では,画面作成および表示に当たって,
「画面作成および表示」クラスのバッファに画面のデー
タを入れてインスタンスをつくるようにする。このた
め,当該「ユーザ画面作成」機能は画面クラスをインス
タンス化することに相当する。
In the "user screen creation" function by the hyper language processing unit 222, when creating and displaying a screen,
Put screen data in the buffer of "Creation and display" class and create an instance. Therefore, the "user screen creation" function is equivalent to instantiating the screen class.

【0069】またハイパー言語処理部222における
「仮動作」機能では,メッセージをインスタンスが受け
るとクラスで示すメソッドとリンクさせて一次メモリ上
に一時的にカプセル(図45参照)を実現し当該カプセ
ルのもつ振る舞いを実行するようにする。
In the "provisional operation" function of the hyper language processing unit 222, when an instance receives a message, the message is linked with the method indicated by the class to temporarily realize a capsule (see FIG. 45) on the primary memory, and Try to execute the behavior that it has.

【0070】更にハイパー言語処理部222における
「部品変更」の機能は,図1に示す内部スキーマ310
の機能に対応するものであり,属性やスキーマの変更・
追加・削除によって,オブジェクト部品を変更する機能
である。また「部品登録」機能は,部品属性ファイル2
05上に,オブジェクト・コマンド(当該オブジェクト
部品の呼称である)と対応づけて,当該オブジェクト部
品を登録する機能である。
Further, the function of "part change" in the hyper language processing unit 222 has an internal schema 310 shown in FIG.
It corresponds to the function of.
This is a function to change object parts by adding or deleting. In addition, the "part registration" function is used for the part attribute file 2
05, a function of registering the object component in association with an object command (which is the name of the object component).

【0071】図4に示す「展開(コンパイル)」は,図
3に示すダイレクト・オブジェクト処理展開処理215
を表わしている。当該展開の処理では,データ処理装置
の一次メモリの大きさに合わせて,なるべく大きい実行
処理データ214に展開する。
The "expansion (compilation)" shown in FIG. 4 is the direct object processing expansion processing 215 shown in FIG.
Is represented. In the expansion processing, the execution processing data 214 is expanded as large as possible according to the size of the primary memory of the data processing device.

【0072】オブジェクト管理部220は,図4に示し
たハイパー言語処理部222を制御して上述の如くオブ
ジェクト部品206を部品属性ファイル205上に保持
させ,ダイナミック・オブジェクト処理部212を制御
して仮動作モード216やインスタント動作モード21
7や本番動作モード218の各動作を行わせる。また,
回線103を介してのメッセージ受信に対応して,仮動
作モードでのインスタンス起動を行ない,一次メモリ上
で仮にカプセル化を行ってデータ処理装置を動かし,当
該処理の結果をメッセージ送信するようにする。勿論,
既に実行処理データ214に展開済みのものがあれば,
それを実行して,相手端局にメッセージ送信する。
The object management unit 220 controls the hyper language processing unit 222 shown in FIG. 4 to hold the object component 206 in the component attribute file 205 as described above, and controls the dynamic object processing unit 212 to temporarily store it. Operation mode 216 or instant operation mode 21
7 and the actual operation mode 218 are performed. Also,
In response to the message reception via the line 103, the instance is activated in the temporary operation mode, the data processor is operated by temporarily encapsulating on the primary memory, and the result of the processing is transmitted as a message. . Of course,
If there is already expanded data in the execution processing data 214,
Execute it and send a message to the partner terminal.

【0073】自己端局101内での処理に当たって,所
望されるオブジェクト部品が自己端局101内に存在し
なかったり,属性がなかったり,スキーマがなかったり
すると,回線103を介して他端局から転送を受けて,
自己端局101内に取り込む所のラーニングを行う。
In the processing in the own terminal station 101, if the desired object component does not exist in the own terminal station 101, has no attribute, or has no schema, the other end station receives a message via the line 103. After being transferred,
Learning is carried out at the place where it is taken into the own terminal station 101.

【0074】図5は内部スキーマにおけるクラスやイン
スタンスの生成処理例を示す図である。図中の符号20
3は実データ(エンティティ・データ),204はコマ
ンド・リンク処理部である。
FIG. 5 is a diagram showing an example of generation processing of classes and instances in the internal schema. Reference numeral 20 in the figure
Reference numeral 3 is actual data (entity data), and 204 is a command link processing unit.

【0075】図5に示す符号300は,概念スキーマで
あって,本発明において考慮されている情報階層関係を
概念的に表現したものである。符号301はメタクラス
であって本発明において適宜にメソッドを変更可能に取
り入れたクラスを生成し得るようにするために用意され
たものである。
Reference numeral 300 shown in FIG. 5 is a conceptual schema, which is a conceptual representation of the information hierarchical relationship considered in the present invention. Reference numeral 301 is a metaclass, which is prepared in the present invention so as to be able to generate a class into which a method can be appropriately changed.

【0076】符号302は,クラスであって,当該クラ
スが仮に乗用車に関するものであれば乗用車に関する各
種メソッドを変更可能に取り込んで1つのクラスとして
取り扱うよう考慮されているものである。符号303は
インスタンスであって,例えば乗用車に関するクラス3
02内に取り込まれている各メソッドが使用する一般名
データに個別の特定のデータを与えて,特定の乗用車に
ついての処理プログラムを作成したものを示したもので
ある。
Reference numeral 302 is a class, and if the class concerned is for a passenger car, it is considered that various methods concerning a passenger car are variably taken in and treated as one class. Reference numeral 303 is an instance, for example, class 3 for passenger cars
This is a drawing showing a processing program created for a specific passenger car by giving individual specific data to the generic name data used by each method loaded in 02.

【0077】符号310は,内部スキーマであって,上
記の概念スキーマ300に対応するものとして,データ
処理装置の内部に構成されているものである。そして符
号311は,メタクラス・メソッドであって,所望の個
々のクラスを生成するためのメソッドである。符号31
2は,クラス・スキーマであって,生成された或る1つ
のクラスに対応して,当該クラスに変更可能に取り込ま
れる各種メソッドについてのメソッドIDを記述すると
共に,当該各種メソッドが利用されてゆく順序関係など
を指示しているシーケンス・スキーマを記述している。
Reference numeral 310 is an internal schema, which is configured inside the data processing apparatus as a schema corresponding to the above-mentioned conceptual schema 300. Reference numeral 311 is a metaclass method, which is a method for generating a desired individual class. Reference numeral 31
Reference numeral 2 denotes a class schema, which corresponds to one generated class and describes method IDs of various methods that are changeably incorporated into the class, and the various methods are used. Describes the sequence schema that indicates the order relationship.

【0078】符号313,314,315・・・は夫々
メソッドであって,各メソッド313,314,315
がクラス・スキーマ312上のメソッドIDとリンクを
とられて当該クラスにおいて利用されるクラス・メソッ
ド群となる。
Reference numerals 313, 314, 315 ... Represent methods, and each method 313, 314, 315
Are linked with the method ID on the class schema 312 to form a class method group used in the class.

【0079】符号316は,インスタンス・スキーマで
ある。当該インスタンス・スキーマ316内には,自己
のインスタンス・スキーマ316が関係するクラス(例
えば312)のクラス名が記述されると共に,当該クラ
スにおいて利用されるメソッドが必要とするインスタン
ス・データ(上述のエンティティ・データ203と考え
てよい)が各メソッドIDとリンクをとられて記述され
る。符号320は,ポップ・アップ・データであって,
当該ポップ・アップ・データの中から,上記インスタン
ス・スキーマ316内にインスタンス・データとして抽
出されて書き込まれる。
Reference numeral 316 is an instance schema. In the instance schema 316, the class name of the class (for example, 312) related to the own instance schema 316 is described, and the instance data required by the method used in the class (the above-mentioned entity (May be considered as data 203) is described by linking with each method ID. Reference numeral 320 is pop-up data,
The pop-up data is extracted and written as instance data in the instance schema 316.

【0080】例えば乗用車に関するクラス302と当該
クラスに関連するインスタンス303とを生成しようと
するとき,次のように行われる。当該生成しようとする
人(操作者)が,そのときに頭に思い浮かべた各種メソ
ッド(これらメソッドは既に存在していると考えてお
く)を,当該クラスを生成するために必要なメソッドと
して考慮する。当該考慮されたものが,図示のメタクラ
ス301と考えてよい。
For example, when an attempt is made to generate a class 302 relating to a passenger car and an instance 303 related to the class, the following process is performed. Consider the various methods (think of these methods that already exist) that the person (operator) who tries to generate the class think of at that time as the methods necessary to generate the class. . The considered thing may be considered as the illustrated metaclass 301.

【0081】当該操作者は,乗用車に関するクラスを生
成することをメタクラス・メソッド311に入力すると
共に,上記思い浮かべた各種メソッド名を当該メタクラ
ス・メソッド311に入力する。
The operator inputs to the metaclass method 311 that a class related to a passenger car is to be generated, and also inputs the various method names that have been thought of to the metaclass method 311.

【0082】これに対応して,メタクラス・メソッド3
11は,クラス・スキーマ312上に,乗用車に関する
クラスである旨を記述すると共に,上記各種メソッド名
に対応するメソッドIDを記述する。このとき合わせ
て,メタクラス・メソッド311は,当該クラスにおい
て利用される各種メソッドについての利用順番を指示す
るシーケンス・スキーマや,当該クラスが他と交信する
際に必要とするであろうメッセージ送信メソッドについ
ての夫々のIDを,当該クラス・スキーマ312上に自
動的に記述する。
Correspondingly, metaclass method 3
Reference numeral 11 describes on the class schema 312 that it is a class related to passenger cars, and also describes method IDs corresponding to the above-mentioned various method names. At the same time, the metaclass method 311 is a sequence schema for instructing the usage order of various methods used in the class, and a message transmission method that the class may need when communicating with others. The respective IDs of are automatically described in the class schema 312.

【0083】当該クラス・スキーマ312の生成に対応
して,各メソッドIDが夫々のメソッド313,314
・・・をポイントされたこととなり,クラスが生成され
る。なお,当該生成されたクラスに関して,上記利用す
るメソッドを適宜削除したり,交換したり,追加したり
することは自由に行われる。また,上記メタクラス・メ
ソッド311は生成しようとするクラスの側から起動さ
れると考えてよい。
Corresponding to the generation of the class schema 312, each method ID has its own method 313, 314.
... is pointed, and a class is generated. In addition, regarding the generated class, it is possible to freely delete, replace, or add the method to be used. Further, the metaclass method 311 may be considered to be activated from the side of the class to be generated.

【0084】更にインスタンス・スキーマ316に記述
されている所の上述したクラス名(自己が関連するクラ
スの名前)から,クラス・スキーマが発動され,当該ク
ラスが利用する各種メソッドにおいて使用されるインス
タンス・データが逐次入力されて,インスタンス・スキ
ーマ316上に記述される。なお,この動作は,クラス
の側から,操作者に対して夫々のインスタンス・データ
の入力をうながし,操作者が入力するものと考えてよ
い。これらインスタンス・データのうちでポップ・アッ
プ・データ320としてはその時点までに未登録であっ
たデータについては,当該データを,上記ポップ・アッ
プ・データ320上に自動登録され,次回以降の利用に
そなえるようにされる。
Furthermore, the class schema is invoked from the above-mentioned class name (name of the class with which the self is related) described in the instance schema 316, and the instance class used in various methods used by the class. Data is sequentially input and described in the instance schema 316. It should be noted that this operation may be considered to be performed by the operator by prompting the operator to input each instance data from the class side. Of these instance data, the data that has not been registered as the pop-up data 320 up to that point is automatically registered on the pop-up data 320, and is available for subsequent use. Be prepared.

【0085】インスタンス・スキーマ316上のデータ
は,クラス・スキーマ312上のメソッドIDとリンク
付けされる。言うまでもなく,インスタンス・スキーマ
316上のインスタンス・データは,必要に応じて,適
宜削除したり,交換したり,追加したりされる。またク
ラスが利用するメソッドが変更されると,それに応じて
変更されることになる。
The data on the instance schema 316 is linked with the method ID on the class schema 312. Needless to say, the instance data on the instance schema 316 is deleted, exchanged, or added as needed. Also, if the method used by the class changes, it will change accordingly.

【0086】上記構成によって,所望するクラスを生成
したり,クラスにおいて利用するメソッドを変更した
り,インスタンス・データを変更したりしつつ,適宜に
メソッドを組み合わせて利用することが可能となる。
With the above configuration, it is possible to appropriately use the methods while generating a desired class, changing the method used in the class, and changing the instance data.

【0087】夫々の目的とするデータ処理を行うための
メソッドが形成され,また複数のメソッドが組み合わさ
れてクラスが形成され,更に必要に応じて複数のクラス
が組み合わされて複合クラスが形成されるまたはされて
いる。これらが上述した如く,図2(A)に示す情報隠
蔽の世界に置かれる。
A method for performing each desired data processing is formed, a plurality of methods are combined to form a class, and further, a plurality of classes are combined to form a composite class as necessary. Or has been. As described above, these are placed in the world of information hiding shown in FIG.

【0088】クラスを形成するに当たっては,図5を参
照して説明した如く,クラス・スキーマ312内に,ク
ラス名を指定し,かつメソッド設定に対応して当該クラ
スにおいて使用される(変更可能に取り込まれる)メソ
ッドについてのメソッドIDを記述される。あわせて,
当該メソッドIDと各メソッド313,314・・・と
がリンク付けれらる。また各メソッドが実行されるシー
ケンスを設定するようにされる。
In forming a class, as described with reference to FIG. 5, a class name is specified in the class schema 312 and used in the class corresponding to the method setting (changeable). The method ID of the method to be imported is described. In addition,
The method ID and each method 313, 314, ... Can be linked. Also, the sequence in which each method is executed is set.

【0089】また,特定の処理に対応して,インスタン
ス・スキーマ316が形成される。即ち当該インスタン
ス・スキーマ内に,当該インスタンスを使用するクラス
のクラス名が記述され,個々のインスタンス・データが
記述される。
An instance schema 316 is formed corresponding to a specific process. That is, the class name of the class that uses the instance is described in the instance schema, and individual instance data is described.

【0090】上記クラスの形成やインスタンス・スキー
マの形成に対応して,静的世界が,或る状態テーブル4
14の下にチェインづけられたクラスやメソッドと,各
メソッドに対して対応づけられた変数や定数416とが
存在する形となって形成される。また,必要に応じて,
上述の"is-a"の関係や"part-of" の関係の下で他クラス
と関係づけられる。更に,因果関係を与える制約群が設
定されることとなる。
In response to the formation of the above class and the formation of the instance schema, the static world has a certain state table 4
Classes and methods chained under 14 and variables and constants 416 associated with each method exist. Also, if necessary,
It is related to other classes under the above-mentioned "is-a" relationship and "part-of" relationship. Furthermore, a constraint group that gives a causal relationship will be set.

【0091】動的世界においては,セッションが作られ
て処理順序が特定化され,また並行動作を行わせる場合
には,そのためのタイミングなどが指定されることとな
る。図6はメタクラスからクラスを生成する状態を説明
する説明図である。図6に示す符号300,310,3
11,312,313,314,315,316は図5
に示すものに対応している。また符号317はメッセー
ジ送信メソッド,318は一例として示されるガソリン
代計算用メソッド,319はオブジェクト管理部220
内に設けられるシーケンス・テーブルを表している。ま
た符号220はオブジェクト管理部を表している。
In the dynamic world, when a session is created, the processing order is specified, and when parallel operations are performed, the timing for that is specified. FIG. 6 is an explanatory diagram illustrating a state in which a class is generated from a metaclass. Reference numerals 300, 310, 3 shown in FIG.
11, 312, 313, 314, 315 and 316 are shown in FIG.
It corresponds to the one shown in. Reference numeral 317 is a message transmission method, 318 is a gasoline cost calculation method shown as an example, and 319 is an object management unit 220.
3 shows a sequence table provided in the table. Reference numeral 220 represents an object management unit.

【0092】図5を参照して記述した如く,メタクラス
・メソッド311を用いて,作成しようとするクラスの
クラス名が設定されると共に,当該クラスにおいて使用
されるメソッドが指定される。その際に合わせて,当該
クラスが他と交信するためのメッセージ送信メソッド3
17などが自動的に設定されると共に,当該クラスにお
いて使用される各メソッドの順序関係が設定される。
As described with reference to FIG. 5, the class name of the class to be created is set and the method used in the class is specified using the metaclass method 311. At the same time, message transmission method 3 for the class to communicate with others
17 and the like are automatically set, and the order relation of each method used in the class is set.

【0093】これに対応して,クラス・スキーマ312
上に各取り込まれたメソッドについてのメソッドID
や,メッセージ送信メソッドIDや,シーケンス・スキ
ーマが記述される。そして,各IDと各メソッドとがリ
ンクされる。
Correspondingly, the class schema 312
Method ID for each imported method above
The message transmission method ID and the sequence schema are described. Then, each ID and each method are linked.

【0094】作成されたクラスを用いてインスタンスを
特定することによって特定の処理プログラムが形成され
るものとなる。図示の場合,「車」というクラスに対応
して,特定のインスタンスを取り込んだインスタンス・
スキーマ316が用意されている。
A specific processing program is formed by specifying an instance using the created class. In the case shown in the figure, an instance that captures a specific instance corresponding to the class "car"
A schema 316 is prepared.

【0095】オブジェクト管理部220において例えば
所定のインスタンス・スキーマを利用するメッセージが
与えられると,オブジェクト管理部220は,当該イン
スタンスを起動し(インスタンス・スキーマを取り込
み),当該インスタンス・スキーマ内に記述されている
クラス名から図示のクラス・スキーマ312がリンクさ
れ,当該クラス・スキーマ312内のシーケンス・スキ
ーマがシーケンス・テーブル319内に取り込まれる。
この処理の後に,オブジェクト管理部220は,シーケ
ンス・テーブル319の内容を調べて,逐次必要とする
メソッドを使用し,インスタンス・スキーマ316の内
容を用いて,メッセージに対応するインスタンスを処理
してゆく。
When a message using a predetermined instance schema is given to the object management unit 220, the object management unit 220 activates the instance (takes in the instance schema) and is described in the instance schema. The illustrated class schema 312 is linked from the illustrated class name, and the sequence schema in the class schema 312 is taken into the sequence table 319.
After this processing, the object management unit 220 examines the contents of the sequence table 319, sequentially uses the required method, and uses the contents of the instance schema 316 to process the instance corresponding to the message. .

【0096】図7はクラスからインスタンスを生成する
状態を説明する説明図である。図7に示す符号は図6に
対応している。図5を参照して記述した如く,クラス3
02に対応して,当該クラスに取り込むメソッドが特定
されると,内部スキーマ310内で,クラス・スキーマ
312が作成され,かつ各メソッド313,314・・
・がリンクされる。
FIG. 7 is an explanatory diagram for explaining a state of creating an instance from a class. The reference numerals shown in FIG. 7 correspond to those in FIG. Class 3 as described with reference to FIG.
When the method to be incorporated into the class is specified corresponding to 02, the class schema 312 is created in the internal schema 310, and the methods 313, 314, ...
・ Is linked.

【0097】このようにして作成されたクラス,例えば
「車」に関するクラスは,簡単に言えば,書き換え可能
なインスタンス・データがセットされ得る未だ空き状態
にあるデータ記憶域と,車に関しての各種処理を行うた
めのメソッド群とよりなるものと考えてよい。そして,
このように作成されたクラスにおける上記データ記憶域
に,特定のインスタンス・データをセットすることによ
って,当該インスタンス(インスタンス・データが使用
される特定の処理プログラム)が作成されることにな
る。当該特定の処理プログラムが,図示されるインスタ
ンスである。
In short, the class created in this way, for example, the class related to "car", is a data storage area that is still empty and in which rewritable instance data can be set, and various processes related to cars. It can be thought of as consisting of a group of methods for performing. And
By setting specific instance data in the data storage area of the class created in this way, the instance (specific processing program in which the instance data is used) is created. The specific processing program is the illustrated instance.

【0098】インスタンスを作成するに当たっては,各
メソッドで使用されるインスタンス・データを,インス
タンス・スキーマ316上に設定してゆく。そして当該
設定したインスタンス・スキーマの内容が,クラス・ス
キーマ312上のメソッドIDとリンクをとられる。こ
れによって,インスタンス・スキーマ316を内容を使
用して,対応づけられているクラスにおけるメソッドが
実行される。特定の処理プログラム(インスタンス)が
実行可能となる。当該実行は,オブジェクト管理部22
0が,インスタンス・スキーマ316や各メソッド31
3,314・・・を起動することによって行われる。
When creating an instance, the instance data used in each method is set on the instance schema 316. Then, the content of the set instance schema is linked with the method ID on the class schema 312. This causes the method in the associated class to be executed using the contents of the instance schema 316. A specific processing program (instance) can be executed. The execution is performed by the object management unit 22.
0 is the instance schema 316 and each method 31
, 314 ... Are activated.

【0099】本発明の場合,上述の如く,メタクラス・
メソッド311を用いて,作成対象となるクラスのクラ
ス名を入力させ,当該クラスに取り込む各種メソッドを
変更可能に取り込んで,適宜所望する形でクラスが作成
される。即ち,各メソッドを適宜に組み合わせることに
よって,所望されるクラスが作成される。当該クラス
は,処理プログラムの例で言えば,インスタンス・デー
タがいわば未だ変数の形で記述されている状態の処理プ
ログラムであると考えてよい。
In the case of the present invention, as described above, the metaclass
Using the method 311, the class name of the class to be created is input, various methods to be loaded into the class are mutably loaded, and the class is created in a desired form as appropriate. That is, a desired class is created by appropriately combining the methods. In the example of the processing program, the class can be considered to be a processing program in which the instance data is still described in the form of a variable.

【0100】当該クラス,即ちインスタンス・データが
いわば未だ変数の形で記述されている状態の処理プログ
ラムにおいて,当該変数に対応して特定のインスタンス
・データを指定した上で完成されたものが,特定の処理
を行う処理プログラムである。当該変数をいわば定数に
設定した処理プログラムが,上述のインスタンスであ
る。上述のインスタンス・スキーマ316にインスタン
ス・データを書き換え可能に設定することによって,適
宜所望するインスタンスが作成される。
In the processing program in the state where the class, that is, the instance data is still described in the form of a variable, the one completed by designating the specific instance data corresponding to the variable is specified. It is a processing program for performing the processing of. The processing program in which the variable is set to a constant is the above instance. By setting the instance data in the above-mentioned instance schema 316 to be rewritable, a desired instance is appropriately created.

【0101】図8はメソッドの衣(ころも)を説明する
説明図である。図5に関連して説明した如く,内包に対
応する手続の世界は,外延を仲介としてオブジェクトの
世界と関連づけられる。また図22に関連して説明した
如くメソッド自体も1つのオブジェクトを構成してい
る。また当該メソッドは,手続の世界の中に存在づけら
れている。
FIG. 8 is an explanatory view for explaining the clothes (rolls) of the method. As described with reference to FIG. 5, the procedure world corresponding to the inclusion is associated with the object world through the extension. Further, as described with reference to FIG. 22, the method itself constitutes one object. The method is also present in the procedural world.

【0102】ただメソッドが単独で取り扱われるとき,
当該メソッド自体のみで存在していると,当該メソッド
がいつの時点から誕生したり消滅したりするのか(生
死)や,常駐状態に置かれるべきか否か(オープン/ク
ローズド)や,他から入力されるデータをどこから受け
取るべきか(Input) や,どこに出力すべきか(Output)な
どが不明となることが多い。
However, when a method is handled alone,
If it exists only in the method itself, when is the method born or disappeared (live / dead), whether it should be made resident (open / closed), and other information It is often unclear where to receive the input data (Input) or where to output the output data (Output).

【0103】このために,メソッド自体(図示M)と一
緒に,当該メソッドの動作を指示する動詞(図示V)や
補語(図示C)を記述して,1つのオブジェクトとする
ようにされる。当該動詞Vや補語Cをもって,本発明に
おいてはメソッドの衣と呼んでいる。
For this reason, a verb (V in the drawing) or a complement (C in the drawing) that indicates the operation of the method is described together with the method itself (M in the drawing) to form one object. The verb V and the complement C are referred to as method clothing in the present invention.

【0104】図8(A)は,メソッドがオブジェクトと
して手続の世界に位置していることを表している。また
図8(B)は,或るクラスに取り込まれているメソッド
において,上述のメソッドの衣が記述されており,デー
タ出力やデータ入力を独自に行ってゆく機能を与えられ
ていることを表している。
FIG. 8A shows that the method is located in the procedure world as an object. Further, FIG. 8B shows that, in the method incorporated in a certain class, the clothing of the above method is described and the function of independently performing data output and data input is given. ing.

【0105】オブジェクトの衣は,メソッドが単独にオ
ブジェクトとして働くためのライフ・サイクル機能を与
えるものである。当該ライフ・サイクル機能をもつこと
によっでオブジェクトを自律型のものにする。即ち当該
衣は,オペレータによって外延を介して選択されたメソ
ッドが,自分が動作できるようにするための条件を自分
自身で獲得するようにするためのものである。簡単に言
えば,選択されたメソッド自身が必要なデータ獲得をオ
ペレータに対して指示するデータ獲得手段を,自分の中
に用意しておくためのものである。
The clothing of an object provides a life cycle function for a method to act as an object independently. Having the life cycle function makes the object autonomous. That is, the garment allows the method selected by the operator through the extension to acquire the condition for allowing the operator to operate. In short, it is for preparing the data acquisition means for the selected method itself to instruct the operator to acquire the necessary data.

【0106】オブジェクトの衣には,図8(A)に示す
「生死」,「オープン/クローズド」,「Input 」,
「Onput 」の外に,その他として,(i) オブジェクトが
動作した際にその終了を通知するための「メッセージ送
信」や,(ii)当該オブジェクトの衣を含めた要求機能の
中でのメソッド群の処理順序を与える「シーケンス制
御」などを持っている。
The clothing of the object includes "Life", "Open / Closed", "Input", and
In addition to "Onput", other methods include (i) "Send message" to notify the end of an object when it operates, and (ii) the request function including the clothing of the object. It has "sequence control" etc. that gives the processing order of.

【0107】上述した如く,クラス・スキーマとインス
タンス・スキーマとの働きによって,既存および/また
は新たに生成された複数のメソッドを組み合わせて,所
望される処理目的に対応したシステムを組み上げること
が自由に行われることとなる。しかし,上述の情報隠蔽
の世界430に機能的モデルとして格納されている各メ
ソッドやクラス(これらはすべてオブジェクトである)
が夫々どのような機能を発揮できるものであるかなど
を,後日利用しようとするオペレータの誰でもが容易に
理解できるように配慮しておく必要がある。
As described above, by the action of the class schema and the instance schema, it is possible to freely combine a plurality of existing and / or newly generated methods to build a system corresponding to a desired processing purpose. Will be done. However, each method or class stored as a functional model in the information hiding world 430 (these are all objects)
It is necessary to consider so that any operator who intends to use it at a later date can easily understand what functions each of them can perform.

【0108】従来から,ユーザ・データ・データ・ベー
ス上に個々のユーザ・データを格納しておき,データベ
ース・マネージメント・システム(DBMS)によっ
て,上記個々のユーザ・データを管理する方式が知られ
ている。
Conventionally, there is known a method of storing individual user data on a user data database and managing the individual user data by a database management system (DBMS). There is.

【0109】また従来から,上記DBMSの管理の下に
ある個々のユーザ・データについて,当該個々のユーザ
・データの性質など(メタ・データ)を記述したメタ・
データ・データ・ベースをもうけ,データ・ディクショ
ナリ・アンド・ディレクトリ・システム(DD/DS)
によって,上記メタ・データを管理する方式が知られて
いる。
In addition, conventionally, with respect to individual user data under the management of the above-mentioned DBMS, a meta data describing a property (meta data) of the individual user data.
Data database, data dictionary and directory system (DD / DS)
A method of managing the above meta data is known.

【0110】これら各方式において,上記DBMSが管
理するユーザ・データや,上記DD/DSが管理するメ
タ・データについては,従来から例えばデータ順を表す
順序番号などで特定されるようにされていた。例えば,
上記DBMSが管理するユーザ・データについては,オ
ブジェクトiDが付与されており,当該オブジェクトi
Dは通常上記順序番号で与えられていることがあった。
In each of these methods, the user data managed by the DBMS and the meta data managed by the DD / DS have been conventionally specified by, for example, a sequence number indicating the data order. . For example,
An object iD is attached to the user data managed by the DBMS, and the object iD is added.
D was usually given by the above sequence number.

【0111】更にまた,上記メタ・データや上記ユーザ
・データに付されるiDに関して,単なる順序番号(あ
るいは特別な意味を持たない記号)を用いる方式に換え
て,上記メタ・データや上記ユーザ・データがもってい
るデータの意味する所を上記iDによって表現しようと
することも行われていた。
Furthermore, with respect to the iD attached to the meta data and the user data, the meta data and the user data are replaced with a system using a simple sequence number (or a symbol having no special meaning). It has also been attempted to express the meaning of the data that the data has by the above-mentioned iD.

【0112】図9は従来から知られているデータベース
の構成を示す。図中の符号207はデータベース,20
8はデータベース・マネージメント・システム,209
はユーザ・データ・データベース,210はデータ・デ
ィクショナリ・アンド・ディレクトリ・システム,21
1はメタ・データ・データベースを表している。
FIG. 9 shows the structure of a conventionally known database. Reference numeral 207 in the drawing is a database, 20
8 is a database management system, 209
Is a user data database, 210 is a data dictionary and directory system, 21
Reference numeral 1 represents a meta data database.

【0113】図9に示す如く,従来から,ユーザ・デー
タをまとめて格納するユーザ・データ・データベース2
09が構成されており,データベース・マネージメント
・システム(DBMS)208が一元的に管理を行い,
ユーザ・データについての生成や削除や修正や入出力な
どの処理を行っている。
As shown in FIG. 9, conventionally, a user data database 2 for collectively storing user data is provided.
09, the database management system (DBMS) 208 performs centralized management,
It performs processing such as generation, deletion, modification, and input / output of user data.

【0114】一方,個々のユーザ・データの数が増大
し,個々のユーザ・データのボリュームが増大してくる
につれて,個々のユーザ・データがどんな役割をもつも
のかなどの説明を行うために,メタ・データが作成され
るようになっている。そして,当該メタ・データをまと
めて格納するメタ・データ・データベース211が用い
られ,当該メタ・データ・データベース211を一元的
に管理するものとして,データ・ディクショナリ・アン
ド・ディレクトリ・システム(DD/DS)がもうけら
れている。
On the other hand, as the number of individual user data increases and the volume of each individual user data increases, in order to explain what role each individual user data has, Meta data is created. Then, a meta data database 211 for collectively storing the meta data is used, and as a unit for centrally managing the meta data database 211, a data dictionary and directory system (DD / DS) is used. ) Is provided.

【0115】本発明においては,図9に示す上記メタ・
データとユーザ・データとをまとめてオブジェクト部品
206として把握するようにしている。図10はオブジ
ェクトを取扱う処理態様を示す。
In the present invention, the above meta-data shown in FIG.
The data and the user data are collectively grasped as the object part 206. FIG. 10 shows a processing mode for handling an object.

【0116】図10に示した部品属性ファイル205に
おけるオブジェクト部品206は,図9に示すユーザ・
データ・データベース209中のユーザ・データと,図
9に示すメタ・データ・データベース211中のメタ・
データとを,1つにまとめることができるようにされて
1つにまとめられたものであると考えることもできる。
勿論,図9に示す従来の構成の場合には,データベース
・マネージメント・システム208とデータ・ディクシ
ョナリ・アンド・ディレクトリ・システム210とが互
いに独立に動作していたものであった。また図9に示す
ユーザ・データ・データベース209の内容とメタ・デ
ータ・データベースの内容とは個別にアクセスされ利用
されるものであった。図10に示す場合には,図10に
示す実データ203とメタ・データ202とは結合さ
れ,オブジェクト・コマンドによって特定することによ
って,1つのオブジェクト部品206として取り扱い得
るようにされている。
The object component 206 in the component attribute file 205 shown in FIG. 10 is the user component shown in FIG.
The user data in the data database 209 and the meta data in the meta data database 211 shown in FIG.
It can be considered that the data and the data are integrated into one so that they can be integrated.
Of course, in the case of the conventional configuration shown in FIG. 9, the database management system 208 and the data dictionary and directory system 210 operate independently of each other. Further, the contents of the user data database 209 and the contents of the meta data database shown in FIG. 9 were individually accessed and used. In the case shown in FIG. 10, the actual data 203 and the meta data 202 shown in FIG. 10 are combined and specified by an object command so that they can be handled as one object part 206.

【0117】上記DBMSにて管理されるユーザ・デー
タ・データ・ベース上の個々のユーザ・データ(エンテ
ィティ・データ)と,上記DD/DSにて管理されるメ
タ・データ・データ・ベース上の個々のメタ・データと
を結合して,オブジェクト部品として取り扱うようにす
る思想が提起されつつある。
Individual user data (entity data) on the user data database managed by the DBMS, and individual user data on the meta data database managed by the DD / DS. The idea of combining with the meta data of the above and handling it as an object part is being proposed.

【0118】そして当該オブジェクト部品として取り扱
う対象には,いわば原子オブジェクトと呼ばれる最小規
模のオブジェクトから,逐次複合化されている所のカプ
セル・オブジェクト,イベント・オブジェクト,システ
ム・オブジェクトなどが存在している。このために,当
該取り扱われる対象がきわめて複雑化し複合化し,ある
1つのオブジェクトが与えられた場合に,当該オブジェ
クトがどのような性質をそなえているものかについて,
いわば直接の生成担当者しか判断がつかない状況になる
ことになりかねない。
Objects to be handled as the object parts include a so-called atomic object, which is a minimum scale object, and a sequentially complexed capsule object, event object, system object, and the like. For this reason, the object to be handled becomes extremely complicated and complex, and when a certain object is given, what kind of property the object has,
In other words, the situation may be such that only the person in charge of generation can judge.

【0119】このような状況から,上記オブジェクト部
品を構成するメタ・データとエンティティ・データとに
関して,当該メタ・データにはエンティティ・データの
説明文,即ち名称やコメントや,第3者にとって意味の
判る意味データモデル,概略フロー,詳細フロー,ソー
スプログラムなどが記述されることになる。
From such a situation, regarding the meta data and the entity data which compose the above-mentioned object parts, the meta data has a descriptive text of the entity data, that is, a name, a comment, or meaning to a third party. The semantic data model, outline flow, detail flow, source program, etc. to be understood will be described.

【0120】したがって,上記オブジェクト部品は,一
般に十分に大きい情報量をもつものとなり,当該オブジ
ェクト部品を,当該オブジェクト部品の内容を簡潔に説
明する呼称を与えることが望まれる。
Therefore, the object parts generally have a sufficiently large amount of information, and it is desired to give the object parts a name for briefly explaining the contents of the object parts.

【0121】本発明においては,複合化され得るオブジ
ェクトに関するオブジェクト部品の内容を説明できる呼
称を与え,当該呼称によって当該オブジェクト部品をア
クセスできるようにしている。
In the present invention, a name for explaining the contents of the object part regarding the object which can be compounded is given, and the object part can be accessed by the name.

【0122】図11はオブジェクト管理を行う構成図を
示す。図中の符号101は端局であってデータ処理装置
を構成しているもの,103はLAN又は交換回線であ
って他の端局と交信を行うためのものを表している。
FIG. 11 shows a block diagram for object management. Reference numeral 101 in the drawing denotes a terminal station which constitutes a data processing device, and 103 denotes a LAN or a switching line for communicating with another terminal station.

【0123】また符号202はメタ・データ,203は
実データ(エンティティ・データ),205は部品属性
ファイル,206はオブジェクト部品,219は通信/
受信部,220はオブジェクト管理部を表している。ま
た符号214は実行処理データであってオブジェクト部
品の1つまたはそれらを組み合わせたものをコンパイル
して本番実行処理に適したように展開したもの,符号2
05’は部品属性ファイル205と同じものであって上
記の実行処理データ214を含んでいるものを表してい
る。
Reference numeral 202 is meta data, 203 is actual data (entity data), 205 is a component attribute file, 206 is an object component, and 219 is communication /
A receiver 220 represents an object manager. Reference numeral 214 is execution processing data, which is obtained by compiling one of the object parts or a combination thereof and expanding the data so as to be suitable for the actual execution processing.
Reference numeral 05 'represents the same as the component attribute file 205 and includes the above-mentioned execution processing data 214.

【0124】また図示の符号201は本発明において与
えられたオブジェクト・コマンドであって,上述のオブ
ジェクト部品206を特定する呼称として与えられるも
のである。
Reference numeral 201 shown in the figure is an object command given in the present invention, which is given as a name for specifying the above-mentioned object component 206.

【0125】当該オブジェクト・コマンド201は,シ
グニチャー(サロゲイト)とオブジェクトiDとに大別
されるが,サロゲイトは次の如きパートからなってい
る。即ち, (i) ヘッダ:後述する説明文域や“is−a”階層や
“part−of”階層やシーケンスなどが,幾バイト
目から幾バイト分存在するかを指定する。 (ii)説明文域:オブジェクトの説明文を要約したもので
あってオブジェクトについての本来の意味でのメタ・デ
ータが圧縮して記述される。例えば「誰が作ったか」
「幾バージョン目か」などの説明文に対応する部分を圧
縮して示したものである。 (iii) “is−a”階層:例えば「犬は動物である」と
いう場合の下位「犬」についての上位「動物」との関係
を階層化して,犬の相対位置を表現するが,当該“is
−a”階層には,当該上位「動物」に対して下位「犬」
などが存在している状況を指示する。 (iv)“part−of”階層:例えば「本州」や「九
州」や「四国」は「日本本土」の一部を構成しているも
のであるが,このように例えば「九州」が「日本本土」
の一部を構成しているという構成関係にあることを,当
該“part−of”階層によって位置づけて表現する
ようにする。 (v) シーケンス:複雑に組み合わさったオブジェクト
(複合オブジェクト)には,多くのより細かいオブジェ
クトから成立っている。このような,より細かいオブジ
ェクトの群についての実行順序(分岐を含む)を指示す
る部分を圧縮して表現する。 (vi)オブジェクトiD:従来からのユーザ・データ・デ
ータ・ベースに格納されているデータに対して付与され
ているiDと同じものが与えられる。
The object command 201 is roughly classified into a signature (surrogate) and an object iD, and the surrogate is composed of the following parts. That is, (i) header: Designates the number of bytes from the first byte to the number of bytes of a description area, an “is-a” layer, a “part-of” layer, a sequence, and the like described later. (ii) Explanatory text area: A summary of the explanatory text of the object, in which the original meta data of the object is compressed and described. For example, "Who made it?"
This is a compressed view of the portion corresponding to the explanatory text such as "what version?". (iii) “is-a” hierarchy: For example, when “dog is an animal”, the relative position of the dog is expressed by hierarchizing the relationship between the lower “dog” and the upper “animal”. is
-In the "a" layer, the lower "dog" is compared to the upper "animal"
Etc. to indicate the situation that exists. (iv) "part-of" hierarchy: For example, "Honshu", "Kyushu", and "Shikoku" form a part of "Mainland Japan". main land"
The fact that there is a structural relationship that a part of the above is configured is expressed by being positioned by the "part-of" hierarchy. (v) Sequence: A complex combination of objects (compound object) consists of many smaller objects. Such a portion that indicates the execution order (including branch) for a finer group of objects is compressed and expressed. (vi) Object iD: The same iD given to the data stored in the conventional user data database is given.

【0126】オブジェクト管理部220は,部品属性フ
ァイル205内に,新しくオブジェクト部品206を生
成したり,存在しているオブジェクト部品を修正したり
また削除したり,複数のオブジェクト部品を統合して単
一のオブジェクトにまとめたり,単一のオブジェクト部
品を複数のオブジェクト部品に分割したりする機能をも
つと共に次の如き機能をもつ。
The object management unit 220 creates a new object part 206 in the part attribute file 205, modifies or deletes an existing object part, and integrates a plurality of object parts into a single object part. In addition to having the functions of grouping into objects and dividing a single object part into multiple object parts, it also has the following functions.

【0127】即ち,複数のオブジェクトと交信を行っ
て,個々のオブジェクトの処理順を順序づけて所望する
処理目的に合致した処理を行う機能をもつ。このような
各種処理を行うに当たって,オブジェクト管理部220
は,上記オブジェクト・コマンド201をもって,個々
のオブジェクト部品を特定する。
That is, it has a function of communicating with a plurality of objects, ordering the processing order of each object, and performing processing that matches the desired processing purpose. In performing such various processing, the object management unit 220
Specifies each object part by using the above object command 201.

【0128】なお上述のように順序づけられたオブジェ
クト部品の群について,あるいは個々のオブジェクト部
品について,必要に応じて,コンパイルを行って実行処
理データ214を生成し,当該端局101内でのデータ
処理や,LAN又は交換回線103を経由しての他端局
との交信処理時に当該実行処理データ214を用いるよ
うにする(コンパイルされていることからファイル・ア
クセスなどが少なく処理が高速化される)。
The group of object parts ordered as described above or individual object parts are compiled as necessary to generate execution processing data 214, and data processing in the terminal station 101 is performed. Alternatively, the execution processing data 214 is used during the communication processing with the other end station via the LAN or the switching line 103 (because it is compiled, the file access etc. is small and the processing speed is high). .

【0129】本発明によるオブジェクトの自己PR機能
を説明すると,自己PR機能は利用者が自分で作成した
部品だけでなく他人の部品も有効に利用するために備え
られる。
The self-PR function of the object according to the present invention will be described. The self-PR function is provided for effectively using not only the parts created by the user but also the parts of others.

【0130】図12は本発明による自己PR機能の概要
説明図である。オペレータが,部品群に対しディスプレ
イから使用要求を発生すると,自己PR機能により各部
品は自分で自己PRするようになる。その内容は,次の
3つの項目に分けられる。
FIG. 12 is a schematic explanatory diagram of the self-PR function according to the present invention. When the operator issues a use request to the parts group from the display, each part will self-promote itself by the self-PR function. The contents are divided into the following three items.

【0131】各部品の中に持っている変数の問い合わ
せと,入力要求を行う機能 オペレータの要求により,部品の目的,型やコメント
等をPRする機能 プログラムの仕様を質問に応じて教えてくれる機能,
教えてくれる内容としては,詳細説明,概要説明,意味
データ,管理データ,使い方等が含まれる。
Function for inquiring about variables held in each part and requesting input Function for publicizing the purpose, type, comments, etc. of parts according to the operator's request Function for teaching program specifications in response to questions ,
The contents to be taught include detailed explanation, outline explanation, meaning data, management data, usage, and the like.

【0132】上記とは,図8の(A)について一部
説明されているが,自己PRにも用いる情報がオブジェ
クトの衣(ころも)機能により引き出される。また,最
も情報の項目数が多いは,部品属性ファイルによって
与えられる。
Although the above is partially explained with reference to FIG. 8A, the information used also for the self PR is drawn out by the clothing (roll) function of the object. In addition, the largest number of information items is given by the component attribute file.

【0133】図13はオブジェクトの衣機能の説明図で
ある。図13に示すようにオブジェクトの衣機能はプロ
グラム(普通に作られたプログラムでもよい)を通すこ
とにより,オブジェクト化する機能である。オブジェク
ト化すると,その中に使われているプログラムの使用バ
ッファの一覧(図13のa)とコメント一覧(図13の
b)が作られる。これを部品属性ファイル中にメタデー
タの0ーiD(識別番号0)をとって登録する。これに
より,何時でも部品の使用バッファ(プログラムが使用
するバッファ)やコメントを調べることができるように
なる。
FIG. 13 is an explanatory diagram of the clothing function of the object. As shown in FIG. 13, the clothing function of an object is a function of turning it into an object by passing a program (a normally created program may be used). When made into an object, a list of buffers used by the programs used therein (a in FIG. 13) and a comment list (b in FIG. 13) are created. This is registered in the component attribute file by taking the metadata 0-iD (identification number 0). This makes it possible to check the buffer used by the component (buffer used by the program) and comments at any time.

【0134】この衣機能によるオブジェクト化には,原
子オブジェクト化の処理(図13のc)が含まれてい
る。原子オブジェクトは超部品化したものであり,独立
性,直交性,抽象性,単純性,正規性をもつ。すなわ
ち,この原子オブジェクト化の処理は,プログラムが持
っているバッファをNULL化(フラグや実数をNUL
Lにしてしまう)し,コントロール部品(例えば,if t
hen ,While for 等)があればそれを外し,超部品での
コントロールに置き換え,分離されたプログラムを一つ
ずつに分ける処理である。
The objectification by the clothing function includes the atomic objectization process (c in FIG. 13). Atomic objects are hyper-parts, and have independence, orthogonality, abstraction, simplicity, and normality. In other words, this atomic object processing is to make the buffer of the program NULL (flags and real numbers
L) and control parts (eg if t
(Hen, While for, etc.) is removed, it is replaced with the control in the super component, and the separated program is divided into each one.

【0135】部品の自己PR機能に使用する情報は,上
記した〜の3種類あるが,この3種類とも全てメタ
データとして部品(オブジェクト)の性質を表す。オブ
ジェクト部品とメタデータ及びユーザデータは,上述し
た図10及び図11に示すように,メタデータ202と
実データ(ユーザデータ)203とは組となって一つの
部品(オブジェクト)206を構成する。このメタデー
タ202は殆ど自動的に作られるが,上記とのデー
タは上述(図13)のようにオブジェクトの衣機能で与
えられるものであり,のデータが部品属性ファイル
(これはSPEC指向により自動的に作られる)により
与えられる。
There are three types of information used for the self-PR function of the component, which are the above-mentioned three types, and all of these three types represent the property of the component (object) as metadata. As shown in FIGS. 10 and 11, the object part, the metadata, and the user data form a part (object) 206 by combining the metadata 202 and the actual data (user data) 203. Although this metadata 202 is created almost automatically, the above data is given by the clothing function of the object as described above (FIG. 13), and the data is a component attribute file (this is automatically generated by the SPEC oriented). It is made by.

【0136】ここで部品のメタデータ情報について説明
すると,メタデータ情報は,上記したように,基本的に
はオブジェクトの衣機能により自動作成され,使用バッ
ファの紹介とその部品の目的(名称と簡単な紹介文また
はプログラムの中のコメント)及び部品属性ファイルに
収容されている遺伝子による。この遺伝子には,名称,
キーワード(含む略号),説明文,旧メタデータデータ
(管理のためのデータ),意味データ,空間的なつなが
り,時間的なつながり,及び構成部品(原子オブジェク
ト)である。なお,名称,キーワード,説明文も旧メタ
データの中に含めてもよい(メタデータは図15により
後述する)。
The metadata information of the parts will be explained here. As described above, the metadata information is basically automatically created by the clothing function of the object, and the introduction of the use buffer and the purpose of the part (name and simple (Introduction or comment in the program) and the genes contained in the component attribute file. This gene has a name,
Keyword (including abbreviation), description, old metadata data (data for management), semantic data, spatial connection, temporal connection, and component (atom object). Note that the name, keyword, and description may be included in the old metadata (metadata will be described later with reference to FIG. 15).

【0137】意味データは,部品を抽象概念で把握する
ため自動化は困難であり手動入力される。空間的つなが
りは,複合クラスのリンクデータ,時間的つながりは複
合インスタンスのリンクデータを表す。そして,部品の
実体としての構成部品は原子部品や複合部品の集合体で
表される。しかし,シグニチャーの深いリンクを探せば
最終的に全て原子部品で表わされることになる。
Semantic data is manually input because it is difficult to automate because parts are grasped by an abstract concept. The spatial connection represents the link data of the composite class, and the temporal connection represents the link data of the composite instance. The component as the entity of the component is represented by an aggregate of atomic components and composite components. However, if you search for deep signature links, they will eventually be represented by atomic components.

【0138】図14は自己PRのための部品属性ファイ
ル作成とPR処理の構成を示す図である。部品作成処理
には,大きく分けて2つの方法が考えられている。その
1つは,ユーザデータ処理,すなわちハイパー言語処理
であり,他の1つはSPEC指向による部品作成処理で
ある。図14にはハイパー言語処理の例について示さ
れ,その内容を以下に説明する。
FIG. 14 is a diagram showing the construction of a component attribute file for self-PR and PR processing. There are roughly two methods considered for the component creation processing. One of them is user data processing, that is, hyper language processing, and the other is SPEC-oriented component creation processing. FIG. 14 shows an example of the hyper language processing, the contents of which will be described below.

【0139】ハイパー言語処理601では,オペレータ
がディスプレイ(入出力端末)607を用いた操作によ
り原子オブジェクト602や複合オブジェクト603を
使って,クラス(または複合クラス)604,インスタ
ンス605,及び複合インスタンス(またはセッショ
ン)606を作成する。その時の情報が部品属性ファイ
ル205の部品のメタデータ202として自動的に自動
ふりわけ機能608により割り付けられる。割り付けら
れる情報は大きく分けて符号A〜Gで表す7種類あり,
それぞれについて次に説明する。
In the hyper language processing 601, the operator operates the display (input / output terminal) 607 to use the atomic object 602 and the compound object 603 to generate a class (or compound class) 604, an instance 605, and a compound instance (or Session) 606. The information at that time is automatically assigned by the automatic sorting function 608 as the metadata 202 of the component of the component attribute file 205. There are seven types of information to be assigned, which are roughly represented by symbols A to G,
Each will be described below.

【0140】A:部品名称 これは,プログラムから設定される場合と,オペレータ
から入力される場合がある。
A: Part name This may be set by the program or may be input by the operator.

【0141】B:部品iD これは,内部的に動く共通語であるため,ユーザデータ
処理より自動的に与えられる。
B: Component iD Since this is a common word that moves internally, it is automatically given by the user data processing.

【0142】C:メタデータ このデータは,旧メタデータ(今回作成する時に利用し
た元の部品のメタデータ)の中の管理データを意味す
る。誰が,何時,どういう変更を,どういう目的で,等
のDD/DS(上記図9の210)に関するものであ
り,自動的に作れるものと手動で入力するものとに分け
られる。
C: Metadata This data means management data in the old metadata (metadata of the original part used when creating this time). It relates to DD / DS (210 in FIG. 9) such as who, when, what kind of change, what purpose, etc., and is divided into those that can be automatically created and those that are manually input.

【0143】D:意味データ これは,プログラムの内容を表現するデータであり,殆
どの場合手動で入力される。しかし,クラスを作る時の
属性は自動的に入力される。
D: Semantic data This is data expressing the contents of the program, and in most cases it is manually input. However, the attributes when creating a class are automatically entered.

【0144】E:キーワード(KW),説明文,フロ
ー,ソース等のデータ この中のKWは属性名,部品名が自動的に入力される
か,ユーザが希望する名称の場合は手動で入力される。
説明やフローはSPEC指向により,ソースは自動的に
入力される。
E: Data of keyword (KW), description, flow, source, etc. In KW, the attribute name and part name are automatically input, or if the name is desired by the user, it is manually input. It
The explanation and flow are SPEC oriented, and the source is automatically input.

【0145】F:構造データ これは,原子部品の組み合わせやシーケンスデータであ
り,ハイパー言語処理から入力される。
F: Structural data This is a combination of atomic parts and sequence data, and is input from the hyper language processing.

【0146】G:エンティティデータiD 上記のように部品属性ファイルの部品のメタデータは,
ハイパー言語処理及びSPEC指向処理(図示しない)
から90%程度は自動的に作成されファイルに入力され
る。残りのデータや自動作成が困難なデータはオペレー
タがディスプレイ607からデータ入力処理609によ
り再入力する。その中には上記した部品の名称,一部の
旧メタデータ,意味データ,KW,説明文,フロー等が
ある。
G: Entity data iD As described above, the metadata of the component of the component attribute file is
Hyper-language processing and SPEC-oriented processing (not shown)
About 90% is automatically created and input to the file. The operator re-inputs the remaining data and the data that is difficult to automatically create from the display 607 by the data input processing 609. Among them are the names of the above-mentioned parts, some old metadata, meaning data, KW, explanations, and flows.

【0147】自己PR処理610はオペレータによる会
話形式で要求が発生すると要求された内容に対応した部
品属性ファイルのデータや部品の内容(プログラムのソ
ースを含む)を出力し,必要なデータを入力させ,既存
の部品を利用して必要とする新たなプログラムを作成し
て動作させる援助を行う。
The self-PR process 610 outputs the data of the parts attribute file and the contents of the parts (including the source of the program) corresponding to the requested contents when the request is made in the conversation form by the operator, and inputs the necessary data. , Assists in the creation and operation of new programs that require existing parts.

【0148】図15は自己PR機能によるプログラム登
録時のフロー図であり,上記図14に示す構成による作
成されたプログラムの登録時に実行される。プログラム
の登録を実行すると,プログラムの中かバッファのみを
取り出し,それを構造体でまとめておき,同時にコメン
トのみ取り出し構造体にまとめ,更にメタデータ等の入
力をさせる(図15のS1)。次に使用要求があれば,
バッファの構造体を表示し,そのデータ値を入力させる
(同S2)。これらの結果によりインスタンススキーマ
が作成される(同S3)。
FIG. 15 is a flow chart at the time of program registration by the self PR function, which is executed at the time of registration of the program created by the configuration shown in FIG. When the program registration is executed, only the program or the buffer is taken out, and it is put together in a structure, at the same time, only the comment is taken out in the structure, and further the metadata and the like are input (S1 in FIG. 15). Next, if there is a usage request,
The structure of the buffer is displayed and the data value is input (at step S2). An instance schema is created from these results (at step S3).

【0149】図16は自己PRのための機能ブロックの
構成図である。この図16の中の機能b,c,dは,前
記図15に示すフローの処理S1に対応する。図16に
おいて,登録するプログラムaに対し,使用されている
バッファを取り出しファイル化機能b,コメントを取り
出しファイル化する機能c及びメタデータや意味データ
やフロー,ソースの入力機能dが働いて,プログラムの
登録fが行われる。この場合,ディスプレイへの表示機
能eにより各ファイルの内容の表示や入力のための画面
の表示制御が行われ,ディスプレイの表示を見ながら対
話形式でオペレータにより入力を行うことができる。ま
た,登録されたプログラムに対し自己PRにより要求を
行うことにより対応するプログラムの内容の表示,入力
等の処理が行われて,既存のプログラムを用いたプログ
ラムの登録が行われて,そのプログラムをコンパイルg
を行うことにより,その結果から実行プログラム(EX
Eプログラム)hが作成される。
FIG. 16 is a block diagram of functional blocks for self PR. Functions b, c and d in FIG. 16 correspond to the process S1 of the flow shown in FIG. In FIG. 16, for the program a to be registered, the function b that takes out the used buffer and makes it into a file, the function c that takes out the comment and makes it into a file, and the input function d of metadata, semantic data and flow, and the source work Registration f is performed. In this case, the display function e on the display controls the display of the contents of each file and the screen for inputting, and the operator can input the contents interactively while watching the display on the display. In addition, by making a request to the registered program by self-PR, processing such as displaying and inputting the content of the corresponding program is performed, the program is registered using the existing program, and the program is registered. Compile g
The execution program (EX
E program) h is created.

【0150】本発明は部品属性ファイルの各データの出
力が部品の自己PR機能となる。自己PR機能は,上記
図14に示すハイパー言語処理を動かす時にダイナミッ
クにインタラクティブに出力される(アドバイスすると
いう)。例えば,メタクラスからクラスを作成する時に
は,原子オブジェクトの組み合わせの直交性のチェック
をアドバイスしなければならない。クラスからインスタ
ンスを作成する時は,設定に必要なパラメータを要求し
なければならない。セッションまでゆくと,因果関係の
アドバイスが必要となる。この時,その部品の意味,目
的,動きのフローや,ソース,構造データ等を要求され
ると,部品属性ファイルのデータを使ってアドバイス
(ヘルプ)することができる。
In the present invention, the output of each data of the part attribute file becomes the self PR function of the part. The self-PR function is dynamically and interactively output (advised) when the hyper language processing shown in FIG. 14 is operated. For example, when creating a class from a metaclass, you must advise checking the orthogonality of atomic object combinations. When creating an instance from a class, you must request the parameters needed for the configuration. At the end of the session, causal advice is needed. At this time, if the meaning, purpose, movement flow, source, structural data, etc. of the part are requested, advice (help) can be provided using the data of the part attribute file.

【0151】図17は自己PR機能を用いたプログラム
作成の動作フロー図である。図17において,510は
自己PR機能部を表し,対話形式でオペレータとの間て
上記の部品属性ファイルのメタデータを利用して要求に
応じてデータの出力を行う。
FIG. 17 is an operation flow chart for creating a program using the self PR function. In FIG. 17, reference numeral 510 denotes a self-PR function unit, which interactively outputs data in response to a request using the metadata of the component attribute file with the operator.

【0152】処理を説明すると,オペレータから部品
(オブジェクト)の使用要求を行うと(図17のS
1),自己PR機能部510は登録されている部品の名
称を出力する(S2)。これを受けてディスプレイ上に
部品の目次表示を行う(同S3)。この目次表示の中か
らオペレータが一つの部品を選択し,部品使用要求を発
生すると(同S4),自己PR機能部品510は,その
部品の設定してもらいたい変数を調べてデータ入力を要
求する(同S5)。これに応じて,ディスプレイにこの
部品の変数名が表示される(同S6)。これに対し,オ
ペレータから質問が入力されたか判別し(同S7),質
問があった場合は,質問の内容が問い合わされる(同S
8)。自己PR機能部510はこれに応じて対応する内
容を取り出して出力する(同S9)。すなわち,プログ
ラム内の変数の内容,プログラム内のコメント,メタデ
ータの内容,仕様の内容,フロー,ソースの内容等であ
る。
Explaining the processing, when the operator makes a usage request for a part (object) (S in FIG. 17).
1), the self-PR function unit 510 outputs the name of the registered component (S2). In response to this, the contents of the parts are displayed on the display (at step S3). When the operator selects one component from the table of contents and issues a component use request (at step S4), the self-PR function component 510 checks the variable to be set for that component and requests data entry. (S5). In response to this, the variable name of this component is displayed on the display (at step S6). On the other hand, it is determined whether or not a question has been input by the operator (at step S7), and if there is a question, the content of the question is queried (at step S7).
8). The self PR function unit 510 extracts and outputs the corresponding content in response to this (step S9). That is, contents of variables in the program, comments in the program, contents of metadata, contents of specifications, flows, contents of sources, etc.

【0153】出力された内容は表示されると共に,その
内容が部品(オブジェクト)か判断し(同S10),部
品である場合その部品に対応する変数等のデータ入力が
行われる(同S11)。部品でない場合は,S8に戻
り,質問等を更に行うことができる。また,データ入力
が行われると,そのデータに対し予め決められた型,定
義に合っていることをチェックされ(同S12),合っ
てない場合は入力要求がオペレータに対し表示される
(同S13)。チェックが良好(OK)の場合,その部
品(プログラム)を動作させることができる。
The output contents are displayed, and it is judged whether the contents are parts (objects) (at step S10). If they are parts, data such as variables corresponding to the parts are input (at step S11). If it is not a part, the process can return to S8 to ask further questions. When data is input, it is checked that the data meets the predetermined type and definition (S12), and if not, an input request is displayed to the operator (S13). ). If the check is good (OK), the part (program) can be operated.

【0154】このようにして,既存の登録された部品
(オブジェクト)の中から,オペレータが新たに作成す
るプログラムに適合した部品を選択し,その中に新たな
データを設定することにより新規な部品を作成すること
ができる。
In this way, a new component is created by selecting a component suitable for the program newly created by the operator from the existing registered components (objects) and setting new data in it. Can be created.

【0155】図26は本発明の底流に存在するオブジェ
クト指向による設計態様を説明する図である。図中の符
号410,420,431は夫々図2に示す静的世界4
10,動的世界420,機能的モデル431に対応して
いる。
FIG. 26 is a view for explaining an object-oriented design mode existing in the undercurrent of the present invention. Reference numerals 410, 420 and 431 in the figure respectively represent the static world 4 shown in FIG.
10, the dynamic world 420, and the functional model 431 are supported.

【0156】:ユーザからシステム設計についての要
求が生成されると, :当該要求に対応した問題点の記述が行われ,仕様の
まとめを行うシナリオの作成が行われる。
: When a request for system design is generated from the user :: A problem corresponding to the request is described, and a scenario for summarizing specifications is created.

【0157】:次いで,分析が行われ,どのようなデ
ータが必要とされるかや,どのようなメソッドが必要で
ありかつ利用可能であるかなどがまとめられる。 :当該分析結果にもとづいて,静的世界410におい
ては,必要とするクラスの抽出作業が行われることにな
り,必要とするデータについてのエンティティ・リレー
ション(E−R)図や,必要とするメソッドについての
エンティティ・リレーション(E−R)図を作成してゆ
く。なおE−R図は図20に示す如きものである。そし
てデータのE−R図にもとづいてスキーマ用のメソッド
が選定され,またメソッドのE−R図にもとづいてデー
タとメソッドとが正しく関連づけられる。
[0157] Next, the analysis is performed, and what kind of data is required, what kind of method is necessary and available, etc. are summarized. : Based on the analysis result, in the static world 410, the work of extracting the required class will be performed, and the entity-relation (ER) diagram of the required data and the required method will be obtained. Entity-relationship (ER) diagram is created. The ER diagram is as shown in FIG. Then, the method for the schema is selected based on the ER diagram of the data, and the data and the method are correctly associated with each other based on the ER diagram of the method.

【0158】:メソッドのE−R図が得られると,こ
れにもとづいて,図1や図5や図6や図7に示した如く
クラスが作成され登録される。また複合されたクラスが
作成される。
When the ER diagram of the method is obtained, the class is created and registered based on this, as shown in FIG. 1, FIG. 5, FIG. 6 and FIG. In addition, a compound class is created.

【0159】:また動的世界420においては,関連
するイベントについてのフローチャートをつくり,また
パラレル処理可能なイベントを決定する。そして,図1
や図5や図6や図7に示した如くインスタンスが生成さ
れ,シーケンスが設計される。またパラレル処理可能な
イベントの決定に関連して因果関係が抽出され,因果関
係が図1や図21に示す如く状態テーブル414にセッ
トされ,静的世界に反映される。
Further, in the dynamic world 420, a flow chart for related events is created, and events that can be processed in parallel are determined. And Fig. 1
The instance is generated and the sequence is designed as shown in FIG. 5, FIG. 6, and FIG. Further, a causal relationship is extracted in connection with the determination of an event that can be processed in parallel, and the causal relationship is set in the state table 414 as shown in FIG. 1 and FIG. 21, and reflected in the static world.

【0160】:以上の如く得られたインスタンスにも
とづいてユーザの要求に対処するが,この間に得られた
クラスや複合クラスやインスタンスは機能的モデル43
1として保持されて,将来の再利用にそなえる。また,
上記クラスの作成に当たって,当面不足するメソッドに
ついては当該不足メソッドを作成して利用し,かつ将来
の再利用にそなえるために登録される。不足メソッドの
作成に当たっては,図1や図3や図4に示す如き処理
(図4に示すハイパー言語処理222の処理)によって
行われ,仮動作を行ってみては部品の組み合わせを行い
つつ改良を加えてゆく。
The user's request is dealt with based on the instance obtained as described above, but the classes, composite classes, and instances obtained during this period are functional models 43.
It is retained as 1 for future reuse. Also,
When creating the above class, for the methods that are in short supply for the time being, they are registered in order to create and use the insufficient methods and to prepare for future reuse. The creation of the lacking method is performed by the processing as shown in FIG. 1, FIG. 3 and FIG. 4 (processing of the hyper language processing 222 shown in FIG. 4), and the temporary operation is performed to improve the parts while combining the parts. In addition.

【0161】図18はオブジェクトの再利用の態様を説
明する図である。図18における右半分は,図1,図2
に示した静的世界410や動的世界420や機能的モデ
ル431に対応するものである。また図18における左
半分は,オブジェクト部品の組合わせを行わせるための
技術を表している。
FIG. 18 is a diagram for explaining a mode of object reuse. The right half of FIG. 18 is shown in FIGS.
It corresponds to the static world 410, the dynamic world 420, and the functional model 431 shown in FIG. The left half of FIG. 18 shows a technique for combining object parts.

【0162】当該図18における左半分におけるオブジ
ェクト部品の自由な組合わせ技術480は,図1や図5
や図6や図7に示した処理に対応している。またメタ・
データの作成481は図9や図10や図11のメタ・デ
ータを作成することに対応している。更に図18に示す
オブジェクト・コマンド201は図11に示すオブジェ
クト・コマンドであり,図10や図11に示す如くメタ
・データと実データとを組にした個々のオブジェクト部
品206に対応して生成される。
The free combination technique 480 of object parts in the left half of FIG.
6 corresponds to the processing shown in FIG. 6 and FIG. Also meta
The data creation 481 corresponds to the creation of the meta data shown in FIGS. 9, 10, and 11. Further, the object command 201 shown in FIG. 18 is the object command shown in FIG. 11, and is generated corresponding to each object part 206 which is a set of meta data and actual data as shown in FIGS. It

【0163】生成されたオブジェクト・コマンド201
は自動的に整理され自由に利用可能にされており,図1
8に示す右半分のオブジェクト部品の再利用技術におけ
る自己PR機能を用いた質問ツールにおいて利用され
る。即ちオブジェクト・コマンドにもとづいて,必要と
するオブジェクト部品206が呼び込まれて再利用され
てゆく。
Generated object command 201
Are automatically organized and made freely available.
It is used in the question tool using the self-PR function in the right half object part reuse technology shown in FIG. That is, the required object parts 206 are called in and reused based on the object command.

【0164】[0164]

【発明の効果】本発明によれば次のような効果を奏する
ことができる。 部品としたいプログラムを登録すると,以後そプログ
ラムは自動的に自己PRをするようになるので他人の作
ったプログラムでも再利用することができる。
According to the present invention, the following effects can be obtained. When you register a program that you want to use as a component, the program will automatically perform PR afterwards, so you can reuse programs created by others.

【0165】プログラムの内容を知らなくともそのプ
ログラムの目的,仕様等が分かり,入力すべきデータに
対してもその目的(意味)や型の大きさを教えてくれる
ので,プログラムの作り方や,内容を知らなくとも再利
用が容易である。
Since the purpose, specifications, etc. of the program can be understood without knowing the contents of the program, and the purpose (meaning) and the size of the type are taught to the data to be input, the method of creating the program and the contents It is easy to reuse without knowing.

【0166】説明が不足していることに気付いたら,
そのメタデータを追加することが可能であるため,改造
を加えても,誰が,何時,どういう理由で改造したかを
管理できる。
If you find that the explanation is insufficient,
Since it is possible to add the metadata, it is possible to manage who modified the modification, when, and why.

【0167】既に作成されているプログラムでもこの
本発明の自己PR機能を通すことにより再利用すること
が可能となる。
A program already created can be reused by passing the self PR function of the present invention.

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

【図1】本発明の原理構成図を示す。FIG. 1 shows a principle configuration diagram of the present invention.

【図2】静的世界と動的世界とを説明する説明図であ
る。
FIG. 2 is an explanatory diagram illustrating a static world and a dynamic world.

【図3】ダイナミック・オブジェクト処理部における動
作の一部を説明する図である。
FIG. 3 is a diagram illustrating a part of the operation in a dynamic object processing unit.

【図4】端局の構成を示す。FIG. 4 shows a configuration of a terminal station.

【図5】内部スキーマにおけるクラスやインスタンスの
生成処理例を示す図である。
FIG. 5 is a diagram showing an example of generation processing of classes and instances in an internal schema.

【図6】メタクラスからクラスを生成する状態を説明す
る説明図である。
FIG. 6 is an explanatory diagram illustrating a state in which a class is generated from a metaclass.

【図7】クラスからインスタンスを生成する状態を説明
する説明図である。
FIG. 7 is an explanatory diagram illustrating a state of generating an instance from a class.

【図8】メソッドの衣(ころも)を説明する説明図であ
る。
FIG. 8 is an explanatory diagram illustrating clothing (rolls) of a method.

【図9】従来から知られているデータベースの構成を示
す。
FIG. 9 shows a configuration of a conventionally known database.

【図10】オブジェクトを取扱う処理態様を示す。FIG. 10 shows a processing mode for handling an object.

【図11】オブジェクト管理を行う構成図を示す。FIG. 11 shows a block diagram of object management.

【図12】本発明による自己PR機能の概要説明図であ
る。
FIG. 12 is a schematic explanatory diagram of a self-PR function according to the present invention.

【図13】オブジェクトの衣機能の説明図である。FIG. 13 is an explanatory diagram of a clothing function of an object.

【図14】自己PRのための部品属性ファイル作成とP
R処理の構成を示す図である。
FIG. 14: Part attribute file creation and P for self PR
It is a figure which shows the structure of R processing.

【図15】自己PR機能によるプログラム登録時のフロ
ー図である。
FIG. 15 is a flowchart at the time of program registration by the self-PR function.

【図16】自己PRのための機能ブロックの構成図であ
る。
FIG. 16 is a configuration diagram of functional blocks for self-PR.

【図17】自己PR機能を用いたプログラム作成の動作
フロー図である。
FIG. 17 is an operation flow diagram of creating a program using the self-PR function.

【図18】オブジェクトの再利用の態様を説明する図で
ある。
FIG. 18 is a diagram illustrating a manner of reusing an object.

【図19】本発明の場合の如くオブジェクトをカプセル
化する利点を説明する図である。
FIG. 19 is a diagram illustrating an advantage of encapsulating an object as in the case of the present invention.

【図20】会社部門をモデル化した状態を説明する図で
ある。
FIG. 20 is a diagram illustrating a modeled state of a company department.

【図21】モデル抽象化を説明する図である。FIG. 21 is a diagram illustrating model abstraction.

【図22】カプセルを説明する図である。FIG. 22 is a diagram illustrating a capsule.

【図23】オブジェクトのモデル化説明図である。FIG. 23 is an explanatory diagram of modeling an object.

【図24】モデル化したオブジェクトの働きを説明する
図である。
FIG. 24 is a diagram illustrating the function of a modeled object.

【図25】従来の部品(ライブラリ)を使用する方法の
説明図である。
FIG. 25 is an explanatory diagram of a method of using a conventional component (library).

【図26】本発明の底流に存在するオブジェクト指向に
よる設計態様を説明する図である。
FIG. 26 is a diagram for explaining an object-oriented design mode that exists in the undercurrent of the present invention.

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

302 クラス 303 インスタンス 310 内部スキーマ 312 クラス・スキーマ 313 メソッド 314 メソッド 315 メソッド 316 インスタンス・スキーマ 410 静的世界 414 状態テーブル 415 因果関係制約群 600 自己PR機能部 302 class 303 instance 310 internal schema 312 class schema 313 method 314 method 315 method 316 instance schema 410 static world 414 state table 415 causal constraint group 600 self PR function unit

フロントページの続き (72)発明者 村川 雅彦 神奈川県川崎市高津区坂戸100番1 富士 通ネットワークエンジニアリング株式会社 内 (72)発明者 豊田 雅信 神奈川県川崎市高津区坂戸100番1 富士 通ネットワークエンジニアリング株式会社 内 (72)発明者 足立 武史 神奈川県川崎市高津区坂戸100番1 富士 通ネットワークエンジニアリング株式会社 内 (72)発明者 市川 なおみ 神奈川県川崎市中原区上小田中1015番地 富士通株式会社内Front Page Continuation (72) Inventor Masahiko Murakawa 100-1 Sakado, Takatsu-ku, Kawasaki-shi, Kanagawa Fujitsu Network Engineering Limited (72) Masanobu Toyota 100-1 Sakado, Takatsu-ku, Kawasaki-shi, Kanagawa Fujitsu Network Engineering Ltd. In-house (72) Inventor Takeshi Adachi 100-1 Sakado, Takatsu-ku, Kawasaki-shi, Kanagawa Fujitsu Network Engineering Co., Ltd. (72) Inventor Naomi Ichikawa 1015, Uedanaka, Nakahara-ku, Kawasaki, Kanagawa

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 単一の処理単位および/または単一の処
理単位を複合化した複合処理単位をオブジェクトと名付
け,当該オブジェクトを組み合わせ,所望される処理を
オブジェクト指向プログラムまたは手続き型プログラム
により実行するデータ処理システムにおいて,実世界を
オブジェクト・モデルとみなして把握し,当該実世界を
外延的外辞と内包とに対応づけ,内包を情報隠蔽された
領域に置き,当該内包を特定するいわばiD情報を外延
的外辞と対応づけて構成し,当該外延的外辞に対応付け
て,上記実世界を,上記オブジェクトの世界を構成する
静的世界と動的世界とで表現しておき,当該静的世界に
ついては,静的モデルとして,クラスおよび/または複
合クラスを用いてシステムの仕組みを与え,上記動的世
界については,動的モデルとして,上記クラスおよび/
または複合クラスのインスタンスを用いて当該動的モデ
ルの動きに対応するセッションを与え,既存および/ま
たは新たに生成された複数のメソッドを組み合わせて上
記クラスおよび/または複合クラスを構成せしめると共
に,当該クラスおよび/または複合クラスの夫々に対応
づけて,上記インスタンスを構成し,既存のプログラム
のオブジェクトを部品として再利用するための自己PR
機能部を備え,前記各クラス及び/または複合クラス,
インスタンス,及びセッションを部品として登録したい
時に各部品に対応してユーザデータと自己PR用入力情
報を含むメタデータとを組とするオブジェクトを作成
し,前記自己PR機能部は,部品の使用要求に対し,要
求された部品の内容を前記作成されたメタデータを用い
て出力し,該出力された内容に対して部品の作成に必要
なデータ入力を行うことにより必要とする部品を作成す
ることを特徴とするオブジェクトの自己PR方式。
1. A single processing unit and / or a composite processing unit obtained by combining a single processing unit is named an object, the objects are combined, and desired processing is executed by an object-oriented program or a procedural program. In the data processing system, the real world is regarded as an object model and grasped, the real world is associated with the extensional exposition and the comprehension, the comprehension is placed in the information hidden area, and the comprehension is specified. Is associated with an extensional adjective, is associated with the extensional affix, and the real world is represented by a static world and a dynamic world that make up the world of the object. For the dynamic world, the system mechanism is given by using a class and / or a composite class as a static model. As a model, the above class and /
Alternatively, a session corresponding to the movement of the dynamic model is given by using an instance of the composite class, and the above class and / or composite class is configured by combining a plurality of existing and / or newly generated methods, Self PR for configuring the above instance by associating with each and / or composite class and reusing the object of the existing program as a component
A functional unit, each class and / or composite class,
When it is desired to register an instance and a session as a component, an object is created corresponding to each component, which is a set of user data and metadata including self-PR input information, and the self-PR function unit requests the use of the component. On the other hand, the contents of the requested parts are output using the created metadata, and the necessary parts are created by inputting the data necessary for creating the parts to the output contents. A self-PR method for the featured object.
【請求項2】 請求項1のオブジェクトの自己PR方式
において,前記自己PR機能部は,部品の使用要求が発
生すると登録された部品の一覧を出力し,一覧出力に対
し一つの部品が選択されると該当部品内に設定すべき変
数と入力要求を出力し,該当部品に対する要求に応じた
該部品の目的,型,コメントの出力と,プログラムの仕
様に関する質問に対してコメント,説明文,フロー,ソ
ース,管理データ,使用法等を出力し,データ入力に対
し予め決められた仕様に合致するかチェックして入力を
可能にすることを特徴とするオブジェクトの自己PR方
式。
2. The object self-PR system according to claim 1, wherein the self-PR function unit outputs a list of registered parts when a usage request for the part is generated, and one part is selected for the list output. Then, the variable to be set and the input request are output in the relevant component, the purpose, type, and comment of the relevant component are output in response to the request for the relevant component, and the comment, the explanation, and the flow for the question about the specifications of the program , A source, management data, usage, etc. are output, and a self-PR method of an object is characterized in that it is possible to input after checking whether or not it meets a predetermined specification for data input.
【請求項3】 請求項1において,部品としたいプログ
ラムを登録する時,該プログラムの中のバッファだけを
取り出し,そのファイル名,型,サイズ等を抽出して一
つの構造体とし,該プログラム中のコメントのみを取り
出して一つの構造体とし,作成者の個人識別番号や作成
日等のデータを自動設定し,外部的な名称や検索用のキ
ーワード,説明用のコメント文,仕様,フロー,意味デ
ータや,表示したい画面構成等のデータを手動入力と
し,前記構造体及び入力された情報を部品に対応するメ
タデータとして部品属性ファイルに格納したことを特徴
とするオブジェクトの自己PR方式。
3. The program according to claim 1, when registering a program to be a part, only the buffer in the program is taken out, and its file name, type, size, etc. are extracted as one structure, Only the comments of the above are taken out as one structure, and data such as the personal identification number of the creator and the creation date are automatically set, and external names, keywords for search, comment text for explanation, specifications, flow, meaning A self-PR method for an object, characterized in that data and data such as a screen configuration to be displayed are manually input, and the structure and the input information are stored in a component attribute file as metadata corresponding to the component.
JP5122761A 1993-05-25 1993-05-25 Self-pr system for object Withdrawn JPH06332714A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5122761A JPH06332714A (en) 1993-05-25 1993-05-25 Self-pr system for object

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5122761A JPH06332714A (en) 1993-05-25 1993-05-25 Self-pr system for object

Publications (1)

Publication Number Publication Date
JPH06332714A true JPH06332714A (en) 1994-12-02

Family

ID=14843967

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5122761A Withdrawn JPH06332714A (en) 1993-05-25 1993-05-25 Self-pr system for object

Country Status (1)

Country Link
JP (1) JPH06332714A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2021103497A (en) * 2019-12-26 2021-07-15 キヤノンマーケティングジャパン株式会社 Information processing device, information processing system, control method for the same and program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2021103497A (en) * 2019-12-26 2021-07-15 キヤノンマーケティングジャパン株式会社 Information processing device, information processing system, control method for the same and program

Similar Documents

Publication Publication Date Title
US5420978A (en) Method and apparatus for customizing a schedule display
JPH06214865A (en) Object base data processor
JPH06332786A (en) Data processing system with composite object
JPH06332710A (en) Object directional data processing system
US5799193A (en) Scenario based iterative method for development of an object oriented system model
CN106445536B (en) Automatic business design management system
CN110287097A (en) Batch testing method, device and computer readable storage medium
US5572733A (en) Data processing system which executes composite objects by combining existing objects
CN109981692A (en) A kind of infant industry Internet of Things framework and its implementation
JPH06332772A (en) Enoversion control processing system in data processing system
Alshareef et al. Activity-based DEVS modeling
Nawijn et al. Automated finite element analysis in a knowledge based engineering environment
CN111309378A (en) Machine learning model life cycle management system and method
JPH07114464A (en) Object-oriented data processing system
CN114707429A (en) EAR-based executable modeling method, apparatus, computer device and medium
JPH06332714A (en) Self-pr system for object
JPH06332711A (en) Object management processing system for data processing system
JPH0683693A (en) Data processor for executing processing by combining objects
JPH06332785A (en) Object directing data processing system
Blum Documentation for maintenance: a hypertext design
JPH09198242A (en) Object-orient design supporting device
JPH07114472A (en) Object-oriented data processing system
JPH06214790A (en) Object direction data processor
JPH0736696A (en) Object directed data processing system
JPH06332784A (en) Object directing data processing 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: 20000801