JPH0640302B2 - 図式・ソ−スプログラム自動生成方法 - Google Patents

図式・ソ−スプログラム自動生成方法

Info

Publication number
JPH0640302B2
JPH0640302B2 JP59013461A JP1346184A JPH0640302B2 JP H0640302 B2 JPH0640302 B2 JP H0640302B2 JP 59013461 A JP59013461 A JP 59013461A JP 1346184 A JP1346184 A JP 1346184A JP H0640302 B2 JPH0640302 B2 JP H0640302B2
Authority
JP
Japan
Prior art keywords
program
source program
source
information
diagram
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.)
Expired - Lifetime
Application number
JP59013461A
Other languages
English (en)
Other versions
JPS60159939A (ja
Inventor
和正 斉藤
裕行 前沢
正和 小林
良彦 二村
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP59013461A priority Critical patent/JPH0640302B2/ja
Priority to CA000472979A priority patent/CA1218160A/en
Priority to GB08502097A priority patent/GB2155218B/en
Priority to CA000473112A priority patent/CA1235958A/en
Priority to DE19853503119 priority patent/DE3503119A1/de
Publication of JPS60159939A publication Critical patent/JPS60159939A/ja
Priority to US07/145,410 priority patent/US4831525A/en
Priority to US07/329,598 priority patent/US4956773A/en
Publication of JPH0640302B2 publication Critical patent/JPH0640302B2/ja
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Classifications

    • BPERFORMING OPERATIONS; TRANSPORTING
    • B82NANOTECHNOLOGY
    • B82YSPECIFIC USES OR APPLICATIONS OF NANOSTRUCTURES; MEASUREMENT OR ANALYSIS OF NANOSTRUCTURES; MANUFACTURE OR TREATMENT OF NANOSTRUCTURES
    • B82Y15/00Nanotechnology for interacting, sensing or actuating, e.g. quantum dots as markers in protein assays or molecular motors
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S715/00Data processing: presentation processing of document, operator interface processing, and screen saver display processing
    • Y10S715/961Operator interface with visual structure or function dictated by intended use
    • Y10S715/965Operator interface with visual structure or function dictated by intended use for process control and configuration
    • Y10S715/966Computer process, e.g. operation of computer
    • Y10S715/967Visual or iconic programming

Description

【発明の詳細な説明】 〔発明の利用分野〕 本発明は、ソースプログラム自動作成装置に関し、特
に、そのような装置において、プログラムの仕様の作成
からソースプログラムのコーデイングまでを自動的に行
なう方法に関する。
〔発明の背景〕
従来、ソースプログラムを作るには、プログラマが、ま
ずプログラムの仕様書を作り、次にそれに基いてコーデ
イングシートにプログラムを書き、そして、パンチヤー
等がパンチカード等の記録媒体に記録するか、あるいは
端末のキーボードから直接入力していた。このような方
法では、プログラム言語によつて決まつている部分、例
えば、キーワード、区切り記号、継続のための文字等に
ついても、そのつど人手によつてコーデイングをし、ま
たパンチ、キー操作等を行なわなければならない。この
ような決まり切つた部分の人手による処理は、一種のむ
だであり、また、ミスを生じることも多い。更に、しば
しば生じるプログラム仕様書の書き直しや書き足しに
も、多くの労力を要する。特に、複数のモジユールから
なる複雑・大規模なプログラムでは、前記の事項が大き
な問題となる。
〔発明の目的〕
本発明の目的は、複数のモジユールからなるプログラム
について、ソースプログラムの作成に要する負担を大幅
に減少するとともに、言語によつて決まりきつた部分の
記述ミスを防ぎ、また、中間生成物である諸図式をプロ
グラム仕様書として利用できるようにし、以てソースプ
ログラムの作成作業の効率を改善することにある。
〔発明の概要〕
本発明によれば、まず、対話用表示端末により、モジユ
ール関連図(各プログラムモジユール間の接続関係を表
わす図式)を作り、更に、各モジユールについて、処理
フロー図(一種の処理フローチヤート)と、内部データ
定義図(各処理において使用されるデータの形式等を指
定する図式)と、インタフエイスデータ定義図(引数や
モジユール間共通データなどの形式等を指定する図式)
とを作成して、それらの内容をフアイルに蓄積する。そ
して、各モジユールごとに、モジユール関連図、処理フ
ロー図、内部データ定義図及びインタフエイスデータ定
義図の各図式情報をフアイルから読出し、定型の文や記
号を付加して、ソースプログラムの個々の文を生成し、
それから、これらの文を言語の規則に従つて編集して、
ソースプログラムを完成する。必要に応じて、前記各図
をプリントアウトして、プログラム仕様書として利用す
る。
〔発明の実施例〕
第1図は本発明を実施するためのシステム構成の一例を
示す。1は各種情報の処理を行なうホスト計算機、2は
キーボードとグラフイツクデイスプレイ装置を備え、適
当な回線を介して対話形式でホスト計算機1と交信する
TSS端末、3はTSS端末2を用いて作成あるいは修
正された図式仕様情報を記憶しておく図式フアイル、4
は出力用のラインプリンタである。
第2図は本発明においてホスト計算機1が行なう処理の
概略をフローチヤートで表わしたものである。この処理
は、オペレータの指定に従い、モジユール関連図を定義
あるいは修正する処理5、処理フロー図を定義あるいは
修正する処理6、内部データを定義あるいは修正する処
理7、インタフエイスデータを定義あるいは修正する処
理8、及びソースコードを生成する処理9に分けて遂行
され、これらの内で処理5〜8は、TSS端末2のキー
ボードとグラフイツクデイスプレイ装置を用いた対話式
処理操作によつて行なわれる。これらの処理5〜8によ
つて作成される各図式仕様のデイスプレイ画面上のフオ
ーマツトを例示したものが、第3図(1)〜(4)であ
る。
第3図(1)はモジユール関連図であつて、これは、生
成しようとするソースプログラムの各モジユールの相互
接続関係を表わす。図示の例は、「MAIN」という名
称のモジユールが「SUB100」という名称のモジユ
ールと「SUB110」という名称のモジユールをcall
しており、更に、「SUB100」が「SUB200」
及び「SUB210」という名称の各モジユールをcall
していることを示している。第3図(2)は処理フロー
図であつて、これは、各モジユールにおける処理の論理
的な流れを表わし、図示の例は、公知のPAD(Problem
Analysis Diagram)を用いて表現したものである。PA
Dは、3種類のBOXの接続により処理の流れを表現す
るもので、単純矩形のBOXはシーケンシヤルな処理を
表わし、矩形の右端に切込みのあるBOXは選択条件に
よつて右上又は右下の角に接続されたBOXの処理を行
なうことを表わし、矩形の右端部に縦線が入つたBOX
は右横に接続されたBOXの処理の反覆遂行を表わす。
第3図(2)の例は、「I(1)=J+K」という代入処
理を行なつて、「I(1)>0」という条件が満たされる
ならば「X=I(1)*10」の処理を行ない、それ以外
のときは何の処理も行なわず、次いで「K=1,10」
という反覆条件により、「Y=X/10」という処理が
10回くり返されることを示している。このように、P
ADは、処理の流れを二次元図式で表現し、実行順序は
原則として上から下に進み、条件があるところでは右方
向に処理が進むことにしているので、処理のまとまり、
実行順序、反覆及び判定の深さなどの、処理の論理構造
を視覚的に表わすのに有効な手段である。
第3図(3)は内部データ定義図であつて、これは、前
記処理フロー図中の各処理で使用されるデータの配列
数、型等を定義するものである。図示の例は、FORTRAN
言語による表現の場合で、例えば、「I(5)I*8」の
表現において「I」は変数名、「(5)」は配列数、「I
*8」はINTEGER(整数型)で8バイトのデータである
ことを表わしている。第3図(4)はインタフエイスデ
ータ定義図であつて、これは、モジユールがcallされる
ときの引数及びモジユール間で参照あるいは更新される
共通データについて、それぞれ「引数」、「IN−DAT
A」、「OUT−DATA」と表示されたBOX内に、内部デー
タと同様に、データの変数名、型、配列数などを定義す
る。
第4図は、モジユール関連図の定義/修正処理(第2図
の処理5)の内容をやや詳細に示したフローチヤートで
ある。オペレータが入力するサブコマンドに応じて「IN
PUT」(入力)、「MODIFY」(修正)、及び「END」
(終了)の処理が行なわれ、「MODIFY」の場合には、更
に下位の修正コマンドにより「ADD」(追加)、「DE
LETE」(削除)、「CHANGE」(変更)、「END」(修
正モード終了)の各処理が行なわれる。
第5図は、第4図における「INPUT」処理中の「新規作
成」処理部分の詳細を示したもので、図中「左側部分」
はオペレータがキー操作によつてそのつど入力する情報
を表わし、「右側部分」は前記入力操作に応答してデイ
スプレイ装置上に表示される画面の状態を表わす。動作
は矢印に沿つて進行する。なお、「左側部分の入力情報
における小三角形はスペースであり、RTNはリターンで
ある。このような動作を行なわせるための機器の制御方
法は、周知であるから、その説明を省略する。各種「MO
DIFY」処理の内容も基本的にはこれと同様である。
第6図は、処理フロー図の定義/修正処理(第2図の処
理6)の内容をやや詳細に示したフローチヤートであ
る。第4図のモジユール関連図定義/修正処理の場合と
同様なコマンドがあり、全体の体系も同じである。
第7図は、第6図における「INPUT」処理中の「新規作
成」処理部分の詳細を示したもので、その表現形式は第
5図と同様である。ただし、入力データにおいて、
「R」はPADにおける反覆遂行処理、「S」は同シー
ケンシヤル処理「B」は同分岐処理をそれぞれ指示す
る。
第8図は各図式の関係を示す。モジユール関連図(a)
の各モジユールについて、図示の例では「A」というモ
ジユールについて、処理フロー図(C)とインタフエイ
スデータ定義図(d)が作成される。処理フロー図は1
画面に納まる必要はなく、複数画面にわたることもあり
うる。そして、各処理フロー図ごとに内部データ定義図
(b)が作成される。
内部データ定義図及びインタフエイスデータ定義図の定
義/修正処理の内容も、第6図の処理フロー図のそれと
基本的には同じであつて、それと同様なコマンド体系を
有し、TSS端末2から、「INPUT」コマンドによりデ
ータの名称、型、配列数などを定義し、「MODIFY」コマ
ンドによりそれらの追加、変更及び削除を行なう。第9
図は内部データ定義図、第10図はインタフエイスデー
タ定義図の、それぞれ「INPUT」処理における「新規作
成」処理部分の詳細を、第5図と同じ形式で表わしたも
のである。
以上のようにモジユール関連図、処理フロー図、内部デ
ータ定義図及びインタフエイスデータ定義図を作成し、
これらの図式情報を図式フアイル3に蓄積した後、ソー
スコード生成処理によりソースプログラムを自動的に作
成する。このソースコード生成処理の概略を第1図のフ
ローチヤートに示す。オペレータが、ソースコードを生
成しようとするモジユール関連図の名称と、所望のソー
スコード言語(FORTRAN、PL/1、PL/M等)をキ
ーボードから指定すると、指定されたモジユール関連図
の各モジユールに対応する処理フロー図、内部データ定
義図及びインタフエイスデータ定義図の各図式情報を図
式フアイル3から読出して、それらの情報に基いてソー
スコードを生成する。
第12図に、各図式情報からソースコードを生成する手
順を示す。同図において、(i)図式仕様の(1)に示
したモジユール関連図中のモジユール「SUB」につい
て、対応する(2)処理フロー図、(3)内部データ定
義図及び(4)インタフエイスデータ定義図が図示のと
おりに定義されており、これらからFORTRANで記述され
たソースプログラムを作成するものとする。この作成処
理は、大別して(ii)ソースプログラムの要素となる個
々のソース文を作成するソース変換と、(iii)生成さ
れたソース文を並べ替えてソースプログラムを生成する
ソース編集の二段階からなる。
第1段階として、各図式情報(i)の(i)〜(4)か
ら、(ii)のソース変換処理により、矢印で示すよう
に、個々のソース文が生成される。図中、枠で囲つて斜
線を施した部分が自動的に付加されたものであり、それ
らは、指定されたプログラム言語に特有の記述規則に従
つて予め決まつている文、記号等である。図示の例で
は、処理中の「DO」、「CONTINUE」、「IF」等、ま
た、データの型を定義する「INTEGER」、「REAL」、「C
OMMON」等のキーワードは、FORTRAN言語の記述規則に従
つたものである。
第2段階として、第1図段階で得られた諸ソース文を、
(iii)のソース編集処理により、一つのプログラム単
位を形成するように、指定されたプログラム言語の記述
規則に従つて、順序よく並べて変える。FORTRANの場
合、「SUBROUTINE」から「END」までが一つのコンパ
イル単位であり、これらの間に、記述規則に従い、先頭
のデータの型の定義を置き、その後に処理文が並べられ
て、モジユール「SUB」のソースプログラムが完成す
る。図中、矢印は、各ソース文がソース編集によつてど
こに移されるかを示す。
このソースコード生成処理の過程で、各プログラムモジ
ユールについて、処理フロー、内部データ及びインタフ
エイスデータがすべて定義済みか否かをチエツクし、未
定義の場合にその旨のメツセージをデイスプレイ装置上
に表示してオペレータに指示する。
生成されたソースコードは、一旦適当なフアイルに入れ
ておき、その後読出してコンパイラにかけ、コンパイル
結果を出力する。このときコンパイルエラーがあれば、
コンパイルリストを表示する代わりに、デイスプレイ装
置上で、前に作成したモジユール関連図、処理フロー
図、内部データ定義図及びインタフエイスデータ定義図
中の対応個所に、エラーメツセージを表示する。このよ
うにエラーが指摘された場合に、オペレータは、当該図
式に対する「MODIFY」処理を指令し、適当な修正コマン
ドを用いて修正し(第4図、第6図参照)て、再度ソー
スコード生成処理を行なわせる。
もしもコンパイルエラーがなく、作成された諸図式情報
をプログラム仕様書として使用するときは、それらをラ
インプリンタで打出す。
〔発明の効果〕
本発明によれば、複数のモジユールからなるプログラム
の作成に際して、オペレータが対話形式で完成した図式
仕様書をフアイルし、自動的にソースプログラムを作成
するので、プログラム作成の手間を大幅に削減するとと
もに、ケアレスミスをなくすことができる。そして、プ
ログラムの自動作成の過程で仕様の不足や誤りも自動的
にチエツクすることが可能であり、また、清書された図
式仕様書を機械で打出すこともできる。更に、ソースプ
ログラムと仕様書が常に一体化しており、それらの間の
不一致が生じることはない。
特に、処理フロー図と内部データ定義情報を一つの図と
せずに、別々の図に分けたので、これらの分担開発が可
能になって作業能率が向上し、また、画面の領域を分割
する必要がないことに加えて、マルチウインドウ機能が
活用できるため、操作性が改善され、更に、図形情報で
ある処理フロー図のエデイタと文字列情報である内部デ
ータ定義情報のエデイタを別個に作ればよいため、装置
化も容易になる。
【図面の簡単な説明】
第1図は本発明を実施するためのシステム構成の一例を
システムブロツクダイヤグラム、第2図は本発明による
処理の概略的なフローチヤート、第3図(1)〜(4)
は各図式仕様の表示画面フオーマツトの説明図、第4図
はモジユール関連図定義/修正処理のフローチヤート、
第5図は第4図中のモジユール関連図作成処理部分の過
程図、第6図は処理フロー図定義/修正処理のフローチ
ヤート、第7図は第6図中の処理フロー図作成処理部分
の過程図、第8図は各図式の関連を示す概念図、第9図
は内部データ定義図作成処理の過程図、第10図はイン
タフエイスデータ定義図作成処理の過程図、第11図は
ソースコード生成処理のフローチヤート、第12図は第
11図中のソースコード変換処理部分の過程図である。 1……ホスト計算機、2……TSS端末、3……図式フ
アイル、4……ラインプリンタ、5……モジユール関連
図定義/修正処理、6……処理フロー図定義/修正処
理、7……内部データ定義/修正処理、8……インタフ
エイスデータ定義/修正処理、9……ソースコード生成
処理。
───────────────────────────────────────────────────── フロントページの続き (72)発明者 二村 良彦 神奈川県川崎市麻生区王禅寺1099番地 株 式会社日立製作所システム開発研究所内 (56)参考文献 「コンピュータにおけるヒューマン・イ ンタフェース・シンポジウム報告集」 (1983−12)情報処理学会プログラミング シンポジウム委員会発行,P.136−148 「Proceedings of IE EE Compsac ’80」(1980) P.723−728 「Proceedings of AC M Siggragh ’78」(1978) P.43−49 「IEEE Compcon ’79」 (1979)P.238−243

Claims (4)

    【特許請求の範囲】
  1. 【請求項1】計算手段と出力手段と対話用端末とを備え
    た情報処理装置における図式・ソースプログラム自動生
    成方法において、プログラムモジユール間の相互接続関
    係を表わすモジユール関連情報と、各プログラムモジユ
    ールの処理内容を表わす処理フロー図と、各プログラム
    モジユールが使用するデータを定義する内部データ定義
    情報と、各プログラムモジユールと他のプログラムモジ
    ユールの間のインタフエイスデータを定義するインタフ
    エイスデータ定義情報とをそれぞれ別の図として含む図
    式情報を、前記対話用端末から入力された情報に基づい
    て前記計算手段により生成する段階と、前記図式情報か
    ら前記計算手段によつてソースプログラムを生成する段
    階と、生成された前記ソースプログラムを前記出力手段
    によつて出力する段階とを有することを特徴とする、図
    式・ソースプログラム自動生成方法。
  2. 【請求項2】前記ソースプログラム生成段階は、前記図
    式情報からソース文を生成する段階と、前記ソース文か
    ら前記ソースプログラムを生成する段階とを含むことを
    特徴とする、特許請求の範囲第1項記載の図式・ソース
    プログラム自動生成方法。
  3. 【請求項3】前記情報処理装置は、前記図式情報を記録
    するためのフアイル手段を備え、前記ソースプログラム
    生成段階は、プログラムモジユールごとに前記図式情報
    を前記図式フアイルから読出してその図式情報から前記
    ソースプログラムを生成することを特徴とする、特許請
    求の範囲第1項又は第2項に記載の図式・ソースプログ
    ラム自動生成方法。
  4. 【請求項4】前記出力手段は、前記ソースプログラムを
    記憶するための記憶手段を含むことを特徴とする、特許
    請求の範囲第1項ないし第3項のいずれかに記載の図式
    ・ソースプログラム自動生成方法。
JP59013461A 1984-01-30 1984-01-30 図式・ソ−スプログラム自動生成方法 Expired - Lifetime JPH0640302B2 (ja)

Priority Applications (7)

Application Number Priority Date Filing Date Title
JP59013461A JPH0640302B2 (ja) 1984-01-30 1984-01-30 図式・ソ−スプログラム自動生成方法
CA000472979A CA1218160A (en) 1984-01-30 1985-01-28 Method of automatically generating source program
GB08502097A GB2155218B (en) 1984-01-30 1985-01-28 Method of automatically generating source program
CA000473112A CA1235958A (en) 1984-01-30 1985-01-29 Method of forming images
DE19853503119 DE3503119A1 (de) 1984-01-30 1985-01-30 Verfahren zum automatischen erzeugen eines quellenprogramms
US07/145,410 US4831525A (en) 1984-01-30 1988-01-19 Method of generating a source program from inputted schematic information
US07/329,598 US4956773A (en) 1984-01-30 1989-03-28 System and method of generating a source program from inputted schematic information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP59013461A JPH0640302B2 (ja) 1984-01-30 1984-01-30 図式・ソ−スプログラム自動生成方法

Publications (2)

Publication Number Publication Date
JPS60159939A JPS60159939A (ja) 1985-08-21
JPH0640302B2 true JPH0640302B2 (ja) 1994-05-25

Family

ID=11833781

Family Applications (1)

Application Number Title Priority Date Filing Date
JP59013461A Expired - Lifetime JPH0640302B2 (ja) 1984-01-30 1984-01-30 図式・ソ−スプログラム自動生成方法

Country Status (5)

Country Link
US (2) US4831525A (ja)
JP (1) JPH0640302B2 (ja)
CA (1) CA1218160A (ja)
DE (1) DE3503119A1 (ja)
GB (1) GB2155218B (ja)

Families Citing this family (173)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07109587B2 (ja) * 1985-09-04 1995-11-22 三菱電機株式会社 プログラム編集作成装置
JP2618855B2 (ja) * 1985-09-04 1997-06-11 三菱電機株式会社 プログラム編集作成装置
JPH0719119B2 (ja) * 1986-03-05 1995-03-06 富士電機株式会社 シ−ケンス制御システムの設計装置
US5291587A (en) * 1986-04-14 1994-03-01 National Instruments, Inc. Graphical system for executing a process and for programming a computer to execute a process, including graphical variable inputs and variable outputs
US4914568A (en) * 1986-10-24 1990-04-03 National Instruments, Inc. Graphical system for modelling a process and associated method
JPS6361329A (ja) * 1986-09-02 1988-03-17 Toyo Commun Equip Co Ltd プログラム作成装置
JP2527354B2 (ja) * 1988-03-07 1996-08-21 富士通株式会社 テストプログラム自動生成方法
JPH022419A (ja) * 1988-06-10 1990-01-08 Hitachi Ltd プログラム情報管理方式
JP2534360B2 (ja) * 1988-09-26 1996-09-11 インターナシヨナル・ビジネス・マシーンズ・コーポレーシヨン 接続方法、ノ―ド接続方法、デ―タ処理方法、及び木内にノ―ドを挿入する方法
JPH02100130A (ja) * 1988-10-07 1990-04-12 Nippon Steel Corp 計算機プログラム作成装置
JP2927484B2 (ja) * 1989-01-25 1999-07-28 株式会社日立製作所 プログラムの自動生成方法及び装置
JP2864537B2 (ja) * 1989-06-21 1999-03-03 日本電気株式会社 図式プログラム編集装置
JP2765969B2 (ja) * 1989-07-31 1998-06-18 株式会社日立製作所 図式データ駆動型プログラム開発支援装置
WO1991003791A1 (en) * 1989-09-01 1991-03-21 Amdahl Corporation Operating system and data base
US5175843A (en) * 1989-10-30 1992-12-29 General Electric Company Computer-aided design method for restructuring computational networks to minimize shimming delays
JPH05504858A (ja) * 1989-11-30 1993-07-22 シーア テクノロジーズ,インコーポレイティド 計算機支援ソフトウェア工学ファシリティ
US5495610A (en) * 1989-11-30 1996-02-27 Seer Technologies, Inc. Software distribution system to build and distribute a software release
JPH03202963A (ja) * 1989-12-28 1991-09-04 Brother Ind Ltd 図形処理装置
US5146591A (en) * 1990-04-27 1992-09-08 Bachman Information Systems, Inc. Dynamic information management system utilizing entity-relationship information model in which the attribute is independent of an entity
US5241645A (en) * 1990-04-27 1993-08-31 Bachman Information Systems, Inc. Computer system for creating and manipulating subsets of dynamic information systems models
US5313575A (en) * 1990-06-13 1994-05-17 Hewlett-Packard Company Processing method for an iconic programming system
US5699310A (en) * 1990-06-29 1997-12-16 Dynasty Technologies, Inc. Method and apparatus for a fully inherited object-oriented computer system for generating source code from user-entered specifications
JP2571144B2 (ja) * 1990-07-17 1997-01-16 シャープ株式会社 プログラム開発装置
JP3059467B2 (ja) * 1990-07-17 2000-07-04 シャープ株式会社 ファイル管理装置
JP3115578B2 (ja) * 1990-07-17 2000-12-11 三洋電機株式会社 プログラム開発装置
JP2571143B2 (ja) * 1990-07-17 1997-01-16 三菱電機株式会社 プログラム開発装置
US5542085A (en) * 1990-07-24 1996-07-30 Hitachi, Ltd. Method for producing program modules
US5241623A (en) * 1990-09-27 1993-08-31 General Electric Company Method and system for delineation of structure and linkages between knowledge base modules
CA2054026A1 (en) * 1990-10-31 1992-05-01 William Monroe Turpin Goal oriented electronic form system
US5390320A (en) * 1991-01-22 1995-02-14 Grumman Aerospace Corporation Automatically converting structured analysis tool database outputs into an integrated simulation model via transportable standardized metafile
US5276791A (en) * 1991-01-29 1994-01-04 International Business Machines Corporation Network editing system
US5377318A (en) * 1991-02-28 1994-12-27 Hewlett-Packard Company Line probe diagnostic display in an iconic programming system
US5261043A (en) * 1991-03-12 1993-11-09 Hewlett-Packard Company Input and output data constraints on iconic devices in an iconic programming system
US5293476A (en) * 1991-03-12 1994-03-08 Hewlett-Packard Co. System for entering and modifying variable names for terminals of icons in an iconic programming system
US5216592A (en) * 1991-04-25 1993-06-01 International Business Machines Corporation System and method for business process automation
JPH05108288A (ja) * 1991-10-17 1993-04-30 Fuji Xerox Co Ltd 情報分類支援装置
US5761508A (en) * 1992-01-31 1998-06-02 Asahi Kasei Kogyo Kabushiki Kaisha Information processing system and method applied to the development of computer programs
JPH05233239A (ja) * 1992-02-20 1993-09-10 Fujitsu Ltd プログラム自動生成装置
JPH05257661A (ja) * 1992-03-13 1993-10-08 Hitachi Ltd ソフトウェア生産方式
JPH06103048A (ja) * 1992-04-24 1994-04-15 Nec Corp プログラム開発支援システム
GB9211368D0 (en) * 1992-05-29 1992-07-15 British Telecomm Software fault location
FR2692055B1 (fr) * 1992-06-09 1996-10-25 Bull Sa Dispositif de conception de reseaux de commande d'informations pour la modelisation de tous processus.
US5673390A (en) * 1992-09-03 1997-09-30 International Business Machines Corporation Method and system for displaying error messages
US5671415A (en) * 1992-12-07 1997-09-23 The Dow Chemical Company System and method for facilitating software development
EP0602263A1 (en) * 1992-12-15 1994-06-22 International Business Machines Corporation User interface program generator
JPH06332678A (ja) * 1993-05-18 1994-12-02 Software Kouchiku Kagaku Kenkyusho:Kk 特定業務用プログラムの製造方法
JPH0756754A (ja) * 1993-08-03 1995-03-03 Internatl Business Mach Corp <Ibm> マルチメディア・グループ資源割当て装置及び方法
US5530643A (en) * 1993-08-24 1996-06-25 Allen-Bradley Company, Inc. Method of programming industrial controllers with highly distributed processing
US6179490B1 (en) * 1993-12-23 2001-01-30 Telefonaktiebolaget Lm Ericsson Method and apparatus for creating a flowchart using a programmed computer which will automatically result in a structured program
US5506952A (en) * 1994-01-03 1996-04-09 International Business Machines Corporation Method and system for guiding the formation of a correctly structured instruction for data processing systems
JPH07219758A (ja) * 1994-02-02 1995-08-18 Fujitsu Ltd 仕様書生成方法
US5748973A (en) * 1994-07-15 1998-05-05 George Mason University Advanced integrated requirements engineering system for CE-based requirements assessment
EP0703532B1 (en) * 1994-09-22 2001-11-28 Sun Microsystems, Inc. Embedded program flow information for object code manipulation
JP3696906B2 (ja) * 1994-10-25 2005-09-21 キヤノン株式会社 データ入力方法及びその装置
US5850548A (en) * 1994-11-14 1998-12-15 Borland International, Inc. System and methods for visual programming based on a high-level hierarchical data flow model
US5893125A (en) * 1995-01-27 1999-04-06 Borland International, Inc. Non-modal database system with methods for incremental maintenance
US5694608A (en) * 1995-01-27 1997-12-02 Borland International, Inc. Non-modal database system wth methods for incremental maintenance of live reports
DE69600794T2 (de) 1995-02-22 1999-06-02 Agust S Egilsson Graphische entwicklungs- und verwaltungsumgebung für anwendungsprogramme
US5724556A (en) * 1995-04-14 1998-03-03 Oracle Corporation Method and apparatus for defining and configuring modules of data objects and programs in a distributed computer system
US5911070A (en) * 1995-08-07 1999-06-08 Inprise Corporation Development system with methods for bi-directional application program code generation
US5724589A (en) * 1995-10-13 1998-03-03 Borland International, Inc. Development system with a property-method-event programming model for developing context-free reusable software components
US5806074A (en) * 1996-03-19 1998-09-08 Oracle Corporation Configurable conflict resolution in a computer implemented distributed database
JP3368141B2 (ja) * 1996-04-10 2003-01-20 シャープ株式会社 アセンブラ言語ソースプログラム生成装置
US6463446B1 (en) 1998-02-26 2002-10-08 Sun Microsystems, Inc. Method and apparatus for transporting behavior in an event-based distributed system
US6598094B1 (en) 1998-03-20 2003-07-22 Sun Microsystems, Inc. Method and apparatus for determining status of remote objects in a distributed system
US6272559B1 (en) 1997-10-15 2001-08-07 Sun Microsystems, Inc. Deferred reconstruction of objects and remote loading for event notification in a distributed system
US6578044B1 (en) 1997-11-17 2003-06-10 Sun Microsystems, Inc. Method and system for typesafe attribute matching
US6560656B1 (en) 1998-02-26 2003-05-06 Sun Microsystems, Inc. Apparatus and method for providing downloadable code for use in communicating with a device in a distributed system
US6138238A (en) 1997-12-11 2000-10-24 Sun Microsystems, Inc. Stack-based access control using code and executor identifiers
US6237024B1 (en) 1998-03-20 2001-05-22 Sun Microsystem, Inc. Method and apparatus for the suspension and continuation of remote processes
US6226746B1 (en) 1998-03-20 2001-05-01 Sun Microsystems, Inc. Stack-based system and method to combine security requirements of methods
US6487607B1 (en) 1998-02-26 2002-11-26 Sun Microsystems, Inc. Methods and apparatus for remote method invocation
US6282652B1 (en) 1998-02-26 2001-08-28 Sun Microsystems, Inc. System for separately designating security requirements for methods invoked on a computer
US6446070B1 (en) 1998-02-26 2002-09-03 Sun Microsystems, Inc. Method and apparatus for dynamic distributed computing over a network
US6438614B2 (en) 1998-02-26 2002-08-20 Sun Microsystems, Inc. Polymorphic token based control
US6832223B1 (en) 1996-04-23 2004-12-14 Sun Microsystems, Inc. Method and system for facilitating access to a lookup service
US6466947B2 (en) 1998-03-20 2002-10-15 Sun Microsystems, Inc. Apparatus and method for dynamically verifying information in a distributed system
US6421704B1 (en) 1998-03-20 2002-07-16 Sun Microsystems, Inc. Method, apparatus, and product for leasing of group membership in a distributed system
US6185611B1 (en) 1998-03-20 2001-02-06 Sun Microsystem, Inc. Dynamic lookup service in a distributed system
US6708171B1 (en) 1996-04-23 2004-03-16 Sun Microsystems, Inc. Network proxy
US6393497B1 (en) 1998-03-20 2002-05-21 Sun Microsystems, Inc. Downloadable smart proxies for performing processing associated with a remote procedure call in a distributed system
US6938263B2 (en) 1996-04-23 2005-08-30 Sun Microsystems, Inc. System and method for facilitating dynamic loading of “stub” information to enable a program operating in one address space to invoke processing of a remote method or procedure in another address space
US6182083B1 (en) 1997-11-17 2001-01-30 Sun Microsystems, Inc. Method and system for multi-entry and multi-template matching in a database
US6247026B1 (en) 1996-10-11 2001-06-12 Sun Microsystems, Inc. Method, apparatus, and product for leasing of delegation certificates in a distributed system
US6728737B2 (en) 1996-10-11 2004-04-27 Sun Microsystems, Inc. Method and system for leasing storage
US5832529A (en) 1996-10-11 1998-11-03 Sun Microsystems, Inc. Methods, apparatus, and product for distributed garbage collection
US6237009B1 (en) 1996-10-11 2001-05-22 Sun Microsystems, Inc. Lease renewal service
US5930512A (en) * 1996-10-18 1999-07-27 International Business Machines Corporation Method and apparatus for building and running workflow process models using a hypertext markup language
US5893105A (en) * 1996-11-12 1999-04-06 Micrografx, Inc. Executable flowchart
US6408429B1 (en) 1997-01-17 2002-06-18 Cognex Corporation Machine vision system for identifying and assessing features of an article
US6957427B1 (en) 1997-10-15 2005-10-18 Sun Microsystems, Inc. Remote object activation in a distributed system
US6253256B1 (en) 1997-10-15 2001-06-26 Sun Microsystems, Inc. Deferred reconstruction of objects and remote loading in a distributed system
US6243857B1 (en) * 1998-02-17 2001-06-05 Nemasoft, Inc. Windows-based flowcharting and code generation system
US6604127B2 (en) 1998-03-20 2003-08-05 Brian T. Murphy Dynamic lookup service in distributed system
CN1298514A (zh) 1998-02-26 2001-06-06 太阳微系统公司 确定性散列识别远程方法的方法和系统
DE69910606T2 (de) * 1998-11-11 2004-06-09 Thomas De Nooij Steuerungsprozess- und steuerungsmodellgenerator
DE19907328C2 (de) * 1999-02-20 2002-10-24 Johannes Reichardt Verfahren und System zur visuellen Programmierung
US6901518B1 (en) 1999-04-08 2005-05-31 Sun Microsystems, Inc. Method and system for establishing trust in downloaded proxy code
US6370683B1 (en) * 1999-05-07 2002-04-09 Arnold Sobers Computer software for generating flowchart images of a source program
US6877163B1 (en) 1999-06-14 2005-04-05 Sun Microsystems, Inc. Method and system for dynamic proxy classes
US6845393B1 (en) 1999-06-14 2005-01-18 Sun Microsystems, Inc. Lookup discovery service in a distributed system having a plurality of lookup services each with associated characteristics and services
US6973639B2 (en) * 2000-01-25 2005-12-06 Fujitsu Limited Automatic program generation technology using data structure resolution unit
US7395333B1 (en) 2000-05-09 2008-07-01 Sun Microsystems, Inc. Method and apparatus to obtain negotiated service advertisement
US7080078B1 (en) 2000-05-09 2006-07-18 Sun Microsystems, Inc. Mechanism and apparatus for URI-addressable repositories of service advertisements and other content in a distributed computing environment
US6850979B1 (en) 2000-05-09 2005-02-01 Sun Microsystems, Inc. Message gates in a distributed computing environment
US6789126B1 (en) 2000-05-09 2004-09-07 Sun Microsystems, Inc. Addressing message gates in a distributed computing environment
US7016966B1 (en) 2000-05-09 2006-03-21 Sun Microsystems, Inc. Generating results gates in a distributed computing environment
US7072967B1 (en) 2000-05-09 2006-07-04 Sun Microsystems, Inc. Efficient construction of message endpoints
US8001232B1 (en) 2000-05-09 2011-08-16 Oracle America, Inc. Event message endpoints in a distributed computing environment
US6950875B1 (en) 2000-05-09 2005-09-27 Sun Microsystems, Inc. Message conductors in a distributed computing environment
US6973493B1 (en) 2000-05-09 2005-12-06 Sun Microsystems, Inc. Mechanism and apparatus for security of newly spawned repository spaces in a distributed computing environment
US7260543B1 (en) 2000-05-09 2007-08-21 Sun Microsystems, Inc. Automatic lease renewal with message gates in a distributed computing environment
US7370091B1 (en) 2000-05-09 2008-05-06 Sun Microsystems, Inc. Method and apparatus for obtaining space advertisements
US8135796B1 (en) 2000-05-09 2012-03-13 Oracle America, Inc. Mechanism and apparatus for accessing and addressing services in a distributed computing environment
US7188251B1 (en) 2000-05-09 2007-03-06 Sun Microsystems, Inc. System and method for secure message-based leasing of resources in a distributed computing environment
US6643650B1 (en) 2000-05-09 2003-11-04 Sun Microsystems, Inc. Mechanism and apparatus for using messages to look up documents stored in spaces in a distributed computing environment
US6862594B1 (en) 2000-05-09 2005-03-01 Sun Microsystems, Inc. Method and apparatus to discover services using flexible search criteria
US7243356B1 (en) 2000-05-09 2007-07-10 Sun Microsystems, Inc. Remote method invocation with secure messaging in a distributed computing environment
US7200848B1 (en) 2000-05-09 2007-04-03 Sun Microsystems, Inc. Migrating processes using data representation language representations of the processes in a distributed computing environment
US6918084B1 (en) 2000-05-09 2005-07-12 Sun Microsystems, Inc. Spawning new repository spaces using information provided in advertisement schema messages
US6917976B1 (en) 2000-05-09 2005-07-12 Sun Microsystems, Inc. Message-based leasing of resources in a distributed computing environment
US6970869B1 (en) 2000-05-09 2005-11-29 Sun Microsystems, Inc. Method and apparatus to discover services and negotiate capabilities
US7716492B1 (en) 2000-05-09 2010-05-11 Oracle America, Inc. Method and apparatus to obtain service capability credentials
US7577834B1 (en) 2000-05-09 2009-08-18 Sun Microsystems, Inc. Message authentication using message gates in a distributed computing environment
US8082491B1 (en) 2000-05-09 2011-12-20 Oracle America, Inc. Dynamic displays in a distributed computing environment
US6789077B1 (en) 2000-05-09 2004-09-07 Sun Microsystems, Inc. Mechanism and apparatus for web-based searching of URI-addressable repositories in a distributed computing environment
US6792466B1 (en) 2000-05-09 2004-09-14 Sun Microsystems, Inc. Trusted construction of message endpoints in a distributed computing environment
US7065574B1 (en) 2000-05-09 2006-06-20 Sun Microsystems, Inc. Messaging system using pairs of message gates in a distributed computing environment
US7010573B1 (en) 2000-05-09 2006-03-07 Sun Microsystems, Inc. Message gates using a shared transport in a distributed computing environment
US6868447B1 (en) 2000-05-09 2005-03-15 Sun Microsystems, Inc. Mechanism and apparatus for returning results of services in a distributed computing environment
US6898618B1 (en) 2000-05-09 2005-05-24 Sun Microsystems, Inc. Client-specified display services in a distributed computing environment
US6957237B1 (en) 2000-06-02 2005-10-18 Sun Microsystems, Inc. Database store for a virtual heap
US6763440B1 (en) 2000-06-02 2004-07-13 Sun Microsystems, Inc. Garbage collection using nursery regions for new objects in a virtual heap
US6760815B1 (en) 2000-06-02 2004-07-06 Sun Microsystems, Inc. Caching mechanism for a virtual heap
US6865657B1 (en) 2000-06-02 2005-03-08 Sun Microsystems, Inc. Garbage collector for a virtual heap
US6941410B1 (en) 2000-06-02 2005-09-06 Sun Microsystems, Inc. Virtual heap for a virtual machine
US6854115B1 (en) 2000-06-02 2005-02-08 Sun Microsystems, Inc. Process persistence in a virtual machine
JP2002023881A (ja) * 2000-07-12 2002-01-25 Sony Corp 情報処理装置および方法、並びにプログラム格納媒体
US6829758B1 (en) * 2000-07-14 2004-12-07 Nokia Internet Communications, Inc. Interface markup language and method for making application code
US20020101448A1 (en) * 2000-11-29 2002-08-01 Sanderson Richard A. Generating a declarative user interface
US7296275B2 (en) 2001-01-04 2007-11-13 Sun Microsystems, Inc. Method and system for passing objects in a distributed system using serialization contexts
US6591358B2 (en) 2001-01-26 2003-07-08 Syed Kamal H. Jaffrey Computer system with operating system functions distributed among plural microcontrollers for managing device resources and CPU
SE0102648A0 (sv) * 2001-08-02 2003-03-06 Lars Höidahl Arrangemang att utföra objekt-orienterad programmering
US7660887B2 (en) 2001-09-07 2010-02-09 Sun Microsystems, Inc. Systems and methods for providing dynamic quality of service for a distributed system
US7756969B1 (en) 2001-09-07 2010-07-13 Oracle America, Inc. Dynamic provisioning of identification services in a distributed system
US7310784B1 (en) 2002-01-02 2007-12-18 The Jellyvision Lab, Inc. Methods for identifying cells in a path in a flowchart and for synchronizing graphical and textual views of a flowchart
AU2002950444A0 (en) * 2002-07-29 2002-09-12 Interad Technology Limited Bi-directional programming system/method for program development
DE10248621A1 (de) * 2002-10-18 2004-04-29 Giesecke & Devrient Gmbh Verfahren und System zur Bearbeitung von Banknoten
US7792874B1 (en) 2004-01-30 2010-09-07 Oracle America, Inc. Dynamic provisioning for filtering and consolidating events
US8037102B2 (en) 2004-02-09 2011-10-11 Robert T. and Virginia T. Jenkins Manipulating sets of hierarchical data
US7799273B2 (en) 2004-05-06 2010-09-21 Smp Logic Systems Llc Manufacturing execution system for validation, quality and risk assessment and monitoring of pharmaceutical manufacturing processes
US9646107B2 (en) 2004-05-28 2017-05-09 Robert T. and Virginia T. Jenkins as Trustee of the Jenkins Family Trust Method and/or system for simplifying tree expressions such as for query reduction
US7620632B2 (en) * 2004-06-30 2009-11-17 Skyler Technology, Inc. Method and/or system for performing tree matching
US7882147B2 (en) * 2004-06-30 2011-02-01 Robert T. and Virginia T. Jenkins File location naming hierarchy
US7627591B2 (en) * 2004-10-29 2009-12-01 Skyler Technology, Inc. Method and/or system for manipulating tree expressions
US7801923B2 (en) * 2004-10-29 2010-09-21 Robert T. and Virginia T. Jenkins as Trustees of the Jenkins Family Trust Method and/or system for tagging trees
US7636727B2 (en) 2004-12-06 2009-12-22 Skyler Technology, Inc. Enumeration of trees from finite number of nodes
US7630995B2 (en) 2004-11-30 2009-12-08 Skyler Technology, Inc. Method and/or system for transmitting and/or receiving data
US8316059B1 (en) 2004-12-30 2012-11-20 Robert T. and Virginia T. Jenkins Enumeration of rooted partial subtrees
US7689969B1 (en) 2005-01-18 2010-03-30 The Mathworks, Inc. Obfuscation of automatically generated code
US7735062B2 (en) * 2005-01-21 2010-06-08 Outsystems—Software Em Rede, S.A. Software development system and method
US20060168555A1 (en) * 2005-01-21 2006-07-27 Represas Ferrao Lucio E Software development system and method
US20060168577A1 (en) * 2005-01-21 2006-07-27 Melo Antonio A V Software development system and method
US8615530B1 (en) 2005-01-31 2013-12-24 Robert T. and Virginia T. Jenkins as Trustees for the Jenkins Family Trust Method and/or system for tree transformation
US7681177B2 (en) * 2005-02-28 2010-03-16 Skyler Technology, Inc. Method and/or system for transforming between trees and strings
US8356040B2 (en) 2005-03-31 2013-01-15 Robert T. and Virginia T. Jenkins Method and/or system for transforming between trees and arrays
US7899821B1 (en) 2005-04-29 2011-03-01 Karl Schiffmann Manipulation and/or analysis of hierarchical data
US8719716B2 (en) 2005-09-15 2014-05-06 The Mathworks, Inc. Locked element for use in a graphical modeling environment
JP4670749B2 (ja) 2006-06-20 2011-04-13 トヨタ自動車株式会社 空調装置の吹出口構造
US8521709B2 (en) * 2006-10-31 2013-08-27 The Jellyvision Lab, Inc. Methods for preloading media assets
US20080184143A1 (en) * 2006-12-14 2008-07-31 Gottlieb Harry N Methods for Identifying Actions in a Flowchart
WO2008098161A1 (en) 2007-02-08 2008-08-14 Gottlieb Harry N Method of automatically populating and generating flowchart cells
US10333696B2 (en) 2015-01-12 2019-06-25 X-Prime, Inc. Systems and methods for implementing an efficient, scalable homomorphic transformation of encrypted data with minimal data expansion and improved processing efficiency

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4389706A (en) * 1972-05-03 1983-06-21 Westinghouse Electric Corp. Digital computer monitored and/or operated system or process which is structured for operation with an improved automatic programming process and system
US4533997A (en) * 1972-08-25 1985-08-06 Westinghouse Electric Corp. Computer monitored or controlled system which may be modified and de-bugged on-line by one not skilled in computer programming
JPS5556233A (en) * 1978-10-18 1980-04-24 Fujitsu Ltd Program input system
JPS56168263A (en) * 1980-05-30 1981-12-24 Hitachi Ltd Program making device
GB2079995B (en) * 1980-07-16 1984-07-11 Suwa Seikosha Kk Portable data processing apparatus
GB2114784B (en) * 1981-11-06 1986-01-08 Alan Frederick John Hookway Information-indexing machines
US4517652A (en) * 1982-03-05 1985-05-14 Texas Instruments Incorporated Hand-held manipulator application module
GB2127188B (en) * 1982-06-14 1986-06-11 Tektronix Inc Software/hardware integration control system
US4536840A (en) * 1982-09-30 1985-08-20 Ronald Borta Autogrammer
US4555619A (en) * 1983-05-19 1985-11-26 Rockwell International Corporation Driver key car identifying system
US4558413A (en) * 1983-11-21 1985-12-10 Xerox Corporation Software version management system
JPH0614320B2 (ja) * 1984-10-17 1994-02-23 株式会社日立製作所 図式プログラム・テスト方法

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
「IEEECompcon’79」(1979)P.238−243
「ProceedingsofACMSiggragh’78」(1978)P.43−49
「ProceedingsofIEEECompsac’80」(1980)P.723−728
「コンピュータにおけるヒューマン・インタフェース・シンポジウム報告集」(1983−12)情報処理学会プログラミングシンポジウム委員会発行,P.136−148

Also Published As

Publication number Publication date
CA1218160A (en) 1987-02-17
GB2155218A (en) 1985-09-18
DE3503119A1 (de) 1985-08-01
US4831525A (en) 1989-05-16
US4956773A (en) 1990-09-11
GB8502097D0 (en) 1985-02-27
GB2155218B (en) 1987-12-09
JPS60159939A (ja) 1985-08-21

Similar Documents

Publication Publication Date Title
JPH0640302B2 (ja) 図式・ソ−スプログラム自動生成方法
US5490243A (en) Data processing system for multi-platform print control and electronic data fill
US4864516A (en) Method for implementing an on-line presentation in an information processing system
US5428791A (en) Configuration mechanism for a computer system having generic user interface and component-specific builder modules
US4939670A (en) PC driven print file utilities for mainframe computer printing
US4870397A (en) System for producing graphic displays and programs for generating same
EP0056886A1 (en) Data processing system with an interactive display
Quint et al. Grif: An interactive environment for TEX
JP3033091B2 (ja) ディジタル回路データから論理シミュレーション記述言語への自動翻訳方法
JPS62145424A (ja) プログラム管理方法
Wiseman et al. Rainbow—a multi‐purpose CAD system
JPS62145422A (ja) ソ−スプログラム自動生成方法
JPH08255012A (ja) プラント運転記録報告書作成装置
JP2692196B2 (ja) テストデータ編集方式
JPH0752387B2 (ja) ソフトウエア開発支援装置
JPH0281267A (ja) 画面作成方法
JPS62217320A (ja) リスト編集処理方法
Cavaliere et al. Text, images and graphics management system for editorial environment
JPS62145423A (ja) プログラム仕様書自動生成方法
Cross The development of a program analysis environment for Ada: Reverse engineering tools for Ada
JP3034527B2 (ja) エディタ装置
JPH05334325A (ja) データ処理装置の帳票作成方式
JPH01236324A (ja) プログラム設計支援システム
Talmage et al. Design and Implementation of an Integrated Screen-oriented Text Editing and Formatting System
JPS61160138A (ja) 樹木構造図作成表示システム

Legal Events

Date Code Title Description
EXPY Cancellation because of completion of term