The present application has some Figures or specification text in common with, but is not necessarily otherwise related to, U.S. patent application Ser. No. 13/418,424 for “Traversal-Free Updates in Large Data Structures”, filed concurrently herewith, that is hereby incorporated by reference. Commonly-assigned U.S. Patent Applications 61/292,186 (filed Jan. 5, 2010), Ser. No. 12/984,656 (filed Jan. 5, 2011), Ser. No. 12/690,180 (filed Jan. 20, 2010), and Ser. No. 12/690,188 (filed Jan. 20, 2010) are also incorporated by reference herein.
The present disclosure is directed, in general, to data management systems and methods, including computer-aided design, visualization, and manufacturing systems, product lifecycle management (“PLM”) systems, and similar systems, that manage data for products and other items (collectively, “Product Data Management” systems or PDM systems).
PDM systems manage PLM and other data. Improved systems are desirable.
Various disclosed embodiments include a system, method, and computer program product for traversing a large data structure including corresponding runtime objects. A method includes receiving traversal parameters including a plurality of unique object identifiers (UIDs) corresponding to objects in a data structure. The method includes receiving input objects, including input runtime objects, and closure rule clauses. The method includes configuring runtime objects, from the objects in the data structure, according to the traversal parameters, and storing the runtime objects in a temporary table. The method includes traversing the data structure and temporary table using the closure rules to produce traversed objects, and serializing and storing the traversed objects.
The foregoing has outlined rather broadly the features and technical advantages of the present disclosure so that those skilled in the art may better understand the detailed description that follows. Additional features and advantages of the disclosure will be described hereinafter that form the subject of the claims. Those skilled in the art will appreciate that they may readily use the conception and the specific embodiment disclosed as a basis for modifying or designing other structures for carrying out the same purposes of the present disclosure. Those skilled in the art will also realize that such equivalent constructions do not depart from the spirit and scope of the disclosure in its broadest form.
Before undertaking the DETAILED DESCRIPTION below, it may be advantageous to set forth definitions of certain words or phrases used throughout this patent document: the terms “include” and “comprise,” as well as derivatives thereof, mean inclusion without limitation; the term “or” is inclusive, meaning and/or; the phrases “associated with” and “associated therewith,” as well as derivatives thereof, may mean to include, be included within, interconnect with, contain, be contained within, connect to or with, couple to or with, be communicable with, cooperate with, interleave, juxtapose, be proximate to, be bound to or with, have, have a property of, or the like; and the term “controller” means any device, system or part thereof that controls at least one operation, whether such a device is implemented in hardware, firmware, software or some combination of at least two of the same. It should be noted that the functionality associated with any particular controller may be centralized or distributed, whether locally or remotely. Definitions for certain words and phrases are provided throughout this patent document, and those of ordinary skill in the art will understand that such definitions apply in many, if not most, instances to prior as well as future uses of such defined words and phrases. While some terms may include a wide variety of embodiments, the appended claims may expressly limit these terms to specific embodiments.
For a more complete understanding of the present disclosure, and the advantages thereof, reference is now made to the following descriptions taken in conjunction with the accompanying drawings, wherein like numbers designate like objects, and in which:
Many data management systems, including PDM systems, that analyze, scope, visualize, and otherwise share information related to large configured product structures crucially depend on highly efficient algorithms to process such structures, in a high-performing, scalable manner. Today, many such applications are limited by the performance and scalability of such solutions since they typically rely on codeful and highly discretized processes to analyze, traverse, scope, and serialize such structures.
Closure rule based formalisms have been introduced to formalize and customize such traversals or scopings. A closure rule can be used to define what type of associated data gets exported or processed, and can include a sequence of clauses, each one defining a primary class, a secondary class, a relation, and an action. Such closure rules are typically interpreted and processed codefully, with negative impact on performance and scalability.
Disclosed embodiments, however, include systems and methods that can map a configured bill of materials (BOM) structure to database tables which can then be processed by executing SQL queries in bulk against a potentially large set of configured BOMLines. In doing so, very efficient processing of closure-rule based traversal of a configured BOM structure can be achieved.
Other peripherals, such as local area network (LAN)/Wide Area Network/Wireless (e.g. WiFi) adapter 112, may also be connected to local system bus 106. Expansion bus interface 114 connects local system bus 106 to input/output (I/O) bus 116. I/O bus 116 is connected to keyboard/mouse adapter 118, disk controller 120, and I/O adapter 122. Disk controller 120 can be connected to a storage 126, which can be any suitable machine usable or machine readable storage medium, including but not limited to nonvolatile, hard-coded type mediums such as read only memories (ROMs) or erasable, electrically programmable read only memories (EEPROMs), magnetic tape storage, and user-recordable type mediums such as floppy disks, hard disk drives and compact disk read only memories (CD-ROMs) or digital versatile disks (DVDs), and other known optical, electrical, or magnetic storage devices.
Also connected to I/O bus 116 in the example shown is audio adapter 124, to which speakers (not shown) may be connected for playing sounds. Keyboard/mouse adapter 118 provides a connection for a pointing device (not shown), such as a mouse, trackball, trackpointer, etc.
Those of ordinary skill in the art will appreciate that the hardware depicted in
A data processing system in accordance with an embodiment of the present disclosure includes an operating system employing a graphical user interface. The operating system permits multiple display windows to be presented in the graphical user interface simultaneously, with each display window providing an interface to a different application or to a different instance of the same application. A cursor in the graphical user interface may be manipulated by a user through the pointing device. The position of the cursor may be changed and/or an event, such as clicking a mouse button, generated to actuate a desired response.
One of various commercial operating systems, such as a version of Microsoft Windows™, a product of Microsoft Corporation located in Redmond, Wash. may be employed if suitably modified. The operating system is modified or created in accordance with the present disclosure as described.
LAN/WAN/Wireless adapter 112 can be connected to a network 130 (not a part of data processing system 100), which can be any public or private data processing system network or combination of networks, as known to those of skill in the art, including the Internet. Data processing system 100 can communicate over network 130 with server system 140, which is also not part of data processing system 100, but can be implemented, for example, as a separate data processing system 100.
Disclosed embodiments describe processes relating to updating and publishing of large data structures. The techniques disclosed herein are particularly useful with BOM structures, and the specific examples described below related to BOM structures, but those of skill in the art will recognize that the disclosed techniques are not limited to BOM structure implementations, and can be applied to elements of other large data structures, not just the BOMLines of BOM structures as described in the examples below.
Disclosed techniques can perform a high speed generic traversal of an unconfigured (persisted) data model using a set of closure rules. One method for performing such a traversal is described in United States Patent Application Publication 2011/0179059, hereby incorporated by reference. These closure rules can reference Object table instances which exist in the database and are “compiled” into database queries which can then be executed recursively, for larger and larger sets of input objects as traversal continues. The end result of this traversal is a large list of objects, referenced by stable unique identifiers (UIDs), which can then be processed further.
This approach is very useful for persisted data, but has not previously been applicable to configured traversal of a BOM structure. One reason for this is that BOMLines cannot conventionally be represented as objects in a Database table.
In this example, the system stores and maintains a BOM structure 202. Data from the BOM structure 202 can be extracted, based on appropriate configurations, contexts, or queries, into BOMLines 204. In a PDM context, BOMLines are runtime objects.
In order to make “computed” runtime objects such as BOMLines available to generic closure-rule-based traversal via database queries, disclosed embodiments use one or more temporary traversal tables 206 that contain a set of BOMLines required for further analysis.
As the system traverses through the list of clauses defined for both persisted and non-persisted objects, the system will encounter a clause referring to a runtime object (such as a BOMLine). In contrast to conventional approaches, the system can process these runtime objects by first placing them in one or more temporary traversal tables 206.
The system generates the objects to be traversed, in a conventional manner, and stores them in the temporary traversal table 206, as needed. The system can also generate any child line objects based on the traversal rules and populate them into the temporary traversal table(s) 206.
The system then performs a bulk traversal process on the temporary traversal tables 206.
The system can also perform a join process between the temporary traversal table 206 and any permanent tables, therefore enabling scoping and traversal of both runtime objects and the persisted data model. In this way, the system can mix persisted data with non-persisted data. In certain embodiments, database queries can be formulated to join the temporary tables with any persisted tables, so once the corresponding BOMLines or other runtime objects have been collected, they can be combined with persisted objects. The system can also ensure that all properties required for this traversal have been correctly added to the temporary table elements.
In some embodiments, the system maintains a persisted identification of runtime objects, as illustrated by persisted BOMLines table 208, in addition to or in place of the temporary tables described above. A stable identity for a BOMLine, such as a UID, is used to identify this line in the persisted BOMLines table 208 and ensure that repeated traversal and scoping of the line avoids re-calculation. Such stable identities can be constructed, for example, using hashing formalisms and defining UIDs based on un-modifiable properties of this line. In some cases, this can be, for example, the sequence of parent-child relationships of the line to top of the structure plus sequence number/find number of the BOMLine.
The system can receive the traversal parameters (step 305), which can include UIDs and configuration parameters. The configuration parameters can define runtime objects to be generated from the large data structure. Receiving, as used herein, can include loading from storage, receiving from another device or process, receiving via an interaction with a user, or otherwise.
The system can perform any necessary preprocessing (step 310). This step can include receiving or identifying the input objects, including finding class IDs and runtime classes, receiving closure rule clauses, or generating any temporary tables that may be required as described herein
The system can group the UIDs by real class (step 315). Each UID can have an associated real class.
The system can determine the closure rule clauses to be evaluated for each class or group (step 320).
The system can determine the UIDs to be input for each group and corresponding closure rule clauses (step 325).
The system can configure new BOMLines or other runtime objects from the BOM structure or other large data structure according to the traversal parameters (step 330).
The system can populate a temporary table with the BOMLines or other runtime objects (step 335). This can be performed by populating a temporary traversal table or persisted BOMLines table as described above.
The system traverses the large data structure and temporary tables using the closure rules (step 340). This can include traversing the BOM structure and the temporary traversal table or persisted BOMLines table. This step can include constructing database queries corresponding to the closure rule clauses and executing the queries on the large data structure and tables for any of the input UIDs. This step can be performed recursively to traverse the entire structure, or can include repeating the steps from step 315 above. This step can include evaluating any process-only closure rule clauses.
The system serializes and stores the traversed objects (step 345).
Those skilled in the art will recognize that, for simplicity and clarity, the full structure and operation of all data processing systems suitable for use with the present disclosure is not being depicted or described herein. Instead, only so much of a data processing system as is unique to the present disclosure or necessary for an understanding of the present disclosure is depicted and described. The remainder of the construction and operation of data processing system 100 may conform to an of the various current implementations and practices known in the art.
It is important to note that while the disclosure includes a description in the context of a fully functional system, those skilled in the art will appreciate that at least portions of the mechanism of the present disclosure are capable of being distributed in the form of instructions contained within a machine-usable, computer-usable, or computer-readable medium in any of a variety of forms, and that the present disclosure applies equally regardless of the particular type of instruction or signal bearing medium or storage medium utilized to actually carry out the distribution. Examples of machine usable/readable or computer usable/readable mediums include: nonvolatile, hard-coded type mediums such as read only memories (ROMs) or erasable, electrically programmable read only memories (EEPROMs), and user-recordable type mediums such as floppy disks, hard disk drives and compact disk read only memories (CD-ROMs) or digital versatile disks (DVDs).
Although an exemplary embodiment of the present disclosure has been described in detail, those skilled in the art will understand that various changes, substitutions, variations, and improvements disclosed herein may be made without departing from the spirit and scope of the disclosure in its broadest form.
None of the description in the present application should be read as implying that any particular element, step, or function is an essential element which must be included in the claim scope: the scope of patented subject matter is defined only by the allowed claims. Moreover, none of these claims are intended to invoke paragraph six of 35 USC §112 unless the exact words “means for” are followed by a participle.
Number | Name | Date | Kind |
---|---|---|---|
5499367 | Bamford et al. | Mar 1996 | A |
5717902 | D'Souza et al. | Feb 1998 | A |
5724575 | Hoover et al. | Mar 1998 | A |
5873075 | Cochrane et al. | Feb 1999 | A |
6101507 | Cane et al. | Aug 2000 | A |
6125369 | Wu et al. | Sep 2000 | A |
6397125 | Goldring et al. | May 2002 | B1 |
7127477 | Duncombe et al. | Oct 2006 | B2 |
7136843 | Bigus et al. | Nov 2006 | B2 |
7343364 | Bram et al. | Mar 2008 | B2 |
7401104 | Shah et al. | Jul 2008 | B2 |
7412432 | Kaminsky et al. | Aug 2008 | B2 |
7490112 | Suresh et al. | Feb 2009 | B1 |
7493344 | Wald et al. | Feb 2009 | B2 |
7496573 | Westendorf | Feb 2009 | B2 |
7526468 | Vincent et al. | Apr 2009 | B2 |
7536678 | Kothari et al. | May 2009 | B2 |
7680818 | Fan et al. | Mar 2010 | B1 |
7685183 | Pace et al. | Mar 2010 | B2 |
7774300 | Hsiao et al. | Aug 2010 | B2 |
7844561 | Kaminsky et al. | Nov 2010 | B2 |
8126844 | Kast | Feb 2012 | B2 |
8447774 | Robie et al. | May 2013 | B1 |
8554582 | Ikeda | Oct 2013 | B2 |
20010005849 | Boothby et al. | Jun 2001 | A1 |
20020165724 | Blankesteijn | Nov 2002 | A1 |
20030120902 | Kottapalli et al. | Jun 2003 | A1 |
20030208511 | Earl et al. | Nov 2003 | A1 |
20030212681 | Kasper | Nov 2003 | A1 |
20040177075 | Rangadass | Sep 2004 | A1 |
20040250258 | Raghuvir et al. | Dec 2004 | A1 |
20050193028 | Oswalt | Sep 2005 | A1 |
20060143227 | Helm et al. | Jun 2006 | A1 |
20060161894 | Oustiougov et al. | Jul 2006 | A1 |
20070027936 | Stakutis et al. | Feb 2007 | A1 |
20070143321 | Meliksetian et al. | Jun 2007 | A1 |
20080016099 | Ikeda | Jan 2008 | A1 |
20080077635 | Sporny et al. | Mar 2008 | A1 |
20080086480 | Srivastava et al. | Apr 2008 | A1 |
20080109496 | Holenstein et al. | May 2008 | A1 |
20080147603 | Kostamaa et al. | Jun 2008 | A1 |
20090319544 | Griffin et al. | Dec 2009 | A1 |
20100017395 | Wayn et al. | Jan 2010 | A1 |
20100050262 | Knapp et al. | Feb 2010 | A1 |
20100274759 | Takeuchi et al. | Oct 2010 | A1 |
20110078122 | Mayer et al. | Mar 2011 | A1 |
20110167037 | Kaiser | Jul 2011 | A1 |
20110178998 | Nizami et al. | Jul 2011 | A1 |
20110179059 | Kaiser | Jul 2011 | A1 |
20110191299 | Huynh et al. | Aug 2011 | A1 |
20110252020 | Lim et al. | Oct 2011 | A1 |
Number | Date | Country |
---|---|---|
WO 9806046 | Feb 1998 | WO |
Number | Date | Country | |
---|---|---|---|
20130246451 A1 | Sep 2013 | US |