JP2017502385A - ソースコード変換 - Google Patents
ソースコード変換 Download PDFInfo
- Publication number
- JP2017502385A JP2017502385A JP2016533594A JP2016533594A JP2017502385A JP 2017502385 A JP2017502385 A JP 2017502385A JP 2016533594 A JP2016533594 A JP 2016533594A JP 2016533594 A JP2016533594 A JP 2016533594A JP 2017502385 A JP2017502385 A JP 2017502385A
- Authority
- JP
- Japan
- Prior art keywords
- programming language
- software specification
- data
- software
- representation
- 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.)
- Granted
Links
- 238000006243 chemical reaction Methods 0.000 title claims abstract description 26
- 238000000034 method Methods 0.000 claims description 64
- 230000006870 function Effects 0.000 claims description 33
- 238000012545 processing Methods 0.000 claims description 24
- 238000013501 data transformation Methods 0.000 claims description 20
- 230000008569 process Effects 0.000 claims description 20
- 230000008520 organization Effects 0.000 claims description 11
- 238000012905 input function Methods 0.000 claims description 6
- 238000013515 script Methods 0.000 description 37
- 239000002131 composite material Substances 0.000 description 24
- 230000009466 transformation Effects 0.000 description 12
- 238000013500 data storage Methods 0.000 description 6
- 238000010586 diagram Methods 0.000 description 6
- 238000011161 development Methods 0.000 description 5
- 238000004891 communication Methods 0.000 description 3
- 230000004048 modification Effects 0.000 description 3
- 238000012986 modification Methods 0.000 description 3
- 238000013459 approach Methods 0.000 description 2
- 150000001875 compounds Chemical class 0.000 description 2
- 238000004590 computer program Methods 0.000 description 2
- 239000000284 extract Substances 0.000 description 2
- 230000010076 replication Effects 0.000 description 2
- 239000008186 active pharmaceutical agent Substances 0.000 description 1
- 230000001174 ascending effect Effects 0.000 description 1
- 230000015572 biosynthetic process Effects 0.000 description 1
- 238000004422 calculation algorithm Methods 0.000 description 1
- 238000004364 calculation method Methods 0.000 description 1
- 238000013499 data model Methods 0.000 description 1
- 230000001419 dependent effect Effects 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 238000005192 partition Methods 0.000 description 1
- 238000002360 preparation method Methods 0.000 description 1
- 230000000750 progressive effect Effects 0.000 description 1
- 230000000644 propagated effect Effects 0.000 description 1
- 230000008439 repair process Effects 0.000 description 1
- 239000007787 solid Substances 0.000 description 1
- 230000001131 transforming effect Effects 0.000 description 1
- 238000011144 upstream manufacturing Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/40—Transformation of program code
- G06F8/51—Source to source
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/70—Software maintenance or management
- G06F8/76—Adapting program code to run in a different environment; Porting
Landscapes
- Engineering & Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Stored Programmes (AREA)
- Devices For Executing Special Programs (AREA)
Abstract
Description
本出願は、2013年12月6日に出願された米国特許出願第61/912,594号明細書に対する優先権を主張するものである。
いくつかの例では、第1のソフトウェア仕様122は、C、C++、Java、C#、IBMのジョブ制御言語(JCL,Job Control Language)、COBOL、Fortran、アセンブリなど、1又は2以上の手続き型テキストベースプログラミング言語を使用して指定される。以下の例のいくつかでは、ソフトウェア仕様122は、JCLスクリプティング言語を使用して書かれたバッチ処理スクリプトと、COBOLプログラミング言語を使用して書かれたいくつかのプログラムとを含む。JCLスクリプトは、COBOLプログラムを参照し、決定ベースの制御される実行フローを課す。第1のソフトウェア仕様122は、JCLプログラミング言語とCOBOLプログラミング言語との組合せに限定されず、このプログラミング言語の組合せは、単に変換モジュール120の例示的な一実施形態を説明するのに使用されるに過ぎないことを理解されたい。
図3を参照すると、図1の変換モジュール120の一例が、JCLスクリプト226と、JCLスクリプト226によって参照されるCOBOLプログラム228とを含むソフトウェア仕様122を入力として受け取り、ソフトウェア仕様122を処理して複合データフローグラフ332を生成する。複合データフローグラフ332は、第1のソフトウェア仕様122と同じ機能を実装し、図1の実行環境104によって使用可能である。変換モジュール120は、COBOL−データフローグラフ変換器334、及び複合グラフ合成器336を備える。
図4を参照すると、COBOL−データフローグラフ変換器334の一実装形態の詳細なブロック図が、いくつかのCOBOLプログラム228を入力として受け取り、COBOLプログラム228を処理して、COBOLプログラムのいくつかのデータフローグラフ表現338を生成する。COBOL−データフローグラフ変換器334は、COBOLパーサ440、内部コンポーネントアナライザ444、データセット機能アナライザ442、メタデータアナライザ441、SQLアナライザ443、手続き部変換器445、及びサブグラフ合成器446を備える。
・ OUTPUTデータセットは、SEQUENTIAL、INDEXED、又はRELATIVE編成、SEQUENTIAL、RANDOM、又はDYNAMICアクセスモード、及びOUTPUT又はEXTENDオープンモードのデータセットである。
・ INPUTデータセットは、INDEXED、RELATIVE、又はSEQUENTIAL編成、SEQUENTIALアクセスモード、及びINPUTオープンモードのデータセットである。
・ LOOKUPデータセットは、INDEXED又はRELATIVE編成、RANDOM又はDYNAMICアクセスモード、及びINPUTオープンモードのデータセットである。
・ UPDATEABLE LOOKUPデータセットは、INDEXED又はRELATIVE編成、RANDOM又はDYNAMICアクセスモード、及びI−Oオープンモードのデータセットである。
再び図4を参照すると、COBOLプログラムの手続き型変形452は、内部コンポーネント結果448、データセット機能結果450、データタイプ結果447、及びデータベースインタフェース情報結果449と共に、サブグラフ合成器446に渡される。サブグラフ合成器446は、入力を使用して、COBOLプログラム228に対するデータフローグラフ表現338を生成する。ごく一般には、各COBOLプログラム228につき、サブグラフ合成器446は、COBOLプログラム228の手続き型変形と、COBOLプログラム228に関連するデータセットと、内部コンポーネントアナライザ444によって識別された内部コンポーネントがあればそれらと、を含むデータフローグラフを作成する。次いで、サブグラフ合成器446は、内部コンポーネント結果448及びデータセット機能結果450を使用して、データセット、内部コンポーネント、及び手続き型変形452の間のフローを適切に接続する。サブグラフ合成器446は、データタイプ結果447を使用して、コンポーネントポートの中を流れるデータを記述する。図9を参照すると、COBOL1のタイトルが付いた例示的なCOBOLプログラムに対するデータフローグラフ表現の一例838が、手続き型変形864を含み、手続き型変形864は、データセットDS1.dataに関連するファイルハンドル「A」を有する入力ファイルにフローによって接続されたin0のラベルが付いた入力ポートと、データセットDS2.dataに関連するファイルハンドル「B」を有する出力ファイルにフローによって接続されたout0のラベルが付いた出力ポートと、内部ソートコンポーネント866にフローによって接続された出力ポート及び入力ポートout1及びin1と、を有する。
図3に戻って参照すると、次いで、COBOLプログラムのデータフローグラフ表現338は、JCLスクリプト226と共に、複合グラフ合成器336に渡される。COBOLプログラムに関連するデータセットの機能と共に、JCLスクリプト226中のCOBOLプログラムの実行の順序を分析することによって、複合グラフ合成器336は、COBOLコードのデータフローグラフ表現を接続して単一の複合データフローグラフ332にする。
図11を参照すると、変換モジュール120の単純な動作例が、JCLスクリプト226と、図2の4つのCOBOLプログラム228とを入力として受け取り、入力を処理して複合データフローグラフ332を生成する。
上の記述では、手続き型プログラミング言語で書かれたプログラムの、限られた数の操作及び要素のみがデータフローグラフコンポーネントに変換されることについて述べているが、いくつかの例では、元のプログラム(例えばCOBOLプログラム)のソースコードのすべてがデータフローグラフ表現に変換される。
前述のソースコード変換手法は、例えば、適切なソフトウェア命令を実行するプログラム可能なコンピューティングシステムを使用して実装されてもよく、又は、フィールドプログラマブルゲートアレイ(FPGA,field-programmable gate array)などの適切なハードウェアにおいて、若しくは何らかのハイブリッド形式で実装されてもよい。例えば、プログラムされる手法では、ソフトウェアは、1又は2以上のプログラムされた又はプログラム可能なコンピューティングシステム(分散型、クライアント/サーバ、又はグリッドなど、様々なアーキテクチャのものであり得る)上で実行される1又は2以上のコンピュータプログラム中のプロシージャを含むことができ、各コンピューティングシステムは、少なくとも1つのプロセッサと、少なくとも1つのデータストレージシステム(揮発性及び/又は不揮発性の、メモリ及び/又はストレージ要素を含む)と、少なくとも1つのユーザインタフェース(少なくとも1つの入力デバイス又はポートを使用して入力を受け取るため、及び少なくとも1つの出力デバイス又はポートを使用して出力を提供するための)とを備える。ソフトウェアは、データフローグラフの設計、構成、及び実行に関係するサービスを例えば提供するより大きいプログラムの、1又は2以上のモジュールを含むことができる。プログラムのモジュール(例えば、データフローグラフの要素)は、データリポジトリに記憶されたデータモデルに従う、データ構造又は他の編成されたデータとして実装されてよい。
Claims (21)
- ソフトウェア仕様変換の方法であって、
第1のプログラミング言語で指定された第1のソフトウェア仕様を受け取るステップと、
第2のプログラミング言語で指定された第2のソフトウェア仕様を受け取るステップと、
前記第1及び第2のプログラミング言語とは異なる第3のプログラミング言語で指定された第3のソフトウェア仕様を受け取るステップであって、前記第3のソフトウェア仕様が前記第1のソフトウェア仕様と前記第2のソフトウェア仕様との間の1又は2以上のデータ関係を定義する、ステップと、
前記第1のソフトウェア仕様の表現を、前記第1、第2、及び第3のプログラミング言語とは異なる第4のプログラミング言語で形成するステップと、
前記第2のソフトウェア仕様の表現を前記第4のプログラミング言語で形成するステップと、
前記第3のソフトウェア仕様を分析して前記1又は2以上のデータ関係を識別するステップと、
前記第1のソフトウェア仕様と前記第2のソフトウェア仕様との結合された表現を前記第4のプログラミング言語で形成するステップであって、前記識別された1又は2以上のデータ関係に従って、前記第4のプログラミング言語による前記第1のソフトウェア仕様の前記表現と、前記第4のプログラミング言語による前記第2のソフトウェア仕様の前記表現との間の接続を、前記第4のプログラミング言語で形成することを含むステップと、を含む方法。 - 第1のプログラミング言語が手続き型プログラミング言語である、請求項1に記載の方法。
- 第4のプログラミング言語が、ソフトウェア仕様の異なる部分間の並列性を可能にする、請求項2に記載の方法。
- 第4のプログラミング言語が複数のタイプの並列性を可能にし、前記複数のタイプの並列性が、
ソフトウェア仕様のある部分の複数のインスタンスが入力データストリームの異なる複数の部分に作用するのを可能にする、第1のタイプの並列性と、
ソフトウェア仕様の異なる複数の部分が前記入力データストリームの異なる複数の部分に対して同時に実行されるのを可能にする、第2のタイプの並列性とを含む、請求項3に記載の方法。 - 第2のプログラミング言語が手続き型プログラミング言語である、請求項2に記載の方法。
- 第2のプログラミング言語が第1のプログラミング言語と同じである、請求項2に記載の方法。
- 第1のソフトウェア仕様と第2のソフトウェア仕様との間の1又は2以上のデータ関係が、前記第1のソフトウェア仕様が第1のデータセットからデータを受け取り、前記第2のソフトウェア仕様が前記第1のデータセットにデータを提供することに対応する少なくとも1つのデータ関係を含む、請求項1に記載の方法。
- 第4のプログラミング言語がデータフローグラフベースのプログラミング言語である、請求項1に記載の方法。
- 第4のプログラミング言語による接続が、データのフローを表す有向リンクに対応する、請求項8に記載の方法。
- 第1のソフトウェア仕様が、1又は2以上のデータセットと対話するように構成され、各データセットが、前記第1のソフトウェア仕様において複数のデータセットタイプのうちの関連するデータセットタイプを有し、第2のソフトウェア仕様が、1又は2以上のデータセットと対話するように構成され、各データセットが、前記第2のソフトウェア仕様において前記複数のデータセットタイプのうちの関連するタイプを有し、方法がさらに、
前記第1のソフトウェア仕様を処理するステップを含み、前記処理するステップが、
前記第1のソフトウェア仕様の前記1又は2以上のデータセットを識別し、前記識別された1又は2以上のデータセットのそれぞれにつき、前記第1のソフトウェア仕様における前記データセットの前記関連するタイプを決定するステップと、
前記第1のソフトウェア仕様の表現を第4のプログラミング言語で形成するステップであって、前記識別された1又は2以上のデータセットのそれぞれにつき、前記データセットの仕様を前記第4のプログラミング言語で形成するステップを含み、前記第4のプログラミング言語による前記データセットの前記仕様が、第1のプログラミング言語による前記データセットの前記関連するタイプに対応するタイプを有する、ステップとを含み、
前記第4のプログラミング言語による前記1又は2以上のデータセットの前記仕様の少なくとも1つが、入力データセットタイプ又は出力データセットタイプを有し、前記方法がさらに、
前記第2のソフトウェア仕様を処理するステップを含み、前記処理するステップが、
前記第2のソフトウェア仕様の前記1又は2以上のデータセットを識別し、前記識別された1又は2以上のデータセットのそれぞれにつき、前記第2のソフトウェア仕様における前記データセットの前記関連するタイプを決定するステップと、
前記第2のソフトウェア仕様の表現を前記第4のプログラミング言語で形成するステップであって、前記識別された1又は2以上のデータセットのそれぞれにつき、前記データセットの仕様を前記第4のプログラミング言語で形成するステップを含み、前記第4のプログラミング言語による前記データセットの前記仕様が、前記第1のプログラミング言語による前記データセットの前記関連するタイプに対応するタイプを有する、ステップとを含み、
前記第4のプログラミング言語による前記1又は2以上のデータセットの前記仕様の少なくとも1つが、入力機能又は出力機能を可能にする、請求項1に記載の方法。 - 結合された表現を形成するステップが、
入力機能を可能にする第4のプログラミング言語による第2のソフトウェア仕様の1又は2以上のデータセットの仕様と、前記第4のプログラミング言語による前記第2のソフトウェア仕様の表現との間の接続を、前記第4のプログラミング言語による第1のソフトウェア仕様の表現と、前記第4のプログラミング言語による前記第2のソフトウェア仕様の前記表現との間の接続で置き換えるために、1又は2以上の接続を形成するステップと、
入力機能を可能にする前記第4のプログラミング言語による前記第1のソフトウェア仕様の1又は2以上のデータセットの仕様と、前記第4のプログラミング言語による前記第1のソフトウェア仕様の前記表現との間の接続を、前記第4のプログラミング言語による前記第2のソフトウェア仕様の前記表現と、前記第4のプログラミング言語による前記第1のソフトウェア仕様の前記表現との間の接続で置き換えるために、1又は2以上の接続を形成するステップと、のうちの少なくとも一方を含む、請求項10に記載の方法。 - 第4のプログラミング言語による第1のソフトウェア仕様の表現中で出力機能を可能にする、前記第4のプログラミング言語による前記第1のソフトウェア仕様の1若しくは2以上のデータセットを保存するステップ、又は、
前記第4のプログラミング言語による第2のソフトウェア仕様の表現中で出力機能を可能にする、前記第4のプログラミング言語による前記第2のソフトウェア仕様の1若しくは2以上のデータセットを保存するステップをさらに含む、請求項11に記載の方法。 - 第1のソフトウェア仕様が1又は2以上のデータ変形操作を含み、前記第1のソフトウェア仕様を分析するステップが、前記1又は2以上のデータ変形操作のうちの少なくともいくつかを識別して、前記識別されたデータ変形操作を、第4のプログラミング言語の対応するデータ変形タイプに分類するステップを含み、
前記第1のソフトウェア仕様の表現を前記第4のプログラミング言語で形成するステップが、前記識別されたデータ変形操作のそれぞれにつき、前記データ変形操作の仕様を前記第4のプログラミング言語で形成するステップを含み、前記第4のプログラミング言語による前記データ変形操作の前記仕様が、第1のプログラミング言語による前記識別されたデータ変形操作の前記データ変形タイプに対応するデータ変形操作を可能にする、請求項10に記載の方法。 - 第4のプログラミング言語による1又は2以上のデータセットの仕様の少なくとも1つが、読取専用ランダムアクセスデータセットタイプを有する、請求項10に記載の方法。
- 第1のソフトウェア仕様におけるデータセットの関連するタイプを決定するステップが、データセット定義と前記データセットにアクセスするコマンドとのパラメータを分析するステップを含む、請求項10に記載の方法。
- パラメータが、データセットに関連するファイル編成、前記データセットに関連するアクセスモード、前記データセットを開くのに使用されるモード、及び入出力操作、のうちの1又は2以上を含む、請求項15に記載の方法。
- 第1のソフトウェア仕様と第2のソフトウェア仕様との結合された表現をストレージ媒体に記憶するステップをさらに含む、請求項1に記載の方法。
- 第1のソフトウェア仕様が、1又は2以上のデータセットと対話する1又は2以上のデータ処理操作を定義し、第2のソフトウェア仕様が、1又は2以上のデータセットと対話する1又は2以上のデータ処理操作を定義する、請求項1に記載の方法。
- 第3のソフトウェア仕様が、第1のソフトウェア仕様の1又は2以上のデータセットと、第2のソフトウェア仕様の1又は2以上のデータセットとの間の、1又は2以上のデータ関係を定義する、請求項18に記載の方法。
- ソフトウェア仕様変換のための、コンピュータ可読媒体に非一時的な形で記憶されたソフトウェアであって、
第1のプログラミング言語で指定された第1のソフトウェア仕様を受け取ること、
第2のプログラミング言語で指定された第2のソフトウェア仕様を受け取ること、
前記第1及び第2のプログラミング言語とは異なる第3のプログラミング言語で指定された第3のソフトウェア仕様を受け取ることであって、前記第3のソフトウェア仕様が、前記第1のソフトウェア仕様と前記第2のソフトウェア仕様との間の1又は2以上のデータ関係を定義する、受け取ること、
前記第1のソフトウェア仕様の表現を、前記第1、第2、及び第3のプログラミング言語とは異なる第4のプログラミング言語で形成すること、
前記第2のソフトウェア仕様の表現を前記第4のプログラミング言語で形成すること、
前記第3のソフトウェア仕様を分析して前記1又は2以上のデータ関係を識別すること、並びに、
前記第1のソフトウェア仕様と前記第2のソフトウェア仕様との結合された表現を前記第4のプログラミング言語で形成することであって、前記識別された1又は2以上のデータ関係に従って、前記第4のプログラミング言語による前記第1のソフトウェア仕様の前記表現と、前記第4のプログラミング言語による前記第2のソフトウェア仕様の前記表現との間の接続を、前記第4のプログラミング言語で形成することを含む、形成すること、をコンピューティングシステムに行わせるための命令を含むソフトウェア。 - ソフトウェア仕様変換のためのコンピューティングシステムであって、
ソフトウェア仕様を受け取るように構成された入力デバイス又はポートを備え、前記ソフトウェア仕様が、
第1のプログラミング言語で指定された第1のソフトウェア仕様と、
第2のプログラミング言語で指定された第2のソフトウェア仕様と、
前記第1及び第2のプログラミング言語とは異なる第3のプログラミング言語で指定された第3のソフトウェア仕様とを含み、前記第3のソフトウェア仕様が、前記第1のソフトウェア仕様と前記第2のソフトウェア仕様との間の1又は2以上のデータ関係を定義し、前記コンピューティングシステムが、
前記受け取られたソフトウェア仕様を処理するように構成された少なくとも1つのプロセッサを備え、前記処理することが、
前記第1のソフトウェア仕様の表現を、前記第1、第2、及び第3のプログラミング言語とは異なる第4のプログラミング言語で形成すること、
前記第2のソフトウェア仕様の表現を前記第4のプログラミング言語で形成すること、
前記第3のソフトウェア仕様を分析して前記1又は2以上のデータ関係を識別すること、並びに、
前記第1のソフトウェア仕様と前記第2のソフトウェア仕様との結合された表現を前記第4のプログラミング言語で形成することであって、前記識別された1又は2以上のデータ関係に従って、前記第4のプログラミング言語による前記第1のソフトウェア仕様の前記表現と、前記第4のプログラミング言語による前記第2のソフトウェア仕様の前記表現との間の接続を、前記第4のプログラミング言語で形成することを含む、形成すること、を含む、コンピューティングシステム。
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US201361912594P | 2013-12-06 | 2013-12-06 | |
US61/912,594 | 2013-12-06 | ||
PCT/US2014/069027 WO2015085291A1 (en) | 2013-12-06 | 2014-12-08 | Source code translation |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2017502385A true JP2017502385A (ja) | 2017-01-19 |
JP6454706B2 JP6454706B2 (ja) | 2019-01-16 |
Family
ID=52146763
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2016533594A Active JP6454706B2 (ja) | 2013-12-06 | 2014-12-08 | ソースコード変換 |
Country Status (8)
Country | Link |
---|---|
US (4) | US9891901B2 (ja) |
EP (3) | EP3373134B1 (ja) |
JP (1) | JP6454706B2 (ja) |
KR (1) | KR102186050B1 (ja) |
CN (1) | CN105793818B (ja) |
AU (3) | AU2014360106B2 (ja) |
CA (2) | CA2929716C (ja) |
WO (1) | WO2015085291A1 (ja) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2020522790A (ja) * | 2017-05-22 | 2020-07-30 | アビニシオ テクノロジー エルエルシー | 異種にプログラムされたデータ処理システムの自動依存性アナライザ |
Families Citing this family (24)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10621152B2 (en) * | 2015-12-02 | 2020-04-14 | Speedment, Inc. | Methods and systems for mapping object oriented/functional languages to database languages |
US10642896B2 (en) | 2016-02-05 | 2020-05-05 | Sas Institute Inc. | Handling of data sets during execution of task routines of multiple languages |
US10650046B2 (en) | 2016-02-05 | 2020-05-12 | Sas Institute Inc. | Many task computing with distributed file system |
US10795935B2 (en) | 2016-02-05 | 2020-10-06 | Sas Institute Inc. | Automated generation of job flow definitions |
CN107229616B (zh) * | 2016-03-25 | 2020-10-16 | 阿里巴巴集团控股有限公司 | 语言识别方法、装置及系统 |
USD898059S1 (en) | 2017-02-06 | 2020-10-06 | Sas Institute Inc. | Display screen or portion thereof with graphical user interface |
US10726004B2 (en) | 2017-03-09 | 2020-07-28 | Walmart Apollo, Llc | Enterprise integration processing for mainframe COBOL programs |
US10534640B2 (en) * | 2017-03-24 | 2020-01-14 | Oracle International Corporation | System and method for providing a native job control language execution engine in a rehosting platform |
USD898060S1 (en) | 2017-06-05 | 2020-10-06 | Sas Institute Inc. | Display screen or portion thereof with graphical user interface |
US10223086B2 (en) * | 2017-06-30 | 2019-03-05 | Capital One Services, Llc | Systems and methods for code parsing and lineage detection |
US10210240B2 (en) | 2017-06-30 | 2019-02-19 | Capital One Services, Llc | Systems and methods for code parsing and lineage detection |
CN107632833A (zh) * | 2017-07-31 | 2018-01-26 | 广州神马移动信息科技有限公司 | 轻应用的生成方法、设备及电子设备 |
US10503498B2 (en) | 2017-11-16 | 2019-12-10 | Sas Institute Inc. | Scalable cloud-based time series analysis |
US10423396B1 (en) | 2018-05-04 | 2019-09-24 | Salesforce.Com, Inc. | Transforming non-apex code to apex code |
US10725745B2 (en) * | 2018-05-24 | 2020-07-28 | Walmart Apollo, Llc | Systems and methods for polyglot analysis |
CN110806877B (zh) * | 2018-08-06 | 2024-04-16 | 北京京东尚科信息技术有限公司 | 编程文件结构化的方法、装置、介质及电子设备 |
US11093223B2 (en) * | 2019-07-18 | 2021-08-17 | Ab Initio Technology Llc | Automatically converting a program written in a procedural programming language into a dataflow graph and related systems and methods |
US11068244B2 (en) * | 2019-10-01 | 2021-07-20 | Salesforce.Com, Inc. | Optimized transpilation |
US11440190B1 (en) * | 2020-02-26 | 2022-09-13 | Trend Micro Incorporated | Detecting unsecure data flow in automation task programs |
KR102326490B1 (ko) * | 2020-03-25 | 2021-11-15 | 주식회사 티맥스 소프트 | 스텝 입출력 데이터 셋 파이프라이닝 |
TWI760880B (zh) * | 2020-10-07 | 2022-04-11 | 瑞昱半導體股份有限公司 | 與儲存裝置相關的傳輸控制電路、資料傳輸系統及操作資料傳輸系統的方法 |
EP4071599A1 (en) * | 2021-04-07 | 2022-10-12 | Tata Consultancy Services Limited | System and method for modernization of legacy batch based on functional context |
CN113157257B (zh) * | 2021-04-12 | 2024-03-29 | 山东省城市商业银行合作联盟有限公司 | 针对银行系统的快速开发装置 |
US20230418566A1 (en) * | 2022-06-22 | 2023-12-28 | Amazon Technologies, Inc. | Programmatically generating evaluation data sets for code generation models |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH11327884A (ja) * | 1998-05-12 | 1999-11-30 | Hitachi Ltd | 既存システム処理情報を再構成し利用するシステム |
JP2003067186A (ja) * | 2001-08-23 | 2003-03-07 | Hitachi Koukiyou Syst Eng Kk | データフロー自動生成方法 |
Family Cites Families (142)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US521030A (en) | 1894-06-05 | de laval | ||
US4586137A (en) * | 1982-10-18 | 1986-04-29 | Dresser Industries, Inc. | Method for generating variable well logging data composites |
JPH01108638A (ja) | 1987-10-21 | 1989-04-25 | Hitachi Ltd | 並列化コンパイル方式 |
JP2738692B2 (ja) | 1988-01-29 | 1998-04-08 | 株式会社日立製作所 | 並列化コンパイル方法 |
EP0347162A3 (en) * | 1988-06-14 | 1990-09-12 | Tektronix, Inc. | Apparatus and methods for controlling data flow processes by generated instruction sequences |
US5072371A (en) | 1989-03-01 | 1991-12-10 | The United States Of America As Represented By The United States Department Of Energy | Method for simultaneous overlapped communications between neighboring processors in a multiple |
US5121494A (en) | 1989-10-05 | 1992-06-09 | Ibm Corporation | Joining two database relations on a common field in a parallel relational database field |
US5257366A (en) * | 1990-03-27 | 1993-10-26 | International Business Machines Corporation | Query language execution on heterogeneous database servers using a bind-file bridge between application and database languages |
US5367619A (en) | 1990-04-27 | 1994-11-22 | Eaton Corporation | Electronic data entry system employing an expert system to facilitate generation of electronic data forms with complex interrelationships between fields and subforms |
US5347639A (en) | 1991-07-15 | 1994-09-13 | International Business Machines Corporation | Self-parallelizing computer system and method |
US5632022A (en) | 1991-11-13 | 1997-05-20 | The United States Of America As Represented By The Administrator Of The National Aeronautics And Space Administration | Encyclopedia of software components |
US5313584A (en) | 1991-11-25 | 1994-05-17 | Unisys Corporation | Multiple I/O processor system |
JPH05257709A (ja) | 1992-03-16 | 1993-10-08 | Hitachi Ltd | 並列化判別方法およびそれを用いた並列化支援方法 |
US5432940A (en) | 1992-11-02 | 1995-07-11 | Borland International, Inc. | System and methods for improved computer-based training |
US5574898A (en) | 1993-01-08 | 1996-11-12 | Atria Software, Inc. | Dynamic software version auditor which monitors a process to provide a list of objects that are accessed |
US5446915A (en) | 1993-05-25 | 1995-08-29 | Intel Corporation | Parallel processing system virtual connection method and apparatus with protection and flow control |
US5475842A (en) | 1993-08-11 | 1995-12-12 | Xerox Corporation | Method of compilation optimization using an N-dimensional template for relocated and replicated alignment of arrays in data-parallel programs for reduced data communication during execution |
US5600833A (en) | 1993-09-17 | 1997-02-04 | Digital Equipment Corp. | Attribute portion based document retrieval system with system query language interface |
JP4050339B2 (ja) | 1994-04-28 | 2008-02-20 | 株式会社東芝 | 並行プログラム作成支援装置及び並行プログラム作成方法並びに並行プログラム実行装置 |
US5588150A (en) | 1994-09-29 | 1996-12-24 | International Business Machines Corporation | Push down optimization in a distributed, multi-database system |
US5768564A (en) | 1994-10-07 | 1998-06-16 | Tandem Computers Incorporated | Method and apparatus for translating source code from one high-level computer language to another |
FI98690C (fi) | 1994-10-18 | 1997-07-25 | Nokia Telecommunications Oy | Menetelmä alueryhmäpuhelun muodostamiseksi matkaviestinjärjestelmässä ja matkaviestinjärjestelmä |
US5734886A (en) | 1994-11-16 | 1998-03-31 | Lucent Technologies Inc. | Database dependency resolution method and system for identifying related data files |
FI98973C (fi) | 1994-11-22 | 1997-09-10 | Nokia Telecommunications Oy | Menetelmä ryhmätietojen ylläpitämiseksi matkaviestinjärjestelmässä ja matkaviestinjärjestelmä |
US5546576A (en) | 1995-02-17 | 1996-08-13 | International Business Machines Corporation | Query optimizer system that detects and prevents mutating table violations of database integrity in a query before execution plan generation |
US5619692A (en) | 1995-02-17 | 1997-04-08 | International Business Machines Corporation | Semantic optimization of query order requirements using order detection by normalization in a query compiler system |
FI100215B (fi) | 1995-03-17 | 1997-10-15 | Nokia Telecommunications Oy | Matkaviestijärjestelmän tilaajatietojen päivittäminen |
US5706509A (en) | 1995-04-28 | 1998-01-06 | Intel Corporation | Application independent record level synchronization |
US5678044A (en) | 1995-06-02 | 1997-10-14 | Electronic Data Systems Corporation | System and method for improved rehosting of software systems |
US5682537A (en) | 1995-08-31 | 1997-10-28 | Unisys Corporation | Object lock management system with improved local lock management and global deadlock detection in a parallel data processing system |
US5819021A (en) | 1995-12-11 | 1998-10-06 | Ab Initio Software Corporation | Overpartitioning system and method for increasing checkpoints in component-based parallel applications |
US5712971A (en) | 1995-12-11 | 1998-01-27 | Ab Initio Software Corporation | Methods and systems for reconstructing the state of a computation |
KR100200095B1 (ko) | 1995-12-30 | 1999-06-15 | 윤종용 | 디지탈 컨버젼스를 이용한 화면 이펙트 방법 및회로 |
US6311265B1 (en) | 1996-03-25 | 2001-10-30 | Torrent Systems, Inc. | Apparatuses and methods for programming parallel computers |
US5909681A (en) | 1996-03-25 | 1999-06-01 | Torrent Systems, Inc. | Computer system and computerized method for partitioning data for parallel processing |
US5799149A (en) | 1996-06-17 | 1998-08-25 | International Business Machines Corporation | System partitioning for massively parallel processors |
US5870743A (en) | 1996-06-24 | 1999-02-09 | Oracle Corporation | Method and apparatus for parallelizing operations that create a table |
US5966072A (en) | 1996-07-02 | 1999-10-12 | Ab Initio Software Corporation | Executing computations expressed as graphs |
JPH10232875A (ja) | 1997-02-19 | 1998-09-02 | Hitachi Ltd | データベース管理方法および並列データベース管理システム |
US6330008B1 (en) | 1997-02-24 | 2001-12-11 | Torrent Systems, Inc. | Apparatuses and methods for monitoring performance of parallel computing |
US5999729A (en) | 1997-03-06 | 1999-12-07 | Continuum Software, Inc. | System and method for developing computer programs for execution on parallel processing systems |
US5956074A (en) | 1997-03-11 | 1999-09-21 | Sclafani; Peter J. | Cable television return display unit |
JP3155991B2 (ja) | 1997-04-09 | 2001-04-16 | 日本アイ・ビー・エム株式会社 | 集約演算実行方法及びコンピュータ・システム |
US6092062A (en) | 1997-06-30 | 2000-07-18 | International Business Machines Corporation | Relational database query optimization to perform query evaluation plan, pruning based on the partition properties |
US6077313A (en) | 1997-10-22 | 2000-06-20 | Microsoft Corporation | Type partitioned dataflow analyses |
US6295518B1 (en) | 1997-12-09 | 2001-09-25 | Mci Communications Corporation | System and method for emulating telecommunications network devices |
US6266804B1 (en) | 1997-12-23 | 2001-07-24 | Ab Initio Software Corporation | Method for analyzing capacity of parallel processing systems |
US6625593B1 (en) | 1998-06-29 | 2003-09-23 | International Business Machines Corporation | Parallel query optimization strategies for replicated and partitioned tables |
US6205465B1 (en) | 1998-07-22 | 2001-03-20 | Cisco Technology, Inc. | Component extensible parallel execution of multiple threads assembled from program components specified with partial inter-component sequence information |
US6453464B1 (en) | 1998-09-03 | 2002-09-17 | Legacyj. Corp., Inc. | Method and apparatus for converting COBOL to Java |
US6378126B2 (en) | 1998-09-29 | 2002-04-23 | International Business Machines Corporation | Compilation of embedded language statements in a source code program |
JP2000148699A (ja) | 1998-11-06 | 2000-05-30 | Nec Corp | ネットワークマネージメントシステム |
JP4406944B2 (ja) | 1998-11-11 | 2010-02-03 | 株式会社日立製作所 | 計算機システム及び問合せに対する処理分散システム |
US7047232B1 (en) | 1999-01-13 | 2006-05-16 | Ab Initio Software Corporation | Parallelizing applications of script-driven tools |
US7080062B1 (en) | 1999-05-18 | 2006-07-18 | International Business Machines Corporation | Optimizing database queries using query execution plans derived from automatic summary table determining cost based queries |
US6560593B1 (en) | 1999-07-20 | 2003-05-06 | Computer Associates Think, Inc. | Method and apparatus for viewing the effect of changes to an index for a database table on an optimization plan for a database query |
JP4552242B2 (ja) | 1999-10-06 | 2010-09-29 | 株式会社日立製作所 | 仮想表インタフェースと該インタフェースを用いた問合せ処理システム及び方法 |
US6615203B1 (en) | 1999-12-17 | 2003-09-02 | International Business Machines Corporation | Method, computer program product, and system for pushdown analysis during query plan generation |
US6947934B1 (en) | 2000-02-16 | 2005-09-20 | International Business Machines Corporation | Aggregate predicates and search in a database management system |
US6836883B1 (en) | 2000-06-21 | 2004-12-28 | Microsoft Corporation | Method and system for compiling multiple languages |
US7164422B1 (en) | 2000-07-28 | 2007-01-16 | Ab Initio Software Corporation | Parameterized graphs with conditional components |
US7225444B1 (en) * | 2000-09-29 | 2007-05-29 | Ncr Corp. | Method and apparatus for performing parallel data operations |
US6785668B1 (en) | 2000-11-28 | 2004-08-31 | Sas Institute Inc. | System and method for data flow analysis of complex data filters |
US7000213B2 (en) * | 2001-01-26 | 2006-02-14 | Northwestern University | Method and apparatus for automatically generating hardware from algorithms described in MATLAB |
US8412746B2 (en) | 2001-05-25 | 2013-04-02 | International Business Machines Corporation | Method and system for federated querying of data sources |
US6877000B2 (en) | 2001-08-22 | 2005-04-05 | International Business Machines Corporation | Tool for converting SQL queries into portable ODBC |
US6725212B2 (en) | 2001-08-31 | 2004-04-20 | International Business Machines Corporation | Platform-independent method and system for graphically presenting the evaluation of a query in a database management system |
JP2003099441A (ja) | 2001-09-21 | 2003-04-04 | Hitachi Ltd | データ検索手順探索方法 |
US6915290B2 (en) | 2001-12-11 | 2005-07-05 | International Business Machines Corporation | Database query optimization apparatus and method that represents queries as graphs |
US7409474B2 (en) | 2002-06-27 | 2008-08-05 | Broadcom Corporation | Method and system for rate adaptation |
US7167850B2 (en) | 2002-10-10 | 2007-01-23 | Ab Initio Software Corporation | Startup and control of graph-based computation |
US7076772B2 (en) | 2003-02-26 | 2006-07-11 | Bea Systems, Inc. | System and method for multi-language extensible compiler framework |
US7953891B2 (en) | 2003-03-18 | 2011-05-31 | Microsoft Corporation | Systems and methods for scheduling data flow execution based on an arbitrary graph describing the desired data flow |
CA2429910A1 (en) | 2003-05-27 | 2004-11-27 | Cognos Incorporated | System and method of query transformation |
US7249120B2 (en) | 2003-06-27 | 2007-07-24 | Microsoft Corporation | Method and apparatus for selecting candidate statistics to estimate the selectivity value of the conditional selectivity expression in optimize queries based on a set of predicates that each reference a set of relational database tables |
US20050038788A1 (en) | 2003-08-14 | 2005-02-17 | International Business Machines Corporation | Annotation security to prevent the divulgence of sensitive information |
US20050177557A1 (en) | 2003-09-06 | 2005-08-11 | Oracle International Corporation | Automatic prevention of run-away query execution |
WO2005028627A2 (en) | 2003-09-19 | 2005-03-31 | Netezza Corporation | Performing sequence analysis as a relational join |
US7133861B2 (en) | 2003-12-04 | 2006-11-07 | International Business Machines Corporation | Query access plan rebuilds |
US7930432B2 (en) | 2004-05-24 | 2011-04-19 | Microsoft Corporation | Systems and methods for distributing a workplan for data flow execution based on an arbitrary graph describing the desired data flow |
US7899833B2 (en) | 2004-11-02 | 2011-03-01 | Ab Initio Technology Llc | Managing related data objects |
US7461052B2 (en) | 2004-12-06 | 2008-12-02 | International Business Machines Corporation | Abstract query plan |
US7890532B2 (en) | 2004-12-15 | 2011-02-15 | Microsoft Corporation | Complex data access |
US7359922B2 (en) | 2004-12-22 | 2008-04-15 | Ianywhere Solutions, Inc. | Database system and methodology for generalized order optimization |
USD521030S1 (en) | 2005-04-29 | 2006-05-16 | Hussman Corporation | Canopy for a refrigerated display case |
US20060265362A1 (en) | 2005-05-18 | 2006-11-23 | Content Analyst Company, Llc | Federated queries and combined text and relational data |
US7856523B2 (en) | 2005-06-01 | 2010-12-21 | Microsoft Corporation | Random Access Memory (RAM) based Content Addressable Memory (CAM) management |
US7716630B2 (en) | 2005-06-27 | 2010-05-11 | Ab Initio Technology Llc | Managing parameters for graph-based computations |
US7877350B2 (en) | 2005-06-27 | 2011-01-25 | Ab Initio Technology Llc | Managing metadata for graph-based computations |
US7584205B2 (en) | 2005-06-27 | 2009-09-01 | Ab Initio Technology Llc | Aggregating data with complex operations |
US20070067274A1 (en) | 2005-09-16 | 2007-03-22 | International Business Machines Corporation | Hybrid push-down/pull-up of unions with expensive operations in a federated query processor |
WO2007061430A1 (en) | 2005-11-22 | 2007-05-31 | Bea Systems, Inc. | System and method for translating sql queries into xml query language |
US20070214179A1 (en) | 2006-03-10 | 2007-09-13 | Khanh Hoang | Searching, filtering, creating, displaying, and managing entity relationships across multiple data hierarchies through a user interface |
US7464084B2 (en) | 2006-01-30 | 2008-12-09 | International Business Machines Corporation | Method for performing an inexact query transformation in a heterogeneous environment |
US7945562B2 (en) | 2006-03-15 | 2011-05-17 | Oracle International Corporation | Join predicate push-down optimizations |
KR101279179B1 (ko) | 2006-03-30 | 2013-06-26 | 아토스텍 오이 | 병렬 프로그램 생성 방법 |
US7870556B2 (en) | 2006-05-16 | 2011-01-11 | Ab Initio Technology Llc | Managing computing resources in graph-based computations |
AU2007286155B2 (en) | 2006-08-10 | 2013-12-12 | Ab Initio Technology Llc. | Distributing services in graph-based computations |
JP4872529B2 (ja) * | 2006-08-22 | 2012-02-08 | 株式会社日立製作所 | リバースエンジニアリング支援方法 |
JP2008158664A (ja) * | 2006-12-21 | 2008-07-10 | Sony Corp | 通信システム、サーバ、通信端末及び通信方法 |
US7983897B2 (en) | 2007-02-14 | 2011-07-19 | Google Inc. | Machine translation feedback |
US8069129B2 (en) | 2007-04-10 | 2011-11-29 | Ab Initio Technology Llc | Editing and compiling business rules |
US8122088B2 (en) | 2007-06-28 | 2012-02-21 | International Business Machines Corporation | Adding personal note capabilities to text exchange clients |
US9424315B2 (en) | 2007-08-27 | 2016-08-23 | Teradata Us, Inc. | Methods and systems for run-time scheduling database operations that are executed in hardware |
US20100005077A1 (en) | 2008-07-07 | 2010-01-07 | Kickfire, Inc. | Methods and systems for generating query plans that are compatible for execution in hardware |
JP5453273B2 (ja) | 2007-09-20 | 2014-03-26 | アビニシオ テクノロジー エルエルシー | グラフベース計算におけるデータフロー管理 |
US8495602B2 (en) * | 2007-09-28 | 2013-07-23 | Qualcomm Incorporated | Shader compile system and method |
US8527976B2 (en) | 2007-11-14 | 2013-09-03 | Nec Laboratories America, Inc. | System and method for generating error traces for concurrency bugs |
CN101436192B (zh) | 2007-11-16 | 2011-03-16 | 国际商业机器公司 | 用于优化针对垂直存储式数据库的查询的方法和设备 |
US20110119657A1 (en) * | 2007-12-07 | 2011-05-19 | Martin Vorbach | Using function calls as compiler directives |
US20090198703A1 (en) | 2008-01-31 | 2009-08-06 | Hewlett-Packard Development Company, L.P. | Intelligent data storage system |
US7933916B2 (en) | 2008-02-28 | 2011-04-26 | Microsoft Corporation | Querying nonSQL data stores with a SQL-style language |
US8537160B2 (en) | 2008-03-05 | 2013-09-17 | Microsoft Corporation | Generating distributed dataflow graphs |
JP2009217405A (ja) * | 2008-03-07 | 2009-09-24 | Nec Corp | ジョブネットワーク自動生成方式及びプログラム |
US8538985B2 (en) | 2008-03-11 | 2013-09-17 | International Business Machines Corporation | Efficient processing of queries in federated database systems |
US20100295833A1 (en) | 2008-04-11 | 2010-11-25 | Masaaki Nishio | Display device and method of driving display device |
US7974967B2 (en) | 2008-04-15 | 2011-07-05 | Sap Ag | Hybrid database system using runtime reconfigurable hardware |
US20100057695A1 (en) | 2008-08-28 | 2010-03-04 | Microsoft Corporation | Post-processing search results on a client computer |
US7917463B2 (en) | 2008-10-10 | 2011-03-29 | Business.Com, Inc. | System and method for data warehousing and analytics on a distributed file system |
US20100121868A1 (en) | 2008-11-07 | 2010-05-13 | Yann Le Biannic | Converting a database query to a multi-dimensional expression query |
CN105843684B (zh) | 2009-02-13 | 2020-03-03 | 起元技术有限责任公司 | 管理任务执行 |
US8392398B2 (en) | 2009-07-29 | 2013-03-05 | International Business Machines Corporation | Query optimization over graph data streams |
CN101645074A (zh) * | 2009-09-07 | 2010-02-10 | 浪潮集团山东通用软件有限公司 | 一种访问不同类型关系型数据库的方法 |
KR101660348B1 (ko) * | 2009-09-16 | 2016-09-27 | 아브 이니티오 테크놀로지 엘엘시 | 데이터세트 요소의 매핑 |
US9064047B2 (en) * | 2009-09-24 | 2015-06-23 | International Business Machines Corporation | Parallel processing of ETL jobs involving extensible markup language documents |
US8620903B2 (en) | 2009-11-04 | 2013-12-31 | Nec Laboratories America, Inc. | Database distribution system and methods for scale-out applications |
US9665620B2 (en) | 2010-01-15 | 2017-05-30 | Ab Initio Technology Llc | Managing data queries |
US8555265B2 (en) * | 2010-05-04 | 2013-10-08 | Google Inc. | Parallel processing of data |
CN107066241B (zh) * | 2010-06-15 | 2021-03-09 | 起元技术有限责任公司 | 用于动态加载基于图的计算的系统和方法 |
US8326821B2 (en) | 2010-08-25 | 2012-12-04 | International Business Machines Corporation | Transforming relational queries into stream processing |
US8782619B2 (en) | 2010-10-26 | 2014-07-15 | Oracle International Corporation | Extending programming language semantics while maintaining standard syntax through aliasing |
US8850574B1 (en) * | 2011-02-28 | 2014-09-30 | Google Inc. | Safe self-modifying code |
US8640112B2 (en) * | 2011-03-30 | 2014-01-28 | National Instruments Corporation | Vectorizing combinations of program operations |
KR101088834B1 (ko) | 2011-04-12 | 2011-12-06 | 디에스알 주식회사 | 크레인용 합성섬유 로프 및 이의 제조방법 |
US8782081B2 (en) | 2011-05-11 | 2014-07-15 | Google Inc. | Query template definition and transformation |
US9449030B2 (en) | 2011-06-30 | 2016-09-20 | International Business Machines Corporation | Method for native program to inherit same transaction content when invoked by primary program running in separate environment |
US9317551B1 (en) | 2012-03-23 | 2016-04-19 | The Mathworks, Inc. | Transforming a search query into a format understood by a technical computing environment (TCE)-based search engine |
US9182957B2 (en) * | 2012-07-10 | 2015-11-10 | Loring Craymer | Method and system for automated improvement of parallelism in program compilation |
JP6338579B2 (ja) * | 2012-07-24 | 2018-06-06 | アビニシオ テクノロジー エルエルシー | データモデルにおけるエンティティのマッピング |
US9135301B2 (en) | 2013-03-14 | 2015-09-15 | Oracle International Corporation | Pushdown of sorting and set operations (union, intersection, minus) to a large number of low-power cores in a heterogeneous system |
US9292373B2 (en) * | 2013-03-15 | 2016-03-22 | International Business Machines Corporation | Query rewrites for data-intensive applications in presence of run-time errors |
US9633104B2 (en) | 2013-05-03 | 2017-04-25 | Sas Institute Inc. | Methods and systems to operate on group-by sets with high cardinality |
-
2014
- 2014-12-08 CA CA2929716A patent/CA2929716C/en active Active
- 2014-12-08 CA CA3092699A patent/CA3092699C/en active Active
- 2014-12-08 JP JP2016533594A patent/JP6454706B2/ja active Active
- 2014-12-08 EP EP18163785.1A patent/EP3373134B1/en active Active
- 2014-12-08 EP EP20179731.3A patent/EP3726375B1/en active Active
- 2014-12-08 AU AU2014360106A patent/AU2014360106B2/en active Active
- 2014-12-08 EP EP14819224.8A patent/EP3077904B1/en active Active
- 2014-12-08 WO PCT/US2014/069027 patent/WO2015085291A1/en active Application Filing
- 2014-12-08 KR KR1020167017964A patent/KR102186050B1/ko active IP Right Grant
- 2014-12-08 US US14/563,066 patent/US9891901B2/en active Active
- 2014-12-08 CN CN201480066572.8A patent/CN105793818B/zh active Active
-
2018
- 2018-02-12 US US15/894,062 patent/US10282181B2/en active Active
- 2018-02-12 US US15/894,096 patent/US10289396B2/en active Active
-
2019
- 2019-05-13 US US16/410,158 patent/US11106440B2/en active Active
- 2019-08-09 AU AU2019213447A patent/AU2019213447B2/en active Active
-
2020
- 2020-05-27 AU AU2020203491A patent/AU2020203491B2/en active Active
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH11327884A (ja) * | 1998-05-12 | 1999-11-30 | Hitachi Ltd | 既存システム処理情報を再構成し利用するシステム |
JP2003067186A (ja) * | 2001-08-23 | 2003-03-07 | Hitachi Koukiyou Syst Eng Kk | データフロー自動生成方法 |
Non-Patent Citations (1)
Title |
---|
梶尾義規、魚田勝臣、永田守男: "一括処理のレガシープログラムからオブジェクト指向プログラムへの変換法", 電子情報通信学会技術研究報告, vol. 102, no. 503, JPN6018045754, 12 December 2002 (2002-12-12), JP, pages 13 - 18, ISSN: 0003923521 * |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2020522790A (ja) * | 2017-05-22 | 2020-07-30 | アビニシオ テクノロジー エルエルシー | 異種にプログラムされたデータ処理システムの自動依存性アナライザ |
JP7360328B2 (ja) | 2017-05-22 | 2023-10-12 | アビニシオ テクノロジー エルエルシー | 異種にプログラムされたデータ処理システムの自動依存性アナライザ |
Also Published As
Publication number | Publication date |
---|---|
EP3077904A1 (en) | 2016-10-12 |
US9891901B2 (en) | 2018-02-13 |
EP3373134A1 (en) | 2018-09-12 |
AU2020203491A1 (en) | 2020-06-18 |
CA3092699A1 (en) | 2015-06-11 |
KR102186050B1 (ko) | 2020-12-03 |
CA3092699C (en) | 2023-07-25 |
AU2020203491B2 (en) | 2021-11-04 |
AU2014360106A1 (en) | 2016-05-26 |
CA2929716C (en) | 2021-08-31 |
AU2019213447A1 (en) | 2019-09-05 |
EP3726375B1 (en) | 2023-02-01 |
JP6454706B2 (ja) | 2019-01-16 |
US11106440B2 (en) | 2021-08-31 |
KR20160096137A (ko) | 2016-08-12 |
EP3373134B1 (en) | 2020-07-22 |
US20180165078A1 (en) | 2018-06-14 |
US10282181B2 (en) | 2019-05-07 |
US20200073645A1 (en) | 2020-03-05 |
WO2015085291A1 (en) | 2015-06-11 |
EP3077904B1 (en) | 2018-04-11 |
AU2014360106B2 (en) | 2019-05-23 |
EP3726375A1 (en) | 2020-10-21 |
CA2929716A1 (en) | 2015-06-11 |
US20180165077A1 (en) | 2018-06-14 |
AU2019213447B2 (en) | 2020-05-14 |
US20150160934A1 (en) | 2015-06-11 |
CN105793818B (zh) | 2019-09-17 |
CN105793818A (zh) | 2016-07-20 |
US10289396B2 (en) | 2019-05-14 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP6454706B2 (ja) | ソースコード変換 | |
JP7090778B2 (ja) | 影響分析 | |
US10521427B2 (en) | Managing data queries | |
US10437573B2 (en) | General purpose distributed data parallel computing using a high level language | |
US8209664B2 (en) | High level programming extensions for distributed data parallel processing | |
CA2698265C (en) | Managing data flows in graph-based computations | |
US20100175049A1 (en) | Scope: a structured computations optimized for parallel execution script language |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20171024 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20181004 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20181120 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20181217 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6454706 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |