JP2001067209A - Arithmetic unit and program storage medium - Google Patents

Arithmetic unit and program storage medium

Info

Publication number
JP2001067209A
JP2001067209A JP24328499A JP24328499A JP2001067209A JP 2001067209 A JP2001067209 A JP 2001067209A JP 24328499 A JP24328499 A JP 24328499A JP 24328499 A JP24328499 A JP 24328499A JP 2001067209 A JP2001067209 A JP 2001067209A
Authority
JP
Japan
Prior art keywords
basic
package
class
classes
customer
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
JP24328499A
Other languages
Japanese (ja)
Inventor
Koichi Okazaki
孝一 岡崎
Mayumi Hase
真由美 長谷
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 JP24328499A priority Critical patent/JP2001067209A/en
Publication of JP2001067209A publication Critical patent/JP2001067209A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To easily reflect version-up, after a customizing specific to a customer is executed, in a package to which the customizing specific to the customer is operated in an arithmetic unit for storing a package program for executing a prescribed processing, and for executing the prescribed processing. SOLUTION: It is possible to store a package having a basic layer constituted of the group of abstract classes for respectively describing plural individual basic processing constituting the basic processing of this package and a basic customizing layer constituted of the group of execution classes inheriting the abstract classes for respectively executing the plural individual basic processing or a customer customizing layer constituted by replacing at least one basic execution class of the basic execution classes constituting the basic customizing layer with the execution class inheriting the abstract class corresponding to the basic execution class for executing an individual corrected processing after the individual basic processing described in the abstract class is corrected.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、所定の処理を実行
するパッケージプログラムを記憶しておいて、その処理
を遂行する演算装置、およびそのようなパッケージプロ
グラムを記憶したプログラム記憶媒体に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an arithmetic unit which stores a package program for executing a predetermined process and executes the process, and a program storage medium storing such a package program.

【0002】[0002]

【従来の技術】従来より様々なソフトウェアパッケージ
が汎用品としてあるいは特定の顧客向けに開発されてい
る。特定の顧客向けにソフトウェアパッケージを開発す
るにあたっては、全く新規に最初から開発する場合もあ
るが、その多くは基本パッケージが先に存在し、その基
本パッケージを修正することにより、その特定の顧客向
けにカスタマイズされたパッケージが開発される。
2. Description of the Related Art Conventionally, various software packages have been developed as general-purpose products or for specific customers. When developing a software package for a specific customer, there are cases where a completely new software is developed from the beginning, but in many cases, a basic package exists first, and by modifying the basic package, it is possible to develop a software package for that specific customer. A customized package is developed.

【0003】図9は、基本パッケージ(A)と、特定の
顧客(ユーザ)向けに個別にカスタマイズされたパッケ
ージ(B)の構成の一例を示す図である。
FIG. 9 is a diagram showing an example of the configuration of a basic package (A) and a package (B) individually customized for a specific customer (user).

【0004】ここには、全体として所定の処理を構成す
る複数の個別処理それぞれを分担するクラスの集合(こ
こでは、クラスA〜クラスE)からなるパッケージが示
されている。ここで、クラス間の矢印は、ある1つのク
ラスから別のクラスにメッセージの伝達や処理の依頼
等、何らかの影響を及ぼしていることを表わしている。
[0004] Here, a package comprising a set of classes (here, classes A to E) sharing each of a plurality of individual processes constituting a predetermined process as a whole is shown. Here, the arrow between the classes indicates that some sort of influence is exerted, such as transmission of a message from one class to another class, request for processing, and the like.

【0005】ここで、ある特定の顧客の要望を満たすた
めに、図9(B)に示すように、クラスDがその顧客向
けに修正されたものとする。
Here, it is assumed that the class D has been modified for a particular customer as shown in FIG.

【0006】ここで、基本パッケージには、特定の顧客
向けということではなく、その基本パッケージ自体の機
能向上等のために、機能の修正や追加(バージョンアッ
プ)が行なわれることがある。
Here, the basic package may be modified or added (upgraded) not for a specific customer but for the purpose of improving the function of the basic package itself.

【0007】図10は、図9に示すパッケージがバージ
ョンアップされたときの状況を示す図である。 図10
(A)は、図9(A)に示す基本パッケージに機能追加
が行なわれたときの状況を示す模式図であり、ここでは
クラスAに機能Hが追加され、クラスDに機能Gが追加
されている。
FIG. 10 shows a situation when the package shown in FIG. 9 is upgraded. FIG.
9A is a schematic diagram showing a situation when a function is added to the basic package shown in FIG. 9A. Here, a function H is added to a class A, and a function G is added to a class D. ing.

【0008】図10(B)は、図9(B)に示すように
クラスDが修正されることにより特定の顧客向けにカス
タマイズされたパッケージに、図10(A)と同じ機能
を追加しようとしたときの状況を示す模式図である。
FIG. 10 (B) shows an attempt to add the same function as FIG. 10 (A) to a package customized for a specific customer by modifying the class D as shown in FIG. 9 (B). It is a schematic diagram which shows the situation at the time of doing.

【0009】パッケージのバージョンアップがあった場
合、そのバージョンアップの影響を及ぼす範囲がわから
ないので、機能追加後の基本パッケージに戻り、その機
能追加後の基本パッケージを構成する全クラスをコピー
して、そのコピーした基本パッケージを、特定の顧客向
けに再度修正する。
When the package version is upgraded, the extent of the effect of the version upgrade is not known. Therefore, the procedure returns to the basic package after the function is added, and all the classes constituting the basic package after the function are added are copied. Modify the copied base package again for a specific customer.

【0010】[0010]

【発明が解決しようとする課題】このように、従来は、
基本パッケージを基に顧客固有のカスタマイズを行なっ
た場合において、基本パッケージがバージョンアップさ
れた場合、その顧客固有のカスタマイズを行なったパッ
ケージにも同じバージョンアップのメリットを与えるに
は、バージョンアップされた基本パッケージを基に再度
顧客固有のカスタマイズを行なう必要があり、多大な費
用がかかるという問題がある。このため、顧客固有のカ
スタマイズを行なった後は、基本パッケージがバージョ
ンアップされても、そのカスタマイズされた顧客固有の
パッケージはバージョンアップを行なうことなく、バー
ジョンアップ前のものをそのまま使用するケースも多
い。本発明は、上記事情に鑑み、顧客固有のカスタマイ
ズを行なった後にバージョンアップされたとき、その顧
客固有のカスタマイズが行なわれたパッケージにもその
バージョンアップの機能を容易に組み込むことのできる
パッケージが組み込まれた演算装置、およびそのような
パッケージが記憶されたプログラム記憶媒体を提供する
ことを目的とするものである。
As described above, conventionally,
If customer-specific customization is performed based on the basic package and the basic package is upgraded, the same version upgrade benefits can be provided to the customer-customized package. There is a problem in that customization unique to the customer needs to be performed again based on the package, resulting in a large cost. For this reason, after the customer-specific customization is performed, even if the basic package is upgraded, the customized customer-specific package is often used as it is before the version upgrade without performing the version upgrade. . In view of the above circumstances, according to the present invention, when a customer-specific customization is performed and then upgraded, a package that can easily incorporate the version-up function is also incorporated into the customer-customized package. It is an object of the present invention to provide a calculated arithmetic device and a program storage medium storing such a package.

【0011】[0011]

【課題を解決するための手段】上記目的を達成する本発
明の演算装置は、全体として所定の処理を構成する複数
の個別処理それぞれを分担するクラスの集合からなる、
該所定の処理を実行するパッケージを記憶する記憶部
と、上記記憶部に記憶されたパッケージを読み出して実
行することにより上記所定の処理を遂行する実行部とを
備えた演算装置において、上記記憶部が、パッケージの
基本処理を構成する複数の個別基本処理それぞれを記述
した抽象クラスの集合からなる基礎層と、上記抽象クラ
スそれぞれを継承し、上記複数の個別基本処理そのもの
をそれぞれ実行する、上記抽象クラスそれぞれに対応す
る基本実行クラスの集合からなる基本カスタマイズ層と
を有するパッケージを記憶してなることを特徴とする。
According to a first aspect of the present invention, there is provided an arithmetic unit comprising a set of classes each sharing a plurality of individual processes constituting a predetermined process.
An arithmetic device comprising: a storage unit that stores a package that executes the predetermined process; and an execution unit that executes the predetermined process by reading and executing the package stored in the storage unit. Is a base layer consisting of a set of abstract classes describing each of a plurality of individual basic processes constituting a basic process of a package, and the abstract which inherits each of the abstract classes and executes each of the plurality of individual basic processes itself. A package having a basic customization layer composed of a set of basic execution classes corresponding to each class is stored.

【0012】ここで、上記本発明の演算装置において、
上記記憶部が、上記基本カスタマイズ層に代えて、その
基本カスタマイズ層を構成する基本実行クラスの少なく
とも1つの基本実行クラスが、その基本実行クラスに対
応する抽象クラスを継承するとともにその抽象クラスに
記述された個別基本処理が修正されてなる個別修正処理
を実行する顧客実行クラスに置換されてなる顧客カスタ
マイズ層を有するパッケージを記憶してなるものであっ
てもよい。
Here, in the arithmetic device of the present invention,
In the storage unit, instead of the basic customization layer, at least one of the basic execution classes constituting the basic customization layer inherits an abstract class corresponding to the basic execution class and is described in the abstract class. A package having a customer customization layer that is replaced by a customer execution class that executes the individual correction process in which the individual basic process is modified may be stored.

【0013】また、上記目的を達成する本発明のプログ
ラム記憶媒体は、全体として所定の処理を構成する複数
の個別処理それぞれを分担するクラスの集合からなる、
その所定の処理を実行するパッケージを記憶してなるプ
ログラム記憶媒体において、パッケージの基本処理を構
成する複数の個別基本処理それぞれを記述した抽象クラ
スの集合からなる基礎層と、上記抽象クラスそれぞれを
継承し、上記複数の個別基本処理そのものをそれぞれ実
行する、上記抽象クラスそれぞれに対応する基本実行ク
ラスの集合からなる基本カスタマイズ層とを有するパッ
ケージを記憶してなることを特徴とする。
According to another aspect of the present invention, there is provided a program storage medium comprising a set of classes each of which is assigned to a plurality of individual processes constituting a predetermined process.
In a program storage medium storing a package for executing the predetermined process, a base layer comprising a set of abstract classes describing each of a plurality of individual basic processes constituting the basic process of the package, and inheriting each of the abstract classes A package having a basic customization layer consisting of a set of basic execution classes corresponding to each of the abstract classes and executing the plurality of individual basic processes itself is stored.

【0014】ここで、上記本発明のプログラム記憶媒体
は、上記基本カスタマイズ層に代えて、基本カスタマイ
ズ層を構成する基本実行クラスの少なくとも1つの基本
実行クラスが、その基本実行クラスに対応する抽象クラ
スを継承するとともにその抽象クラスに記述された個別
基本処理が修正されてなる個別修正処理を実行する顧客
実行クラスに置換されてなる顧客カスタマイズ層を有す
るパッケージを記憶してなるものであってもよい。
Here, in the program storage medium of the present invention, instead of the basic customization layer, at least one of the basic execution classes constituting the basic customization layer is an abstract class corresponding to the basic execution class. And a package having a customer customization layer that is replaced with a customer execution class that executes individual correction processing in which individual basic processing described in the abstract class is corrected. .

【0015】本発明に係るパッケージは、上記の基礎層
と、基本カスタマイズ層あるいは顧客カスタマイズ層と
を有するものであるため、基本カスタマイズ層を特定の
顧客向けにカスタマイズしたり、あるいは既にカスタマ
イズされた顧客カスタマイズ層をさらにその顧客独自に
カスタマイズした場合であっても、基礎層に対してバー
ジョンアップを行なえば、そのバージョンアップにより
追加あるいは修正された機能は、特定の顧客向けにカス
タマイズされたパッケージにもそのまま反映させること
ができる。
Since the package according to the present invention has the above-mentioned basic layer and the basic customizing layer or the customer customizing layer, the basic customizing layer can be customized for a specific customer or a customer who has already been customized. Even if the customization layer is further customized for the customer, if the version is upgraded for the base layer, the functions added or modified by the version upgrade will be included in the package customized for the specific customer. It can be reflected as it is.

【0016】例えばJAVA言語等のオブジェクト指向
プログラミング言語には、‘継承’という機能が存在す
る。すなわち、基本的な処理を記述したあるクラス(基
本クラス)が存在するものとし、継承の機能を使い、そ
の基本クラスとの差異、例えば追加点あるいは変更点の
みを記述した継承クラスを作成する。このとき、その継
承クラスを実行すると、基本クラスに記述された基本的
な処理に、その継承クラスに記述された追加点や、変更
点が加わった処理が行なわれる。
An object-oriented programming language such as the JAVA language has a function called “inheritance”. That is, it is assumed that there is a certain class (basic class) in which basic processing is described, and an inheritance class in which only a difference from the base class, for example, an added point or a changed point, is described using the inheritance function. At this time, when the inherited class is executed, a process is performed in which the additions and changes described in the inherited class are added to the basic processes described in the base class.

【0017】本発明は、この‘継承’という機能に着目
し、特定の顧客向けにはカスタマイズする必要のないク
ラスについても、追加点や変更点のない‘空’の継承ク
ラスを作成しておくことによって、顧客向けのカスタマ
イズが行なわれたパッケージにもバージョンアップを容
易に取り込むことができることに想到したのである。す
なわち、上記のように‘空’のクラスの集合からなる基
本カスタマイズ層をはじめから用意したパッケージを作
成しておき、特定の顧客向けにカスタマイズするとき
は、基本カスタマイズ層を構成する‘空’のクラスにそ
の顧客向けの追加点、変更点を記述し、あるいはその顧
客向けにさらに機能を追加あるいは変更したいときは、
既にカスタマイズされた顧客カスタマイズ層を構成する
クラスを変更する。一方、特定の顧客のみを対象とする
のではない、基本的なバージョンアップを行なうとき
は、基礎層について追加、変更を加える。こうすること
により、特定の顧客向けにカスタマイズされたパッケー
ジについても、その基礎層を、バージョンアップした後
の基礎層に入れ替えるだけで、実際に実行される基本カ
スタマイズ層あるいは顧客カスタマイズ層を実行する
と、そこには基礎層のバージョンアップされた機能がそ
のまま取り込まれて実行されることになり、その特定の
顧客向けにカスタマイズされたパッケージにバージョン
アップがそのまま反映されることになる。
The present invention focuses on the function of "inheritance", and creates an "empty" inheritance class without additions or changes for classes that do not need to be customized for specific customers. As a result, they came up with the idea that version upgrades can be easily incorporated into packages customized for customers. In other words, create a package with a basic customization layer consisting of a set of 'empty' classes as described above from the beginning, and when customizing for a specific customer, use the 'empty' If you want to add or change features for the customer in your class or add or change features for the customer,
Change the classes that make up the already customized customer customization layer. On the other hand, when performing a basic version upgrade that is not intended only for a specific customer, additions and changes are made to the basic layer. By doing this, even for packages customized for specific customers, simply replacing the base layer with the upgraded base layer and executing the basic customization layer or customer customization layer that is actually executed, The upgraded version of the base layer will be loaded and executed as it is, and the version will be reflected as it is in the package customized for that particular customer.

【0018】[0018]

【発明の実施の形態】以下、本発明の実施形態について
説明する。
Embodiments of the present invention will be described below.

【0019】図1は、本発明の演算装置の一実施形態で
あるコンピュータシステムの外観図である。
FIG. 1 is an external view of a computer system which is an embodiment of the arithmetic unit of the present invention.

【0020】このコンピュータシステム100は、CP
U、RAM、ハードディスク等を内蔵した本体部10
1、本体部101からの指示により表示画面102aに
画面表示を行うCRTディスプレイ102、このコンピ
ュータシステムにユーザの指示や文字情報を入力するた
めのキーボード103、表示画面102a上の任意の位
置を指定することによりその位置に表示されていたアイ
コン等に応じた指示を入力するマウス104を備えてい
る。
The computer system 100 has a CP
Main unit 10 with built-in U, RAM, hard disk, etc.
1. A CRT display 102 for displaying a screen on a display screen 102a in accordance with an instruction from the main unit 101, a keyboard 103 for inputting user instructions and character information to this computer system, and specifying an arbitrary position on the display screen 102a. Accordingly, a mouse 104 is provided for inputting an instruction corresponding to an icon or the like displayed at that position.

【0021】本体部101は、さらに、外観上、フロッ
ピィディスク212(図1には図示せず;図2参照)や
CDROM210が取り出し自在に装填されるフロッピ
ィディスク装填口101aおよびCDROM装填口10
1bを有しており、その内部には、装填されたフロッピ
ィディスクやCDROM210をドライブする、フロッ
ピィディスクドライバ224、CDROMドライバ22
5(図2参照)も内蔵されている。
The main body 101 further includes a floppy disk 212 (not shown in FIG. 1; see FIG. 2) and a floppy disk loading slot 101a and a CDROM loading slot 10 into which a CDROM 210 is removably loaded.
1b, in which a floppy disk driver 224 and a CDROM driver 22 for driving a loaded floppy disk or CDROM 210 are provided.
5 (see FIG. 2) is also incorporated.

【0022】ここでは、CDROM210に、本発明に
いうパッケージの一例が記憶されている。このCDRO
M210がCDROM装填口101bから本体部101
内に装填され、CDROMドライバ225により、その
CDROM210に記憶されたパッケージがこのコンピ
ュータシステム100のハードディスク内にインストー
ルされる。
Here, an example of the package according to the present invention is stored in the CDROM 210. This CDRO
M210 is moved from the CDROM loading port 101b to the main unit 101.
The CDROM driver 225 installs the package stored in the CDROM 210 into the hard disk of the computer system 100.

【0023】図2は、図1に外観を示すコンピュータシ
ステムのハードウェア構成図である。
FIG. 2 is a hardware configuration diagram of the computer system whose external appearance is shown in FIG.

【0024】ここには、中央演算処理装置(CPU)2
21、RAM222、ハードディスクコントローラ22
3、フロッピィディスクドライバ224、CDROMド
ライバ225、マウスコントローラ226、キーボード
コントローラ227、およびディスプレイコントローラ
228が示されており、それらはバス220で相互に接
続されている。
Here, a central processing unit (CPU) 2
21, RAM 222, hard disk controller 22
3, a floppy disk driver 224, a CDROM driver 225, a mouse controller 226, a keyboard controller 227, and a display controller 228, which are interconnected by a bus 220.

【0025】フロッピィディスクドライバ224、CD
ROMドライバ225は、図1を参照して説明したよう
に、それぞれフロッピィディスク212、CDROM2
10が装填され、装填されたフロッピィディスク21
2、CDROM210をアクセスするものである。
Floppy disk driver 224, CD
The ROM driver 225, as described with reference to FIG.
10 is loaded and the loaded floppy disk 21
2. Access the CDROM 210.

【0026】また、ここには、ハードディスクコントロ
ーラ223によりアクセスされるハードディスク21
1、マウスコントローラ226により制御されるマウス
104、キーボードコントローラ227により制御され
るキーボード103、およびディスプレイコントローラ
228により制御されるCRTディスプレイ102も示
されている。
The hard disk 21 accessed by the hard disk controller 223
1, a mouse 104 controlled by a mouse controller 226, a keyboard 103 controlled by a keyboard controller 227, and a CRT display 102 controlled by a display controller 228 are also shown.

【0027】前述したように、CDROM210には本
発明にいうパッケージの一例が記憶されており、CDR
OMドライバ225により、そのCDROM210から
そのパッケージが読み込まれ、バス220を経由し、ハ
ードディスクコントローラ223によりハードディスク
211内に格納される。実際の実行にあたっては、その
ハードディスク211内のパッケージはRAM222上
にロードされ、CPU221により実行される。
As described above, the CDROM 210 stores an example of the package according to the present invention,
The package is read from the CDROM 210 by the OM driver 225 and stored in the hard disk 211 by the hard disk controller 223 via the bus 220. In actual execution, the package in the hard disk 211 is loaded on the RAM 222 and executed by the CPU 221.

【0028】図3は、本発明にいうパッケージの一例を
構成する基礎層(A)、基本カスタマイズ層(B)、お
よび顧客カスタマイズ層(C)を示す模式図である。
FIG. 3 is a schematic diagram showing a basic layer (A), a basic customizing layer (B), and a customer customizing layer (C) which constitute an example of the package according to the present invention.

【0029】図3(A)に示す基礎層は、このパッケー
ジによって実行される処理が分担して記述された複数
(ここでは5つの)抽象クラスA〜Eから構成されてい
る。この抽象クラスA〜Eはそれら単独では実行され
ず、その抽象クラスに記述された処理は以下に説明する
実行クラスが実行されるときに反映される。
The base layer shown in FIG. 3A is composed of a plurality (here, five) of abstract classes A to E in which processes executed by this package are described in a shared manner. The abstract classes A to E are not executed alone, and the processing described in the abstract classes is reflected when the execution class described below is executed.

【0030】図3(B)に示す基本カスタマイズ層は、
5つの実行クラスA’〜E’から構成されている。これ
ら5つの実行クラスA’〜E’それぞれは、基礎層を構
成する抽象クラスA〜Eそれぞれを継承した‘空’のク
ラスである。したがって、例えば実行クラスA’が実行
されると、抽象クラスAに記述された処理がそのまま実
行されることになる。実行クラスB’〜E’についても
同様である。
The basic customization layer shown in FIG.
It is composed of five execution classes A 'to E'. Each of these five execution classes A ′ to E ′ is an “empty” class that inherits each of the abstract classes A to E constituting the base layer. Therefore, for example, when the execution class A ′ is executed, the processing described in the abstract class A is executed as it is. The same applies to the execution classes B ′ to E ′.

【0031】ここでは、図3(A)の基礎層を構成する
5つの抽象クラスA〜Eと、図3(B)の基本カスタマ
イズ層を構成する5つの実行クラスA’〜E’とによ
り、本発明にいうパッケージの一例が構成されている。
Here, five abstract classes A to E forming the base layer of FIG. 3A and five execution classes A ′ to E ′ forming the basic customization layer of FIG. An example of the package according to the present invention is configured.

【0032】また、図3(C)に示す顧客カスタマイズ
層は、クラスA’〜C’,E’に関しては、図3(B)
に示す基本カスタマイズ層を構成するクラスA’〜
C’,E’とそれぞれ同一であって、いずれも、対応す
る抽象クラスA〜C,Eを継承した‘空’のクラスであ
る。また、顧客カスタマイズ層(図3(C))を構成す
る顧客クラスD’は、基本カスタマイズ層(図3
(B))を構成する‘空’のクラスDとは異なり、基礎
層(図3(A))を構成する抽象クラスDを継承すると
共に、そのクラスDに記述された処理内容に対する追加
点や変更点が記述された、特定の顧客向けの実行クラス
である。この顧客クラスD’が実行されると、抽象クラ
スDに記述された処理に、その顧客クラスD’に記述さ
れた追加点や変更点が加えられた処理が実行される。
Further, the customer customization layer shown in FIG. 3 (C) has a class A ′ to C ′, E ′ in FIG.
Classes A 'to configure the basic customization layer shown in
C ′ and E ′ are the same, and are all “empty” classes that inherit the corresponding abstract classes A to C and E. Further, the customer class D ′ constituting the customer customizing layer (FIG. 3C) is different from the basic customizing layer (FIG. 3C).
Unlike the “empty” class D that constitutes (B)), it inherits the abstract class D that constitutes the base layer (FIG. 3 (A)), and has additional points to the processing content described in that class D. An execution class for a particular customer that describes the changes. When the customer class D 'is executed, a process in which an additional point or a change point described in the customer class D' is added to the process described in the abstract class D is executed.

【0033】ここで、図3(A)に示す基礎層を構成す
る5つのクラスA〜Eと、図3(C)に示す顧客カスタ
マイズ層を構成する5つのクラスA’〜E’との組合せ
も、本発明にいうパッケージの一例である。
Here, a combination of the five classes A to E constituting the base layer shown in FIG. 3A and the five classes A 'to E' constituting the customer customization layer shown in FIG. 3C Is also an example of the package according to the present invention.

【0034】次に、パッケージのバージョンアップにつ
いて説明する。
Next, the version upgrade of the package will be described.

【0035】図4は、バージョンアップ後のパッケージ
例を示す模式図である。
FIG. 4 is a schematic diagram showing an example of a package after version upgrade.

【0036】図4(A)は、バージョンアップ後の基礎
層を示しており、図3(A)にも示す5つの抽象クラス
A〜EのうちのクラスAに機能Hが追加され、クラスD
に機能Gが追加されるというバージョンアップが行われ
ている。
FIG. 4A shows the base layer after the version upgrade. The function H is added to the class A among the five abstract classes A to E also shown in FIG.
Has been upgraded to include a function G.

【0037】図4(B)の基本カスタマイズ層および図
4(C)の顧客カスタマイズ層の各構成は、それぞれ、
図3(B)の基本カスタマイズ層および図4(C)の顧
客カスタマイズ層の各構成とそれぞれ同一である。
Each configuration of the basic customization layer of FIG. 4B and the customer customization layer of FIG.
The configurations are the same as those of the basic customization layer of FIG. 3B and the customer customization layer of FIG. 4C.

【0038】図3(A)に示す基礎層を、図4(A)に
示す、バージョンアップされた基礎層に入れ替える。
The base layer shown in FIG. 3A is replaced with the upgraded base layer shown in FIG. 4A.

【0039】このとき、図4(A)に示す、バージョン
アップされた基礎層と、図4(B)に示す基本カスタマ
イズ層との組合せからなるパッケージが実行されると、
基本カスタマイズ層を構成する各実行クラスA’〜E’
が実行されるが、このとき基礎層の対応する抽象クラス
に追加された機能もそのまま実行されることになる。す
なわち、クラスA’の実行の際は抽象クラスAに追加さ
れた機能Hもそのまま実行され、クラスD’の実行の際
は抽象クラスDに追加された機能Gもそのまま実行され
る。
At this time, when a package including a combination of the upgraded base layer shown in FIG. 4A and the basic customization layer shown in FIG. 4B is executed,
Each of the execution classes A 'to E' constituting the basic customization layer
Is executed, and at this time, the function added to the corresponding abstract class of the base layer is also executed as it is. That is, when the class A 'is executed, the function H added to the abstract class A is also executed as it is, and when the class D' is executed, the function G added to the abstract class D is also executed as it is.

【0040】また、図4(A)に示す、バージョンアッ
プされた後の基礎層と、図4(C)に示す顧客カスタマ
イズ層との組合せからなるパッケージについても同様で
あり、そのパッケージが実行されると、顧客カスタマイ
ズ層を構成する各実行クラスA’〜E’が実行される
が、顧客クラスD’は抽象クラスDを継承したクラスで
あるため、顧客クラスD’が実行されると抽象クラスD
に追加された機能Gも実行され、さらに顧客クラスD’
に記述された、顧客クラスDからの追加、変更点も実行
される。この場合において、抽象クラスDに追加された
機能Gと、顧客クラスD’に記述された、機能Gを追加
する前の抽象クラスDからの追加、変更点とが両立しな
い処理であったときは、顧客クラスD’の修正を行なう
必要があるが、このチェックは簡単であり、また通常の
場合は両立しない処理である可能性も小さいのが普通で
あり、修正を行なう必要性は完全にはなくならないが、
従来と比べ、特定の顧客向けにカスタマイズされたパッ
ケージに、極めて容易にバージョンアップの内容を組み
入れることができる。
The same applies to a package composed of a combination of the upgraded basic layer shown in FIG. 4A and the customer customization layer shown in FIG. 4C, and the package is executed. Then, the execution classes A ′ to E ′ constituting the customer customization layer are executed. However, since the customer class D ′ is a class that inherits the abstract class D, when the customer class D ′ is executed, the abstract class is executed. D
Is also executed, and the customer class D '
Are added to and changed from the customer class D. In this case, when the function G added to the abstract class D is incompatible with the addition or change from the abstract class D before the function G is added, which is described in the customer class D ′. , The customer class D 'needs to be modified, but this check is simple, and it is usually unlikely that the process is incompatible with normal cases. Although it does not disappear,
Compared to the past, it is very easy to incorporate the contents of the version upgrade into a package customized for a specific customer.

【0041】クラスDについてさらに詳細に説明する。Class D will be described in more detail.

【0042】図5は、バージョンアップ前の基礎層のク
ラスDと顧客カスタマイズ層の顧客クラスD’との関係
を示した模式図、図6は、バージョンアップ後の基礎層
のクラスDと顧客カスタマイズ層の顧客クラスD’との
関係を示した模式図である。
FIG. 5 is a schematic diagram showing the relationship between the class D of the base layer before the version upgrade and the customer class D 'of the customer customization layer. FIG. 6 is a diagram showing the class D of the base layer and the customer customization after the version upgrade. It is the schematic diagram which showed the relationship with the customer class D 'of a layer.

【0043】図5に示すように、基礎層のクラスDに
は、メソッド(定義)Aが含まれている。また、そのク
ラスDを継承した、顧客クラスD’には、‘空’のクラ
スにメソッドBが追加されたものである。このとき、顧
客クラスD’が実行されると、クラスDに記述されたメ
ソッドAを含む処理が実行されるとともに、顧客クラス
D’に追加されたメソッドBも実行される。 ここで、
図6に示すように、バージョンアップにより、基礎層の
クラスDに含まれるメソッドAが修正されるとともに、
そのクラスDにメソッドCが追加されたものとする。
As shown in FIG. 5, a class (D) of the base layer includes a method (definition) A. In addition, the customer class D ', which inherits the class D, is obtained by adding a method B to an "empty" class. At this time, when the customer class D 'is executed, the process including the method A described in the class D is executed, and the method B added to the customer class D' is also executed. here,
As shown in FIG. 6, the method A included in the class D of the base layer is modified by the version up,
It is assumed that a method C is added to the class D.

【0044】このとき、顧客クラスD’は、クラスDを
継承するクラスであるため、クラスDのメソッドA修正
分、メソッドC追加分もそのまま継承し、修正されたメ
ソッドAや追加されたメソッドCが顧客クラスD’に記
述されたメソッドBと両立しないものでない限り、メソ
ッドBの修正は不要であって、顧客クラスD’を実行す
ると、クラスDに記述された、修正されたメソッドAお
よび追加されたメソッドCを含む処理が実行されるとと
もに、顧客クラスD’に記述されているメソッドBも実
行される。
At this time, since the customer class D ′ is a class that inherits the class D, the method A modification and the method C addition of the class D are also inherited as they are, and the modified method A and the added method C are inherited. Unless is not incompatible with method B described in customer class D ', no modification of method B is necessary, and when customer class D' is executed, modified method A and additional The process including the performed method C is executed, and the method B described in the customer class D ′ is also executed.

【0045】図7は、プログラム記憶媒体内に記憶され
たパッケージの構成を示す図である。
FIG. 7 is a diagram showing a configuration of a package stored in the program storage medium.

【0046】この図7に示すプログラム記憶媒体300
は、パッケージが記憶されてなるCDROM210、そ
のパッケージがインストールされた状態のハードディス
ク211、およびそのパッケージがフロッピィディスク
にダウンロードされたときの、そのダウンロードされた
パッケージを記憶した状態にあるフロッピィディスク2
12等を代表的に示したものである。
The program storage medium 300 shown in FIG.
Are a CDROM 210 in which a package is stored, a hard disk 211 in which the package is installed, and a floppy disk 2 in a state in which the downloaded package is stored when the package is downloaded to the floppy disk.
12 and the like are representatively shown.

【0047】この図7に示すプログラム記憶媒体300
にはパッケージ310が記憶されている。
The program storage medium 300 shown in FIG.
Stores a package 310.

【0048】このパッケージ310は、図3(A)ある
いは図4(A)に示すような抽象クラスの集合からなる
基礎層311と、図3(B)あるいは図4(B)に示す
ような‘空’の実行クラスの集合からなる基本カスタマ
イズ層312とからなる。前述したように、このパッケ
ージを特定の顧客向けにカスタマイズするときは、基本
カスタマイズ層312が変更され、特定の顧客によらな
いバージョンアップのときは、基礎層311が変更され
る。
The package 310 includes a base layer 311 composed of a set of abstract classes as shown in FIG. 3A or FIG. 4A, and a base layer 311 as shown in FIG. 3B or FIG. It consists of a basic customization layer 312 consisting of a set of 'empty' execution classes. As described above, when the package is customized for a specific customer, the basic customization layer 312 is changed, and when the version is not upgraded by a specific customer, the base layer 311 is changed.

【0049】図8は、プログラム記憶媒体に記憶された
パッケージの別の形態を示す図である。
FIG. 8 is a diagram showing another form of the package stored in the program storage medium.

【0050】この図8に示すプログラム記憶媒体300
に記憶されたパッケージ310は、図3(A)あるいは
図4(A)に示すような複数の抽象クラスの集合からな
る基礎層311と、図3(C)あるいは図4(C)に示
すような、特定の顧客向けに修正された顧客クラスを含
む複数の実行クラスからなる顧客カスタマイズ層313
とからなる。
The program storage medium 300 shown in FIG.
Is stored in the base layer 311 composed of a set of a plurality of abstract classes as shown in FIG. 3 (A) or FIG. 4 (A), and as shown in FIG. 3 (C) or FIG. 4 (C). A customer customization layer 313 including a plurality of execution classes including a customer class modified for a specific customer.
Consists of

【0051】図7に示すように、特定の顧客向けにカス
タマイズされる前のパッケージを、例えば可搬型のプロ
グラム記憶媒体に記憶させた状態で流通させ、顧客側で
カスタマイズできるようにしてもよく、あるいは図8に
示すように特定の顧客向けにカスタマイズされた後のパ
ッケージを可搬型のプログラム記憶媒体に記憶された状
態で、その特定の顧客に届けてもよい。
As shown in FIG. 7, a package before being customized for a specific customer may be distributed while being stored in, for example, a portable program storage medium so that the customer can customize the package. Alternatively, as shown in FIG. 8, the package customized for a specific customer may be delivered to the specific customer in a state of being stored in a portable program storage medium.

【0052】[0052]

【発明の効果】以上説明したように、本発明によれば、
顧客毎に個別にカスタマイズされたパッケージであって
も容易にバージョンアップすることができる。
As described above, according to the present invention,
Even if the package is individually customized for each customer, it can be easily upgraded.

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

【図1】本発明の演算装置の一実施形態であるコンピュ
ータシステムの外観図である。
FIG. 1 is an external view of a computer system which is an embodiment of an arithmetic device according to the present invention.

【図2】図1に外観を示すコンピュータシステムのハー
ドウェア構成図である。
FIG. 2 is a hardware configuration diagram of a computer system whose external appearance is shown in FIG.

【図3】本発明にいうパッケージの一例を構成する基礎
層(A)、基本カスタマイズ層(B)、および顧客カス
タマイズ層(C)を示す模式図である。
FIG. 3 is a schematic diagram showing a base layer (A), a basic customization layer (B), and a customer customization layer (C) which constitute an example of the package according to the present invention.

【図4】バージョンアップ後のパッケージ例を示す模式
図である。
FIG. 4 is a schematic diagram showing an example of a package after version upgrade.

【図5】バージョンアップ前の基礎層のクラスDと顧客
カスタマイズ層の顧客クラスD’との関係を示した模式
図である。
FIG. 5 is a schematic diagram illustrating a relationship between a class D of a base layer before a version upgrade and a customer class D ′ of a customer customization layer.

【図6】バージョンアップ後の基礎層のクラスDと顧客
カスタマイズ層の顧客クラスD’との関係を示した模式
図である。
FIG. 6 is a schematic diagram showing a relationship between a class D of a base layer after a version upgrade and a customer class D ′ of a customer customization layer.

【図7】プログラム記憶媒体に記憶されたパッケージの
構成を示す図である。
FIG. 7 is a diagram showing a configuration of a package stored in a program storage medium.

【図8】プログラム記憶媒体に記憶されたパッケージの
別の形態を示す図である。
FIG. 8 is a diagram showing another form of the package stored in the program storage medium.

【図9】基本パッケージ(A)と、特定の顧客向けにカ
スタマイズされたパッケージ(B)の構成の一例を示す
図である。
FIG. 9 is a diagram showing an example of a configuration of a basic package (A) and a package (B) customized for a specific customer.

【図10】図9に示すパッケージがバージョンアップさ
れたときの状況を示す図である。
FIG. 10 is a diagram showing a situation when the package shown in FIG. 9 is upgraded.

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

100 コンピュータシステム 101 本体部 101a フロッピィディスク装填口 101b CDROM装填口 102 CRTディスプレイ 102a 表示画面 103 キーボード 104 マウス 210 CDROM 211 ハードディスク 212 フロッピィディスク 220 バス 221 ハードディスク 222 RAM 223 ハードディスクコントローラ 224 フロッピィディスクドライバ 225 CDROMドライバ 226 マウスコントローラ 227 キーボードコントローラ 228 ディスプレイコントローラ 300 プログラム記憶媒体 310 パッケージ 311 基礎層 312 基本カスタマイズ層 313 顧客カスタマイズ層 REFERENCE SIGNS LIST 100 computer system 101 main body 101 a floppy disk loading slot 101 b CDROM loading slot 102 CRT display 102 a display screen 103 keyboard 104 mouse 210 CDROM 211 hard disk 212 floppy disk 220 bus 221 hard disk 222 RAM 223 hard disk controller 224 floppy disk driver 225 CDROM driver 226 mouse Controller 227 Keyboard controller 228 Display controller 300 Program storage medium 310 Package 311 Base layer 312 Basic customization layer 313 Customer customization layer

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 全体として所定の処理を構成する複数の
個別処理それぞれを分担するクラスの集合からなる、該
所定の処理を実行するパッケージを記憶する記憶部と、 前記記憶部に記憶されたパッケージを読み出して実行す
ることにより前記所定の処理を遂行する実行部とを備え
た演算装置において、 前記記憶部が、 前記パッケージの基本処理を構成する複数の個別基本処
理それぞれを記述した抽象クラスの集合からなる基礎層
と、 前記抽象クラスそれぞれを継承し、前記複数の個別基本
処理そのものをそれぞれ実行する、前記抽象クラスそれ
ぞれに対応する基本実行クラスの集合からなる基本カス
タマイズ層とを有するパッケージを記憶してなることを
特徴とする演算装置。
A storage unit configured to store a package that executes the predetermined process, the storage unit including a set of classes that respectively share a plurality of individual processes configuring a predetermined process; and a package stored in the storage unit. And an execution unit that executes the predetermined process by reading and executing a set of abstract classes each describing a plurality of individual basic processes constituting the basic process of the package. And a basic customization layer consisting of a set of basic execution classes corresponding to each of the abstract classes, each of which inherits each of the abstract classes and executes each of the plurality of individual basic processes. An arithmetic unit, comprising:
【請求項2】 前記記憶部が、前記基本カスタマイズ層
に代えて、該基本カスタマイズ層を構成する前記基本実
行クラスの少なくとも1つの基本実行クラスが、該基本
実行クラスに対応する抽象クラスを継承するとともに該
抽象クラスに記述された個別基本処理が修正されてなる
個別修正処理を実行する顧客実行クラスに置換されてな
る顧客カスタマイズ層を有するパッケージを記憶してな
ることを特徴とする請求項1記載の演算装置。
2. The storage unit, wherein, in place of the basic customization layer, at least one of the basic execution classes constituting the basic customization layer inherits an abstract class corresponding to the basic execution class. 2. The package according to claim 1, further comprising a package having a customer customization layer replaced with a customer execution class that executes individual correction processing in which individual basic processing described in the abstract class is corrected. Arithmetic unit.
【請求項3】 全体として所定の処理を構成する複数の
個別処理それぞれを分担するクラスの集合からなる、該
所定の処理を実行するパッケージを記憶してなるプログ
ラム記憶媒体において、 前記パッケージの基本処理を構成する複数の個別基本処
理それぞれを記述した抽象クラスの集合からなる基礎層
と、 前記抽象クラスそれぞれを継承し、前記複数の個別基本
処理そのものをそれぞれ実行する、前記抽象クラスそれ
ぞれに対応する基本実行クラスの集合からなる基本カス
タマイズ層とを有するパッケージを記憶してなることを
特徴とするプログラム記憶媒体。
3. A program storage medium storing a package for executing a predetermined process, the program storage medium comprising a set of classes each sharing a plurality of individual processes constituting a predetermined process as a whole; And a base layer consisting of a set of abstract classes describing each of the plurality of individual basic processes, and a base corresponding to each of the abstract classes, inheriting each of the abstract classes and executing each of the plurality of individual basic processes. A program storage medium storing a package having a basic customization layer composed of a set of execution classes.
【請求項4】 前記基本カスタマイズ層に代えて、該基
本カスタマイズ層を構成する前記基本実行クラスの少な
くとも1つの基本実行クラスが、該基本実行クラスに対
応する抽象クラスを継承するとともに該抽象クラスに記
述された個別基本処理が修正されてなる個別修正処理を
実行する顧客実行クラスに置換されてなる顧客カスタマ
イズ層を有するパッケージを記憶してなることを特徴と
する請求項3記載のプログラム記憶媒体。
4. In place of the basic customization layer, at least one basic execution class of the basic execution class that configures the basic customization layer inherits an abstract class corresponding to the basic execution class and includes 4. The program storage medium according to claim 3, further comprising a package having a customer customization layer that is replaced with a customer execution class that executes the individual correction processing in which the described individual basic processing is corrected.
JP24328499A 1999-08-30 1999-08-30 Arithmetic unit and program storage medium Withdrawn JP2001067209A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP24328499A JP2001067209A (en) 1999-08-30 1999-08-30 Arithmetic unit and program storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP24328499A JP2001067209A (en) 1999-08-30 1999-08-30 Arithmetic unit and program storage medium

Publications (1)

Publication Number Publication Date
JP2001067209A true JP2001067209A (en) 2001-03-16

Family

ID=17101574

Family Applications (1)

Application Number Title Priority Date Filing Date
JP24328499A Withdrawn JP2001067209A (en) 1999-08-30 1999-08-30 Arithmetic unit and program storage medium

Country Status (1)

Country Link
JP (1) JP2001067209A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014183585A (en) * 2013-03-15 2014-09-29 Verisign Inc Systems and methods for multi-tenant generic top level domain deployment

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014183585A (en) * 2013-03-15 2014-09-29 Verisign Inc Systems and methods for multi-tenant generic top level domain deployment

Similar Documents

Publication Publication Date Title
US8352935B2 (en) System for creating a customized software distribution based on user requirements
KR100583454B1 (en) Factory installing method of desktop components for an active desktop and the system thereof
US8418132B2 (en) Application description language
EP1662386B1 (en) Software and methods for previewing parameter changes for a graphics display driver
US7694229B2 (en) System and theme file format for creating visual styles
US8789036B2 (en) Device software customization
US7992128B2 (en) Computer software adaptation method and system
US20050172261A1 (en) Architecture for creating a user interface using a data schema
US20080016505A1 (en) Hierarchical modular software packages and associated development tool
US20040255293A1 (en) System and method for using a classloader hierarchy to load software applications
WO1995017717A1 (en) Automatic booting framework
WO1995017716A1 (en) Object-oriented booting framework
JP2001521254A (en) Mobile device application installation management system and method
US20040255294A1 (en) System and method for hierarchical loading of EJB implementations
US20060248508A1 (en) Method and system for applet extensibility application program interface (API)
US7272712B1 (en) Data structure and method for managing modules associated with a kernel
JPH0950370A (en) High-function creator class pattern, machine execution procedure and object -oriented programming system
US6593947B1 (en) Method and system for image rendering including polymorphic image data in a graphical user interface
Himschoot Blazor Revealed
US7552444B2 (en) Method and apparatus for attaching an informational dialog to a java bean
JP2001067209A (en) Arithmetic unit and program storage medium
Zdziarski iPhone SDK application development: Building applications for the AppStore
Android et al. Learn Android Studio 4
Guo Everything About UI Development
Sharan et al. Managing Stages

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20061107