TWI557582B - Software tools and methods for efficient access to information - Google Patents

Software tools and methods for efficient access to information Download PDF

Info

Publication number
TWI557582B
TWI557582B TW103100062A TW103100062A TWI557582B TW I557582 B TWI557582 B TW I557582B TW 103100062 A TW103100062 A TW 103100062A TW 103100062 A TW103100062 A TW 103100062A TW I557582 B TWI557582 B TW I557582B
Authority
TW
Taiwan
Prior art keywords
array
name
data
category
variable
Prior art date
Application number
TW103100062A
Other languages
Chinese (zh)
Other versions
TW201528009A (en
Inventor
Ling Hua Chang
Tung Ho Shieh
Sian Jie Jhang
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 filed Critical
Priority to TW103100062A priority Critical patent/TWI557582B/en
Publication of TW201528009A publication Critical patent/TW201528009A/en
Application granted granted Critical
Publication of TWI557582B publication Critical patent/TWI557582B/en

Links

Landscapes

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

Description

用於有效率存取資料之軟體工具及其方法 Software tool and method for efficiently accessing data

本發明係有關於物件及陣列儲存的架構,特別是指一種應用資料存取之存取路徑。 The present invention relates to an architecture for object and array storage, and more particularly to an access path for application data access.

習知資料管理,如使用object stream的技術來儲存資料;而且object stream是一個有效率檔案建構方法,如下:1、由於Java的object-oriented circles有persistence的特性,物件儲存在檔案的佈局(layout of a file)會完全跟在記憶體的佈局一樣。2、所有相關的物件皆以陣列方式管理。3、只要我們能提供所要擷取資料的路徑,不論資料存在檔案內何處,這些資料都可以迅速擷取。 Conventional data management, such as using object stream technology to store data; and object stream is an efficient file construction method, as follows: 1, because Java's object-oriented circles have persistence characteristics, objects are stored in the file layout (layout Of a file) will be exactly the same as the memory layout. 2. All related objects are managed in an array. 3. As long as we can provide the path to the data, no matter where the data exists in the file, the data can be quickly retrieved.

爰此,本發明提出一種用於有效率存取資料之方法,該方法係為: Accordingly, the present invention provides a method for efficiently accessing data by:

(a)透過一物件儲存一相關資訊。 (a) store a relevant information through an object.

(b)上述物件經由一導向引擎儲存於相對應之一陣列。 (b) The objects are stored in a corresponding array via a steering engine.

(c)再將上述儲存該物件的該陣列儲存於相對應之一類別。 (c) storing the array storing the object in a corresponding one of the categories.

(d)藉由上述步驟取得該物件之相關取得儲存之一存取路徑。 (d) Obtaining an access path for the related storage of the object by the above steps.

(e)經由上述存取路徑搜尋並取得該物件。 (e) searching for and acquiring the object via the access path.

(f)上述物件係儲存於上述陣列中,且上述陣列再儲放於另一物件中,係以層層堆疊儲放之方式儲存上述物件及陣列或透過一個上述陣列儲存多個上述物件,該陣列儲存該物件之一儲存空間達到一上限值時,藉由一擴充機制,將該儲存空間增加一倍,以供儲存上述物件。 (f) the objects are stored in the array, and the array is stored in another object, and the objects and arrays are stored in a layer stack storage manner or a plurality of the objects are stored through the array. When the array stores an upper limit of the storage space of the object, the storage space is doubled by an expansion mechanism for storing the object.

進一步,上述導向引擎係為資料導向引擎以及陣列導向引擎。 Further, the above-mentioned steering engine is a data-oriented engine and an array-oriented engine.

進一步,上述資料導向引擎係包含存取。 Further, the above data steering engine includes access.

進一步,上述陣列導向引擎包含:插入、修改、刪除及存取。 Further, the above array steering engine includes: insert, modify, delete, and access.

本發明再提供一種用於有效率存取資料之軟體工具ISG(資訊系統產生器Information System generator簡稱ISG)之檔案建立以方便存取檔案內之資料,該軟體工具係使用上述方法之軟體工具,此檔案建立軟體工具在本發明中稱為An Efficient Building File System Generator簡稱BFS-G,BFS-G係包含:一類別之建立至少一物件以及一儲存上述物件之陣列,該物件儲存於該陣列中的一儲存空間,且於該陣列中設有一擴充機制,在上述儲存空間達到一上限值時,藉由該擴充機制,將該儲存空間增加一倍,以供儲存上述物件,並透過該物件儲存於該陣列之中構成一存取路徑,該物件儲存一相關資訊;上述物件係包含有至少一導向引擎;前述導向引擎係根據儲存上述相關資訊的存取路徑提供一回應,該回應係包含上述物件。 The invention further provides a file for the efficient access to the software tool ISG (Information System Generator Information System ISG) to facilitate access to the data in the file, the software tool is a software tool using the above method, The file creation software tool is referred to in the present invention as An Efficient Building File System Generator abbreviated as BFS-G. The BFS-G system comprises: a category of at least one object and an array storing the objects, the object being stored in the array. a storage space, and an expansion mechanism is provided in the array. When the storage space reaches an upper limit value, the storage space is doubled by the expansion mechanism for storing the object and transmitting the object. Storing in the array to form an access path, the object stores a related information; the object includes at least one steering engine; the guiding engine provides a response according to an access path for storing the related information, and the response includes The above objects.

進一步,上述軟體工具之機制係包含:呼叫array_name_add(object_name elemet):void、呼叫array_name_expandCapacity():void、呼叫remove_array_name():void、呼叫remove_array_name(int idx):void、呼叫get_array_name_size():int、呼叫get_array_name(int idx):object_name、呼叫array_name_isEmpty():boolean、呼叫get_variable_name():data-type以及呼叫set_variable_name(data-type element):void。 Further, the mechanism of the above software tool includes: calling array_name_add(object_name elemet): void, calling array_name_expandCapacity():void, calling remove_array_name():void, calling remove_array_name(int idx):void, calling get_array_name_size():int, calling Get_array_name(int idx): object_name, call array_name_isEmpty(): boolean, call get_variable_name(): data-type, and call set_variable_name(data-type element):void.

進一步,BFS-G係為ISG軟體開發工具之一功能稱為檔案建立,ISG包括檔案建立、視窗連結、資料處理畫面、資料顯示、預覽和列印等6項功能,上述ISG之BFS-G係輸入一類別名稱及其屬性,進而產生一Java程式。 Further, BFS-G is one of the functions of ISG software development tools called file creation. ISG includes six functions: file creation, window connection, data processing screen, data display, preview and printing. The above IFS BFS-G system Enter a category name and its attributes to generate a Java program.

進一步,上述回應之路徑之轉譯程式如下: 假設路徑是類別名稱/陣列1/陣列2/資料名,轉譯該路徑為擷取屬性資料名之資料暫存陣列之演算法稱為Retriving_data_name,演算法Retriving_data_name之流程如下所示:首先,輸入一類別名稱、一陣列1、一陣列2、一資料名及一陣列大小;輸出一陣列矩陣;上述陣列矩陣所組成一陣列矩陣串,該陣列矩陣串係儲存該資料名之該陣列大小的新的資料型態;預設一位址的起始值為零;一第一物件之類別名稱係由一物件中讀取轉換成該類別名稱;宣告一物件1之一指標1之類別及該物件1之一第一變數的起始值為零,且該第一變數小於該陣列1之大小;該指標1係從該物件1中的該第一變數取出該陣列1;宣告一物件2之一指標2之類別及該物件2之一第二變數的起始值為零,且該第二變數小於該指標1之陣列2大小;該指標2係從該物件2中的該第二變數取出該陣列2;上述資料名係為該指標2所存在之陣列。 Further, the translation of the above response path is as follows: Suppose the path is the category name/array 1/array 2/data name. The algorithm for translating the path to the data temporary storage array of the attribute data name is called Retriving_data_name. The flow of the algorithm Retriving_data_name is as follows: First, enter a category Name, an array 1, an array 2, a data name and an array size; output an array matrix; the array matrix comprises an array matrix string, the array matrix string storing the new data of the array name of the data name a type; the initial value of the preset address is zero; the category name of the first object is converted from an object into the category name; the category of the index 1 of an object 1 is declared and the object 1 is The first variable has a starting value of zero, and the first variable is smaller than the size of the array 1; the index 1 extracts the array 1 from the first variable in the object 1; and declares an indicator 2 of an object 2 The category and the second variable of the second variable of the object 2 have a starting value of zero, and the second variable is smaller than the size of the array 2 of the index 1; the index 2 extracts the array 2 from the second variable in the object 2 The above information name 2 the indicator of the presence of the array.

其中,上述演算法Retriving_data_name之程式碼如下所示: The code of the above algorithm Retriving_data_name is as follows:

執行Retriving_data_name,使用者須輸入路徑class_name、array1、array2、data_name,和array_size,array_size是陣列arrays的大小,產出是陣列arrays,接著如何將此四個路徑轉譯成上述演算法說明如下: To execute Retriving_data_name, the user must enter the path class_name, array1, array2, data_name, and array_size. The array_size is the size of the array arrays, and the output is array arrays. Then how to translate the four paths into the above algorithm is described as follows:

(a)第一個路徑class_name,第4行之ois.readObject()表示從檔案讀出類別class_name之一物件,此物件暫存在the_first_object。行1之data_type_of_data_name使用者可查閱其所設計之檔案系統之架構圖如第二A圖、第二B圖、第二C圖和第二D圖,可以容易且快速找到data_name之資料型態,或者可從BFS-G軟體工具得知。如果使用者已使用BFS-G將檔案建立設定好,在介面第五圖~第八圖之欄位使用者可找到Class name是class_of_object2之值、欄位field name是data_name和欄位Data type所輸入即是data_type_of_data_name所需之值(此類別名稱class_of_object2需要先查到請參考下列甲步驟再查閱data_type_of_data_name)。 (a) The first path class_name, the fourth line of ois.readObject() indicates that one of the class class_name objects is read from the file, and the object temporarily exists in the_first_object. The data_type_of_data_name user of line 1 can refer to the architecture diagram of the file system designed by the user, such as the second A picture, the second B picture, the second C picture and the second D picture, so that the data type of the data_name can be easily and quickly found, or It is known from the BFS-G software tool. If the user has set up the file using BFS-G, the user can find the value of class name is class_of_object2, the field name is data_name and the field Data type is entered in the fields of the fifth to eighth fields. That is, the value required by data_type_of_data_name (this category name class_of_object2 needs to be checked first, please refer to the following step A and then refer to data_type_of_data_name).

(b)第二個路徑array1,上述物件the_first_object存有一陣列array1,tmp1是陣列array1所取出之一物件參考,因為是陣列,使用for迴圈依序拿出array1內之物件暫存在tmp1(請看行5~行7),以下解釋如何從陣列array1依序擷取每一物件。 (b) The second path array1, the object the_first_object stores an array array1, tmp1 is an object reference taken by the array array1, because it is an array, use the for loop to sequentially take out the object in the array1 temporarily exists tmp1 (see Line 5 to line 7), the following explains how to retrieve each object sequentially from the array array1.

甲、行6之class_of_object1使用者可查閱其所設計之檔案系統之架構圖,此架構圖可以查出陣列array1所儲存物件之類別名稱,或者從BFS-G軟體工具得知。因為BFS-G提供介面如第四圖~第八圖 讓使用者設定類別和每一類別之屬性,接著存檔,在介面第五圖~第八圖,圖中之欄位使用者可找到Class name是class_name、欄位field name是array1和欄位Data type是Array,欄位Array datatype所輸入即是class_of_object1所需之類別名。 Users of Class_of_object1 of Class A and Line 6 can refer to the architecture diagram of the file system they designed. This architecture diagram can identify the category name of the object stored in the array array1, or learn from the BFS-G software tool. Because BFS-G provides interfaces such as the fourth to eighth Let the user set the category and the attributes of each category, and then archive. In the fifth to eighth pictures of the interface, the user in the picture can find the Class name as class_name, the field name is array1 and the field Data type. Is the Array, the field Array datatype input is the class name required by class_of_object1.

乙、BFS-G提供7陣列導向引擎,物件the_first_object可呼叫此7陣列導向引擎,原因是陣列array1在物件the_first_object內,此物件有此7陣列導向引擎,行5之the_first_object.get_array1_size()表示陣列array1之物件個數,行5~行7可依序從陣列array1擷取物件暫存在物件tmp1。行7之tmp1=the_first_object.get_array1_class_of_object1(i1)會從陣列array1取出物件暫存在tmp1,從索引i1=0開始擷取第一個物件再依序下去。 B, BFS-G provides 7 array steering engine, the object the_first_object can call this 7 array steering engine, because array array1 is in the object the_first_object, this object has this 7 array steering engine, line 5 of the_first_object.get_array1_size() indicates array array1 The number of objects, lines 5 to 7 can be sequentially retrieved from the array array1 to temporarily store the object tmp1. Line 7 of tmp1=the_first_object.get_array1_class_of_object1(i1) will take the object from the array array1 temporarily to tmp1, and start the first object from the index i1=0 and continue.

(c)第三個路徑array2,上述物件tmp1存有一陣列array2,tmp2暫存陣列array2所取出之物件參考,有關行8~行10之說明請參閱上述(b)。 (c) The third path array2, the object tmp1 stores an array array2, and the tmp2 temporary storage array array2 takes the object reference. For the description of lines 8 to 10, please refer to (b) above.

第四路徑data_name將擷取一資料屬性data_name之資料放在陣列arrays,屬性data_name在物件tmp2,行11藉著此物件tmp2呼叫擷取資料之資料導向引擎getdata_name(),取出data_name之資料值再放入陣列arrays,陣列arrays存放從索引pointer=0再依序放入(參閱行2)。 The fourth path data_name puts the data of a data attribute data_name in the array arrays, the attribute data_name in the object tmp2, and the line 11 calls the data steering engine getdata_name() by the object tmp2, and takes out the data value of the data_name. Into the array arrays, the array arrays are stored from the index pointer=0 and then placed sequentially (see line 2).

進一步增加一Join Approach機制,Join Approach機制係藉由一下拉式選單的一登錄畫面,將多個檔案Join在一個檔案中。 Further adding a Join Approach mechanism, the Join Approach mechanism is to join multiple files in one file by using a login screen of the pull-down menu.

進一步,上述BFS-G增加一擴充機制。 Further, the above BFS-G adds an extension mechanism.

本發明的功效在於: The effect of the invention is:

1.本發明之該類別單元係為一多層式架構,藉由陣列和導向引擎機制,再藉用一路徑來轉譯程式碼,所轉譯之程式碼可加速資料存取之時間。 1. The category unit of the present invention is a multi-layer architecture. By means of an array and a steering engine mechanism, a path is used to translate the code, and the translated code can speed up the data access time.

2.本發明的擴充機制,用以防止該資料儲存空間在儲存過多的該物件後,無法再儲存於該陣列,故本發明具有可彈性擴充該資料儲存空間之功效。 2. The expansion mechanism of the present invention is for preventing the data storage space from being stored in the array after storing too many objects, so the invention has the effect of elastically expanding the data storage space.

3.本發明的Join Approach機制,Join Approach機制係藉由一下拉式選單的一登錄畫面,將多個檔案Join在一個檔案中。 3. The Join Approach mechanism of the present invention, the Join Approach mechanism is to join multiple files in one file by using a login screen of the pull-down menu.

[第一圖]係為本發明之系統檔案架構之標準模式類別圖。 [First figure] is a standard mode category diagram of the system file architecture of the present invention.

[第二A圖]係為本發明之某一公司檔案架構圖,以合約/出貨單檔案為例。 [Picture A] is a file structure diagram of a company of the present invention, taking a contract/shipper file as an example.

[第二B圖]係為本發明之某一公司檔案架構圖,以每批出貨開銷檔案為例。 [Second B] is a file structure diagram of a company of the present invention, taking each shipment overhead file as an example.

[第二C圖]係為本發明之某一公司檔案架構圖,以出貨開銷費用種類檔案為例。 [Second C] is a file structure diagram of a company of the present invention, taking the type of shipping overhead type file as an example.

[第二D圖]係為本發明之某一公司檔案架構圖,以台灣地址檔案為例。 [Second D] is a file structure diagram of a company of the present invention, taking the Taiwan address file as an example.

[第三圖]係為本發明之流程圖。 [Third Figure] is a flow chart of the present invention.

[第四圖]係為本發明之BFS-G檔案建立工具,使用此工具設定所有檔案之類別名稱,係以某一公司營運資訊系統17檔案類別名稱。 [Fourth figure] is the BFS-G file creation tool of the present invention, and uses this tool to set the category name of all files, which is the name of a company operation information system 17 file category.

[第五圖]係為合約/出貨單檔案之類別invoice_array為例,本發明之BFS-G為類別invoice_array設定其資料成員,按Translate to an object java code按鈕,則產生invoice_array.java程式碼,此程式碼與第二圖invoice_array類別圖所示相同。 [fifth figure] is an example of the contract/shipper file category invoice_array. The BFS-G of the present invention sets its data member for the category invoice_array, and presses the Translate to an object java code button to generate the invoice_array.java code. This code is the same as shown in the invoice_array category diagram in the second diagram.

[第六圖]係為係為合約/出貨單檔案之類別proforma_invoice_data為例,本發明之BFS-G為類別proforma_invoice_data設定其資料成員,按Translate to a java code按鈕,則產生proforma_invoice_data.java程式碼,此程式碼與第二圖proforma_invoice_data類別圖所示相同。 [Sixth figure] is a category of proforma_invoice_data which is a contract/shipper file file. The BFS-G of the present invention sets its data member for the category proforma_invoice_data, and presses Translate. To a java code button, the proforma_invoice_data.java code is generated, which is the same as the second map of the proforma_invoice_data category.

[第七圖]係為合約/出貨單檔案之類別pi_data為例,本發明之BFS-G為類別pi_data設定其資料成員,按Translate to a java code按鈕,則產生pi_data.java程式碼,此程式碼與第二圖pi_data類別圖所示相同。 [Seventh figure] is a category of contract/shipper file category pi_data. The BFS-G of the present invention sets its data member for the category pi_data, and presses the Translate to a java code button to generate the pi_data.java code. The code is the same as shown in the pi_data category diagram in the second diagram.

[第八圖]係為每批出貨開銷檔案之類別goods_payout_data為例,本發明之BFS-G為類別goods_payout_data設定其資料成員,按Translate to an array code按鈕,則產生goods_payout_array.java和goods_payout_data.java程式碼,這兩套程式碼與第二圖goods_payout_array類別圖和goods_payout_data類別圖所示相同。 [Eight image] is an example of the batch goods_payout_data of each batch of shipping cost files. The BFS-G of the present invention sets its data members for the category goods_payout_data, and presses the Translate to an array code button to generate goods_payout_array.java and goods_payout_data.java. The code, the two sets of code are the same as the goods_payout_array category diagram and the goods_payout_data category diagram in the second diagram.

[第九圖]係以登錄每批出貨開銷為例,描述如何Join每批出貨開銷檔案和出貨開銷費用種類檔案。 [The ninth] is an example of how to log in each shipment of shipments, and how to join each shipment of overhead files and shipping overhead type files.

綜合上述技術特徵,本發明用於有效率存取資料之軟體工具及其方法的主要構造及技術特徵,可在下述實施例清楚呈現。 Combining the above technical features, the main construction and technical features of the software tool and method thereof for efficiently accessing data of the present invention can be clearly shown in the following embodiments.

本發明之結構與實施例請參閱第一圖至第九圖所示,本發明之方法係包括:(a)透過一物件儲存一相關資訊;(b)上述物件經由一導向引擎add()儲存於相對應之一陣列;(c)上述儲存該物件的該陣列,此陣列是存在一類別之物件內,此物件可從檔案讀出;(d)藉由上述步驟取得該物件之相關儲存之一存取路徑,此路徑是從檔案讀出一物件開始,第一路徑是此物件之類別名稱,第二路徑是此物件之一陣列,則可存取陣列之所有物件之資料;(e)經由上述存取路徑搜尋並取得該物件。 Structures and Embodiments of the Invention Referring to the first to ninth embodiments, the method of the present invention includes: (a) storing an information through an object; (b) storing the object via a guide engine add() And corresponding to the array; (c) the array for storing the object, wherein the array is in an object of a category, the object can be read from the file; (d) obtaining the relevant storage of the object by the above steps An access path, the path is an object read from the file, the first path is the category name of the object, and the second path is an array of the object, and the information of all the objects of the array can be accessed; (e) The object is searched for and obtained through the above access path.

特別說明:物件儲存於陣列中,而這些物件又有陣列,於是物件藉著這些陣列層層存放之方式儲存上述物件以及陣列,例如至少一個上述物件 儲存於上述陣列中,上述陣列再儲存於另外一個物件中,而上述另外之物件係再儲存於另外一個陣列之中,以上述方式儲放上述物件以及陣列;且上述導向引擎係為資料導向引擎以及陣列導向引擎,其中上述資料導向引擎係包含存取的功能,而上述陣列導向引擎包含:插入、修改、刪除及存取之功能,至於多層類別圖資料擷取之路徑是class_name/array1/array2/.../arrayn/data_name。 In particular, the objects are stored in an array, and the objects are in an array, so that the objects are stored in the array layer to store the objects and the array, for example, at least one of the objects. Stored in the array, the array is stored in another object, and the other objects are stored in another array, and the objects and the array are stored in the above manner; and the guiding engine is a data-oriented engine And the array-oriented engine, wherein the data-oriented engine includes an access function, and the array-oriented engine includes: inserting, modifying, deleting, and accessing functions; and the path of the multi-level category map data is class_name/array1/array2 /.../arrayn/data_name.

進一步,BFS-G之檔案建立功能係包括:於一類別建立至少一物件以及一儲存上述物件之陣列,構成一存取路徑,該物件儲存一相關資訊;上述物件係包含導向引擎。 Further, the file creation function of the BFS-G includes: establishing at least one object in a category and an array storing the objects to form an access path, the object storing a related information; the object includes a steering engine.

前述導向引擎係根據儲存上述相關資訊的存取路徑提供一回應,該回應係包含上述物件。 The foregoing steering engine provides a response according to an access path for storing the related information, and the response includes the above object.

進一步,上述軟體工具係為BFS-G,BFS-G係輸入一類別名稱及其屬性,進而產生一Java程式。 Further, the software tool is BFS-G, and the BFS-G system inputs a category name and its attributes, thereby generating a Java program.

進一步,BFS-G轉譯之導向引擎係包含:呼叫array_name_add(object_name elemet):void、呼叫array_name_expandCapacity():void、呼叫remove_array_name():void、呼叫remove_array_name(int idx):void、呼叫get_array_name_size():int、呼叫get_array_name(int idx):object_name、呼叫array_name_isEmpty():boolean、呼叫get_variable_name():data type以及呼叫set_variable_name(data type element):void。 Further, the BFS-G translation steering engine includes: call array_name_add(object_name elemet): void, call array_name_expandCapacity():void, call remove_array_name():void, call remove_array_name(int idx):void, call get_array_name_size():int Call get_array_name(int idx): object_name, call array_name_isEmpty(): boolean, call get_variable_name(): data type, and call set_variable_name(data type element):void.

進一步,BFS-G之擴充機制是呼叫上述array_name_expandCapacity():void。 Further, the expansion mechanism of BFS-G is to call the above array_name_expandCapacity():void.

綜合上述技術特徵,續請參閱第一圖檔案架構之標準模式類別圖,圖中的class_name、array_name、variable_name、class_name_of_object和data_type表示使用BFS-G轉譯程式時的參數名稱各有其意義而其意思與英文所表示相同,class_name表示一類別的名稱,array_name表示一陣列名稱,variable_name表示 一屬性名稱,class_name_of_object表示儲存在該陣列裡物件類別名稱,data_type表示某一變數的資料型態和element表示任何變數名稱。 Combining the above technical features, please refer to the standard mode category diagram of the file structure of the first figure. The class_name, array_name, variable_name, class_name_of_object and data_type in the figure indicate that the parameter names when using the BFS-G translation program have their meanings and their meanings are English means the same, class_name represents the name of a category, array_name represents an array name, and variable_name represents An attribute name, class_name_of_object indicates the name of the object category stored in the array, data_type indicates the data type of a variable, and element indicates any variable name.

第一圖所表示的檔案可能只有一個類別圖或多層類別圖,雖然類別圖內宣告的屬性和陣列都表示*,但在宣告屬性的部分至少要有一個宣告。 The file represented in the first figure may have only one category map or multiple-level category map. Although the attributes and arrays declared in the category map represent *, there must be at least one announcement in the part of the declared attribute.

而上述導向引擎係提供資料導向引擎和陣列導向引擎,資料導向引擎是用來處理一般變數variable_name,其資料型態為data_type,譬如取出變數variable_name資料值:(1)呼叫getvariable_name():data_type;會傳回此屬性variable_name的資料內容。 The above-mentioned steering engine provides a data-oriented engine and an array-oriented engine. The data-oriented engine is used to process the general variable variable_name, and its data type is data_type, such as taking the variable variable_name data value: (1) calling getvariable_name(): data_type; Returns the data content of this property variable_name.

如設定variable_name資料值:(2)呼叫setvariable_name(data_type element):void;將variable_name的資料值element設定在此資料屬性variable_name裡。 For example, set the variable_name data value: (2) call setvariable_name(data_type element):void; set the data value element of variable_name to this data attribute variable_name.

下列為BFS-G轉譯getvariable_name():data_type;和setvariable_name(data_type elemet):void;程式碼之語法; The following are BFS-G translations of getvariable_name():data_type; and setvariable_name(data_type elemet):void; syntax of the code;

特別說明:第一圖中的*表示零至多個。 Special note: * in the first figure means zero to more.

本發明再以該陣列導向引擎來說明下列七種機制。 The present invention further illustrates the following seven mechanisms with the array steering engine.

該陣列導向引擎運作需要下列屬性之輔助,array_name_count表示該陣列中該物件的個數、陣列的名稱為array_name和陣列儲存物件的類別名稱為class_name_of_object。 The array-oriented engine operation requires the assistance of the following attributes: array_name_count indicates the number of objects in the array, the name of the array is array_name, and the category name of the array storage object is class_name_of_object.

第一個為呼叫array_name_add(class_name_of_object element):void;,此呼叫表示該物件會依序存放於該陣列內,而該陣列的名稱是array_name,且將存入之物件參考是element,第一筆物件參考會放在陣列的索引0之位置,然後第二筆物件參考放在索引1之位置,以此類推下去,若上述陣列放滿物件時會呼叫array_name_expandCapacity()讓儲存的容量擴充為原來該陣列的兩倍;BFS-G轉譯array_name_add(class_name_of_object element)程式碼之語法如下所述: The first one is call array_name_add(class_name_of_object element):void;, the call indicates that the object will be stored in the array in order, and the name of the array is array_name, and the object referenced will be element, the first object The reference will be placed at index 0 of the array, then the second object reference will be placed at index 1, and so on. If the array is full, the array_name_expandCapacity() will be called to expand the storage capacity to the original array. Doubled; the syntax of the BFS-G translation array_name_add(class_name_of_object element) code is as follows:

第二個為呼叫array_name_expandCapacity():void;將該陣列array_name的容量擴充為兩倍;BFS-G轉譯array_name_expandCapacity()程式碼之語法如下所述: The second is to call array_name_expandCapacity():void; to expand the capacity of the array array_name to twice; the syntax of the BFS-G translation array_name_expandCapacity() code is as follows:

第三個為呼叫remove_array_name():void;刪除該陣列array_name內的所有物件;BFS-G轉譯remove_array_name()程式碼之語法如下所述: The third is to call remove_array_name():void; delete all objects in the array array_name; BFS-G translates the remove_array_name() code as follows:

第四個為呼叫remove_array_name(int idx):void;會刪除該陣列array_name之某物件;BFS-G轉譯remove_array_name(int idx):void;程式碼之語法如下所述:public void remove_array_name(int idx){ The fourth is to call remove_array_name(int idx):void; it will delete the object of the array array_name; BFS-G translates remove_array_name(int idx):void; the syntax of the code is as follows: public void remove_array_name(int idx){

第五個為呼叫get_array_name_size():int;回傳該陣列array_name的該物件個數;BFS-G轉譯get_array_name_size():int;程式碼之語法如下所述: The fifth is called get_array_name_size(): int; the number of objects in the array array_name is returned; BFS-G translates get_array_name_size(): int; the syntax of the code is as follows:

第六個為呼叫get_array_name_class_name of_object(int idx):class_name_of_object;從該陣列擷取一個該物件;BFS-G轉譯get_array_name_class_name of_object(int idx):class_name_of_object;程式碼之語法如下所述: The sixth is call get_array_name_class_name of_object(int idx):class_name_of_object; extract one object from the array; BFS-G translates get_array_name_class_name of_object(int idx):class_name_of_object; the syntax of the code is as follows:

第七個為呼叫array_name_isEmpty():boolean;會回傳true或false,如果該陣列是空的沒有存放任何該物件則會回傳true,否則回傳false。BFS-G轉譯array_name_isEmpty():boolean;程式碼之語法如下所述: The seventh is call array_name_isEmpty():boolean; it will return true or false. If the array is empty, no object will be stored, it will return true, otherwise it will return false. BFS-G translates array_name_isEmpty(): boolean; the syntax of the code is as follows:

續請參閱第二A圖、第二B圖、第二C圖以及第二D圖,係以某公司營運資訊系統之檔案系統中之四個檔案為例,說明本發明之檔案系統架構和其構思,此四個檔案分別為:合約/出貨單檔案、每批出貨開銷檔案、出貨開銷費用種類以及台灣地址檔案。 For the continuation, please refer to the second A diagram, the second B diagram, the second C diagram and the second diagram D. The file system architecture of the present invention and the four files in the file system of a company operation information system are taken as an example. The four files are: contract/shipper file, each shipment cost file, shipping expense type, and Taiwan address file.

本發明之合約/出貨單檔案係儲存商業合約和出貨通知單,其包括三層類別;類別invoice_array、類別profroma_invoice_data和類別pi_data。 The contract/shipper file of the present invention stores commercial contracts and shipping notices, which include a three-tier category; a category invoice_array, a category profroma_invoice_data, and a category pi_data.

該類別invoice_array的該物件包括該陣列pi_proforma_invoice和該陣列si_shipping_invoice。 The object in the category invoice_array includes the array pi_proforma_invoice and the array si_shipping_invoice.

該陣列pi_proforma_invoice存放商業合約和該陣列si_shipping_invoice存放出貨通知單。 The array pi_proforma_invoice stores the commercial contract and the array si_shipping_invoice stores the shipping notice.

由於商業合約和出貨通知單皆存放相同類型之資料,本發明將相同類型之資料存放在類別proforma_invoice_data的物件包括公司名稱、客戶名稱、 pi編號、報價條件、預定出貨日...等;因為該類別proforma_invoice_data之該物件之產品編號、產品敘述、數量、單位、單價...等有多筆相同類型之資料如同類別proforma_invoice_data之物件特性相同,因之將存放在類別pi_data之物件,再將該物件存放於與其相關之類別profroma_invoice_data的該物件之pi_array陣列。 Since both the commercial contract and the shipping notice store the same type of information, the present invention stores the same type of data in the category proforma_invoice_data, including the company name, customer name, Pi number, quotation condition, scheduled shipping date, etc.; because the product number, product description, quantity, unit, unit price, etc. of the object of the category proforma_invoice_data have multiple pieces of the same type of information as the object of the category proforma_invoice_data The traits are the same, so the object will be stored in the category pi_data, and the object will be stored in the pi_array array of the object of the category profroma_invoice_data associated with it.

本發明之檔案類別圖的屬性宣告語法為variable_name:data_type;以上述語法宣告pi編號、公司名稱、客戶名稱、報價條件、預定出貨日,如下所示pi_number:int;、pi_company:String、pi_customer:String、pi_term:String和pi_date:date,因為pi編號、公司名稱、客戶名稱、報價條件和預定出貨日之variable_name,已先設計為pi_number、pi_company、pi_customer、pi_term和pi_date和其data_type已設計為整數、字串、字串、字串和日期之資料型態(請參閱第二A圖)。 The attribute declaration syntax of the file category map of the present invention is variable_name: data_type; the pi number, the company name, the customer name, the quotation condition, and the scheduled shipping date are declared according to the above syntax, as follows pi_number: int;, pi_company: String, pi_customer: String, pi_term:String, and pi_date:date, because the pi number, company name, customer name, quotation condition, and variable_name of the scheduled shipping date have been designed as pi_number, pi_company, pi_customer, pi_term, and pi_date, and their data_type has been designed as an integer. , data type of string, string, string and date (see Figure 2A).

本發明檔案類別圖之方法及步驟請參閱第三圖所示,透過該物件儲存相關資訊,如:屬性等,上述物件經由上述資料導向引擎將一資料儲存於所在之屬性或陣列導向引擎將物件儲存於相關之該陣列中,再經由上述儲存該物件的陣列儲存到相關的該類別中,並產生一存取路徑,可藉由上述存取路徑得知該物件或該陣列儲存的位址。 The method and the steps of the file type map of the present invention are shown in the third figure. The object is stored through the object, such as attributes, etc., and the object is stored in the attribute or the array-oriented engine to store the object through the data-oriented engine. The image is stored in the associated array, and then stored in the relevant category through the array storing the object, and an access path is generated, and the object or the address stored by the array can be known by the access path.

本發明之第四圖至第八圖為BFS-G所提供之介面,藉由上述介面輸入參數後,即可透過BFS-G將參數轉譯屬性之宣告碼和導向引擎碼之Java程式。 The fourth to eighth embodiments of the present invention provide the interface provided by the BFS-G. After inputting the parameters through the interface, the parameters of the parameter translation attribute and the Java program for guiding the engine code can be transmitted through the BFS-G.

請參閱第四圖所示,BFS-G提供設定檔案內之所有類別名稱,如:Class Name的欄位,如goods_payout_data、goods_payout_kind_data、invoice_array、profroma_invoice_data、pi_data以及taiwan_address_data;而類別goods_payout_data、類別goods_payout_kind_data以及類別taiwan_address_data所產生物件皆各 自需要一陣列來管理,所以BFS-G的檔案建立會自動產生一陣列程式goods_payout_array.java、goods_payout_kind_array.java和taiwan_address_array.java,譬如使用BFS-G之第八圖介面,登錄類別goods_payout_data之屬性後按Translate to an array code按鈕,即產生兩支Java程式碼;goods_payout_array.java和goods_payout_data.java。 As shown in the fourth figure, BFS-G provides all the category names in the configuration file, such as: Class Name fields, such as goods_payout_data, goods_payout_kind_data, invoice_array, profroma_invoice_data, pi_data, and taiwan_address_data; and categories goods_payout_data, category goods_payout_kind_data, and category taiwan_address_data All the objects produced Since an array is required for management, the BFS-G file creation will automatically generate an array of programs goods_payout_array.java, goods_payout_kind_array.java, and taiwan_address_array.java. For example, if you use the eighth interface of BFS-G, log in the properties of the categories goods_payout_data and press Translate to an array code button, which generates two Java code; goods_payout_array.java and goods_payout_data.java.

第四圖下版面Date type of the Array的欄位係表示陣列存放之物件之類別名,例如第四圖的上版面之Class Name的欄位:類別invoice_array的物件有兩個陣列皆儲存類別profroma_invoice_data的物件參考,所以在下版面欄位Date type of the Array登錄類別profroma_invoice_data;而第四圖下方之showing additional attributes of record 3 in the buttom panel係表示滑鼠才剛點選上版面之Class Name的欄位第三筆之invoice_array,也表示Date type of the Array的欄位顯示的即是類別invoice_array之物件之陣列存放之物件之類別名稱profroma_invoice_data。 The field of the Date type of the Array in the fourth figure indicates the category name of the object stored in the array. For example, the field of the Class Name of the upper page of the fourth figure: the object of the category invoice_array has two arrays storing the category profroma_invoice_data. The object reference, so in the lower layout field Date type of the Array login category profroma_invoice_data; and the fourth picture below the showing additional attributes of record 3 in the buttom panel indicates that the mouse has just selected the third name of the class Name field The pen's invoice_array also indicates that the field of the Date type of the Array displays the category name profroma_invoice_data of the object stored in the array of objects of the category invoice_array.

如第五圖所示係為設定上述第四圖的一類別,上版面之Class name選擇類別invoice_array,下列之設定乃依據第二A圖之類別圖類別invoice_array之設計而設定,Field name設定為pi_proforma_invoice和si_shipping_invoice,因兩者皆為陣列,Data Type設定為Array,其The # of dimension表示陣列之維數,因在第二A圖設計為pi_profroma_invoice:proforma_invoice_data[];[]表示陣列pi_profroma_invoice一維陣列,如[][]表示二維,因之此設定為1維,size設定100,Array data type表示陣列存放之物件之類別名,兩者皆存放類別profroma_invoice_data之物件,Array data type欄位係設定為profroma_invoice_data,按Translate an object java code按鈕,即產生Java程式碼;invoice_array.java。 As shown in the fifth figure, the category of the above fourth figure is set. The class name of the upper page selects the category invoice_array. The following settings are set according to the design of the category map category invoice_array of the second picture A, and the field name is set to pi_proforma_invoice. And si_shipping_invoice, because both are arrays, the Data Type is set to Array, and the # of dimension represents the dimension of the array, because the second A picture is designed as pi_profroma_invoice:proforma_invoice_data[];[] represents the array pi_profroma_invoice one-dimensional array, For example, [][] indicates two-dimensional, so the setting is 1 dimension, the size is set to 100, and the Array data type indicates the category name of the object stored in the array. Both store the object of the category profroma_invoice_data, and the Array data type field is set to Profroma_invoice_data, press the Translate an object java code button to generate the Java code; invoice_array.java.

如第六圖所示,係為設定上述第四圖的一類別profroma_invoice_data,Field name係設定類別所有屬性,此類別有一陣列pi_array和一般屬性pi_number、pi_company、pi_customer、pi_date、pi_expect_date、pi_term、pi_payout、pi_bank、pi_total以及si_total,陣列pi_array之設定參閱[0064],其他一般屬性之設定,只需設定Field name和Data type,這些資料可從第二A圖之類別proforma_invoice_data得知,按Translate to a java code按鈕,即產生Java程式碼;proforma_invoice_data.java。 As shown in the sixth figure, a category of profroma_invoice_data is set in the fourth figure above. Field name sets all attributes of the category. This category has an array of pi_array and general attributes pi_number, pi_company, pi_customer, pi_date, pi_expect_date, pi_term, pi_payout, pi_bank. , pi_total and si_total, the array pi_array settings refer to [0064], other general properties settings, just set the Field name and Data type, these materials can be learned from the second A map category proforma_invoice_data, press the Translate to a java code button , that is, generate Java code; proforma_invoice_data.java.

如第七圖所示,係為設定上述第四圖的一類別pi_data,Field name係設定pi_gu_number、pi_gu_statement、pi_amount、pi_unit、pi_price以及pi_presently...等,其Data type可從第二A圖之類別pi_data得知,按Translate to a java code按鈕,即產生Java程式碼;pi_data.java。 As shown in the seventh figure, a category pi_data of the fourth figure is set, and the Field name is set to pi_gu_number, pi_gu_statement, pi_amount, pi_unit, pi_price, pi_presently, etc., and the Data type can be from the category of the second A picture. Pi_data knows that pressing the Translate to a java code button will generate the Java code; pi_data.java.

如第八圖所示,係為設定上述第四圖的一類別goods_payout_data,Field name係設定gp_si_number、gp_gpk_kinds、以及gp_sum...等,其Data type可從第二B圖之類別goods_payout_data得知,按Translate to an array code按鈕,即產生兩支Java程式碼;goods_payout_array.java和goods_payout_data.java。 As shown in the eighth figure, a category of goods_payout_data is set in the fourth figure, and the Field name is set to gp_si_number, gp_gpk_kinds, gp_sum, etc., and the Data type can be known from the category goods_payout_data of the second B picture, Translate to an array code button, which generates two Java code; goods_payout_array.java and goods_payout_data.java.

第九圖係表示上述本發明之Join Approach機制,Join Approach機制係藉由登錄畫面之下拉式選單,如下拉選單的來源由一檔案得來且也儲存選單之索引,則可將多個檔案Join在一個檔案中,第九圖描述如何Join每批出貨開銷檔案和出貨開銷費用種類檔案,因為欄位開銷種類係一下拉選單,選單資料由出貨開銷費用種類檔案之屬性開銷種類所提供,此登錄之資料儲存在每批出貨開銷檔案之類別goods_payout_data之物件,此物件有一屬性gp_gpk_kinds_index乃儲存下拉式選單之索引,此公司資訊系統可藉此gp_gpk_kinds_index索引至出貨開銷費用種類檔案之陣列g_oods_payout_kind_array拿出類別goods_payout_kind_data之物件所有資料。 The ninth figure shows the Join Approach mechanism of the present invention. The Join Approach mechanism is a pull-down menu of the login screen. If the source of the pull-out menu is obtained from a file and the index of the menu is also stored, multiple files can be joined. In a file, the ninth figure describes how to join each batch of shipping cost file and shipping overhead type file, because the field type of the column is a pull menu, and the menu data is provided by the attribute cost category of the shipping cost category file. The information of this login is stored in the goods of the batches_payout_data category of each batch of shipping cost files. The object has an attribute gp_gpk_kinds_index which is an index for storing the drop-down menu. The company information system can use this gp_gpk_kinds_index to index the array of shipping overhead type files. G_oods_payout_kind_array takes all the information of the object of category goods_payout_kind_data.

綜合上述實施例之說明,當可充分瞭解本發明之操作、使用及本發明產生之功效,惟以上所述實施例僅係為本發明之較佳實施例,當不能以此限定本發明實施之範圍,即依本發明申請專利範圍及創作說明內容所作簡單的等效變化與修飾,皆屬本發明涵蓋之範圍內。 In view of the foregoing description of the embodiments, the operation and the use of the present invention and the effects of the present invention are fully understood, but the above described embodiments are merely preferred embodiments of the present invention, and the invention may not be limited thereto. </ RTI> <RTIgt; </ RTI> <RTIgt; </ RTI> <RTIgt; </ RTI> <RTIgt; </ RTI> <RTIgt; </ RTI> <RTIgt;

Claims (9)

一種用於有效率存取資料之方法,該方法係為:(a)透過一物件儲存一相關資訊;(b)上述物件經由一導向引擎儲存於相對應之一陣列;(c)再將上述儲存該物件的該陣列儲存於相對應之一類別;(d)藉由上述步驟取得該物件之相關儲存之一存取路徑;(e)經由上述存取路徑搜尋並取得該物件;(f)上述物件係儲存於上述陣列中,且上述陣列再儲放於另一物件中,係以層層堆疊儲放之方式儲存上述物件及陣列或透過一個上述陣列儲存多個上述物件,該陣列儲存該物件之一儲存空間達到一上限值時,藉由一擴充機制,將該儲存空間增加一倍,以供儲存上述物件。 A method for efficiently accessing data by: (a) storing an associated information through an object; (b) storing the object in a corresponding array via a steering engine; (c) Storing the array of the object in a corresponding one of the categories; (d) obtaining an access path of the related storage of the object by the above steps; (e) searching for and acquiring the object via the access path; (f) The object is stored in the array, and the array is stored in another object, and the object and the array are stored in a layer stack storage manner or a plurality of the objects are stored through the array. The array stores the object. When the storage space of one of the objects reaches an upper limit, the storage space is doubled by an expansion mechanism for storing the objects. 如申請專利範圍第1項所述之用於有效率存取資料之方法,上述導向引擎係為資料導向引擎以及陣列導向引擎。 The method for efficiently accessing data as described in claim 1 is the data-oriented engine and the array-oriented engine. 如申請專利範圍第2項所述之用於有效率存取資料之方法,上述資料導向引擎係包含存取。 The above-described data-oriented engine includes access as described in the second paragraph of the patent application for efficient access to data. 如申請專利範圍第2項所述之用於有效率存取資料之方法,上述陣列導向引擎包含:插入、修改、刪除及存取。 The method for efficiently accessing data as described in claim 2, the array steering engine includes: inserting, modifying, deleting, and accessing. 一種用於有效率存取資料之軟體工具,係使用申請專利範圍第1項之軟體工具,該軟體工具係包含:於一類別建立至少一物件以及一儲存上述物件之陣列,該物件儲存於該陣列中的一儲存空間,且於該陣列中設有一擴充機制,在上述儲存空間達到一上限值時,藉由該擴充機制,將該儲存空間增加一倍,以供儲存上述物件,並透過該物件儲存於該陣列之中構成一存取路徑,該物件儲存一相關資訊;上述物件係包含有至少一導向引擎; 前述導向引擎係根據儲存上述相關資訊的存取路徑提供一回應,該回應係包含上述物件。 A software tool for efficiently accessing data, which uses the software tool of claim 1 which comprises: establishing at least one object in a category and an array storing the object, wherein the object is stored in the a storage space in the array, and an expansion mechanism is provided in the array. When the storage space reaches an upper limit, the storage space is doubled by the expansion mechanism for storing the object and transmitting The object is stored in the array to form an access path, and the object stores a related information; the object includes at least one guiding engine; The foregoing steering engine provides a response according to an access path for storing the related information, and the response includes the above object. 如申請專利範圍第5項所述之用於有效率存取資料之軟體工具,上述軟體工具之機制係包含:呼叫array_name_add(object_name elemet):void、呼叫array_name_expandCapacity():void、呼叫remove_array_name():void、呼叫remove_array_name(int idx):void、呼叫get_array_name_size():int、呼叫get_array_name(int idx):object_name、呼叫array_name_isEmpty():boolean、呼叫get_variable_name():data-type以及呼叫set_variable_name(data-type element):void。 For the software tool for efficiently accessing data as described in claim 5, the mechanism of the software tool includes: calling array_name_add(object_name elemet): void, calling array_name_expandCapacity():void, calling remove_array_name(): Void, call remove_array_name(int idx): void, call get_array_name_size(): int, call get_array_name(int idx): object_name, call array_name_isEmpty(): boolean, call get_variable_name(): data-type, and call set_variable_name(data-type element ):void. 如申請專利範圍第5項所述之用於有效率存取資料之軟體工具,該軟體工具係為ISG軟體開發工具之檔案建立功能,本發明稱為BFS-G(Building file system generator),上述BFS-G軟體開發工具係輸入一類別名稱及其屬性,進而產生一Java程式。 The software tool for efficiently accessing data, as described in claim 5, is a file creation function of an ISG software development tool, and the present invention is called a BFS-G (Building file system generator). The BFS-G software development tool inputs a category name and its attributes to generate a Java program. 如申請專利範圍第5項所述之用於有效率存取資料之軟體工具,上述回應之路徑之轉譯程式如下:假設路徑是類別名稱/陣列1/陣列2/資料名,轉譯該路徑為擷取屬性資料名之資料暫存陣列之演算法稱為Retriving_data_name,演算法Retriving_data_name之流程如下所示:首先,輸入一類別名稱、一陣列1、一陣列2、一資料名及一陣列大小;輸出一陣列矩陣;上述陣列矩陣所組成一陣列矩陣串,該陣列矩陣串係儲存該資料名之該陣列大小的新的資料型態;預設一位址的起始值為零;一第一物件之類別名稱係由一物件中讀取轉換成該類別名稱; 宣告一物件1之一指標1之類別及該物件1之一第一變數的起始值為零,且該第一變數小於該陣列1之大小;該指標1係從該物件1中的該第一變數取出該陣列1;宣告一物件2之一指標2之類別及該物件2之一第二變數的起始值為零,且該第二變數小於該指標1之陣列2大小;該指標2係從該物件2中的該第二變數取出該陣列2;上述資料名係為該指標2所存在之陣列。 For the software tool for efficient access to data as described in item 5 of the patent application, the translation of the above response path is as follows: Assume that the path is a category name/array 1/array 2/data name, and the path is translated as 撷The algorithm for taking the data temporary name array of the attribute data name is called Retriving_data_name, and the flow of the algorithm Retriving_data_name is as follows: First, input a category name, an array 1, an array 2, a data name, and an array size; An array matrix; the array matrix comprises an array matrix string, wherein the array matrix string stores a new data type of the array size of the data name; the initial value of the preset address is zero; The category name is converted from an object into a category name; Declaring a category 1 of an object 1 and a first value of the first variable of the object 1 having a starting value of zero, and the first variable is smaller than the size of the array 1; the indicator 1 is from the object 1 a variable is taken out of the array 1; a category of the indicator 2 of one object 2 and a second variable of the second variable of the object 2 are declared to be zero, and the second variable is smaller than the size of the array 2 of the index 1; The array 2 is taken from the second variable in the object 2; the data name is an array in which the index 2 exists. 如申請專利範圍第5項所述之用於有效率存取資料之軟體工具,進一步增加一Join Approach機制,上述Join Approach機制係藉由一下拉式選單的一登錄畫面,將多個檔案Join在一個檔案中。 For example, in the software tool for efficiently accessing data as described in claim 5, a Join Approach mechanism is further added. The Join Approach mechanism uses a login screen of a pull-down menu to place multiple files in the Join window. In a file.
TW103100062A 2014-01-02 2014-01-02 Software tools and methods for efficient access to information TWI557582B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
TW103100062A TWI557582B (en) 2014-01-02 2014-01-02 Software tools and methods for efficient access to information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
TW103100062A TWI557582B (en) 2014-01-02 2014-01-02 Software tools and methods for efficient access to information

Publications (2)

Publication Number Publication Date
TW201528009A TW201528009A (en) 2015-07-16
TWI557582B true TWI557582B (en) 2016-11-11

Family

ID=54198273

Family Applications (1)

Application Number Title Priority Date Filing Date
TW103100062A TWI557582B (en) 2014-01-02 2014-01-02 Software tools and methods for efficient access to information

Country Status (1)

Country Link
TW (1) TWI557582B (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20010049726A1 (en) * 2000-06-02 2001-12-06 Guillaume Comeau Data path engine
CN101299258A (en) * 1995-10-17 2008-11-05 花旗银行全国协会(N.A) Sales process support system and method

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101299258A (en) * 1995-10-17 2008-11-05 花旗银行全国协会(N.A) Sales process support system and method
US20010049726A1 (en) * 2000-06-02 2001-12-06 Guillaume Comeau Data path engine

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
李政哲, 張玲華, 林雅玲, 郭鴻瑋(2011), 有效率的資料處理系統產生器, EITS2011數位教學暨資訊實務研討會。 2011/12/31 *

Also Published As

Publication number Publication date
TW201528009A (en) 2015-07-16

Similar Documents

Publication Publication Date Title
US6684388B1 (en) Method for generating platform independent, language specific computer code
AU2009238294B2 (en) Data transformation based on a technical design document
KR101665152B1 (en) Extending collaboration capabilities to external data
US6262729B1 (en) Method and apparatus for binding user interface objects to application objects
JP4965088B2 (en) Relationship management in data abstraction model
US8898198B2 (en) Graphical user interface (GUI) to associate information with an object
US20100058113A1 (en) Multi-layer context parsing and incident model construction for software support
JP2007531157A (en) Adapter framework for integration of mission critical applications
KR101201019B1 (en) Declarative sequenced report parameterization
JP2004240954A (en) Method for presenting hierarchical data
US7818328B2 (en) API for obtaining unambiguous representation of objects in a relational database
US6973655B2 (en) System and method of integrating software components
KR20060050040A (en) Systems and methods for supporting custom graphical representations in reporting software
US20110252049A1 (en) Function execution using sql
WO2011088396A1 (en) Apparatus and method for constructing data applications in an unstructured data environment
US10776351B2 (en) Automatic core data service view generator
US11556228B2 (en) System and method for content management
KR20160117965A (en) Method and apparatus for generating NoSQL model
US9319283B2 (en) Systems and methods for creating web service compositions
CN113761040A (en) Database and application program bidirectional mapping method, device, medium and program product
JP2006244283A (en) Database management device and database management method
TWI557582B (en) Software tools and methods for efficient access to information
TWI608406B (en) Method for automatically generate fields of drop-down menu by foreign keys corresponding to data sheet
US20130046963A1 (en) Access to context information in a heterogeneous application environment
JP2009015511A (en) Metadata management device, program, and metadata management method

Legal Events

Date Code Title Description
MM4A Annulment or lapse of patent due to non-payment of fees