Data hierarchy schemes, such as tree structures, are important tools for representing, organizing, and retrieving data. The typical scheme starts by establishing definitions that classify the types of data involved. At the same time, each data type may be associated with a reference mechanism (e.g., a pointer, a link, or a physical memory address) that refers to the data represented by the hierarchy scheme. Additionally, the reference mechanisms may negatively impact performance in traversing the hierarchy and in processing query requests.
Current practices rely on the basic tree structure and apply various programming languages to fit its needs. Using
In this basic and fundamental existing hierarchy scheme, it is convenient to implement the pointers and establish a relationship based on the pointers. However, one needs to perform a complete traversal of the structure before knowing all of the relationships. Using
Embodiments of the invention overcome the shortfalls of existing practices by defining objects according to a taxonomy structure that supports data having references to related objects. Using these references, which contain information about related objects and references to the actual entities represented by these related objects, aspects of the invention establish a robust classification or taxonomy structure. In an alternative embodiment, mechanisms and conventions embodying aspects of the invention use extensible markup language (XML) or unified modeling language (UML).
This summary is provided to introduce a selection of concepts in a simplified form that are further described below in the Detailed Description. This Summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used as an aid in determining the scope of the claimed subject matter.
Other features will be in part apparent and in part pointed out hereinafter.
Corresponding reference characters indicate corresponding parts throughout the drawings.
Embodiments of the invention provide a standardized and an efficient mechanism for defining hierarchical structures used to represent physical objects, such as a containment taxonomy or terminology trees. For example, the containment taxonomy may represent physical hardware, such as network cards or adapter cards coupled to a chassis of a computing device, located at a data center, or the like. The containment taxonomy may also include references to files (e.g., file structure systems in a computing device), or locations (e.g., data centers or workspaces in buildings in regions). The terminology taxonomy may include defining a status, sub-status, symptom, or the like. In an alternative embodiment, aspects of the invention relate the taxonomy structure to the “real world” data in a single design while maintaining flexibility of the structure and provide efficient traversal, searching, and retrieval.
Referring now to
Referring to
To further illustrate the taxonomy type according to embodiments of the invention, an object 206 defines another taxonomy type “COM1.” This object 206 identifies related objects using definition tags 210 and 212. Referring to
In an alternative embodiment, the first data set also includes one or more data fields for storing information or reference associated with each of the identified taxonomy type. For example, the parent tag 210 includes a reference to or information to an entity represented by the taxonomy type “Interface,” which is “Broadcom.” In another example, the first data set also includes a reference to or information of an entity represented by the taxonomy type “Hardware,” which is “Mboard.” In another embodiment, the reference may be a link, a path, or a data value referring to the entity.
Likewise, the definition tag 212 includes a second data set identifying a set of one or more objects which are positioned lower (i.e., child level) in the hierarchical structure. For example, the definition tag 212 shows that the second data set includes a reference to a taxonomy type “Network Card,” and a taxonomy type “Wireless.” The second data set also includes a reference to an entity represented by the taxonomy type “Network Card,” “generic Ethernet card” and a reference to an entity represented by the taxonomy type “Wireless,” “WirelessA.”
As such, embodiments of the invention define a plurality of taxonomy types and classify an object according to at least one of the taxonomy types based on the relationship of the classified object to one or more other objects related thereto. In yet an alternative embodiment, the taxonomy type of the classified object is associated with a first reference identifying an actual entity represented by the classified object. Using
Referring now to
In one example, the third data field 308 includes a fourth data field 310 identifying a set of one or more objects related to the classified object positioned higher in the hierarchical structure. In another embodiment, the third data field 308 includes a fifth data field 312 identifying a set of one or more objects related to the classified object positioned lower in the hierarchical structure. In yet another embodiment, the third data field 308 may include one or more objects related to the classified object positioned in the same level in the hierarchical structure. It is to be understood that the naming of the first data field 304, the second data field 306, the third data field 308, the fourth data field 310, and the fifth data field 312 is for illustration purposes only and does not restrict or limit the ordering of these data fields in the data structure 302.
Using
By so doing, each of the taxonomy types includes rich information associated with the related objects in the hierarchical structure such that a user may obtain information about the structure in one instance. In one example, embodiments of the invention instantiate or create a single instance of the taxonomy type of the classified object including the information of the classified object and the information represented in the first data set and the second data set. In one alternative embodiment, XML schema types may be defined as described below:
The processor 406 also stores information associated with the classified object in the memory area. A first reference is associated with the taxonomy type of the classified object and the first reference identifies an actual entity represented by the classified object. The processor 404 also generates a first data set (e.g., data included in the definition tag 210) in the taxonomy type of the classified object. The first data set identifies a set of the one or more related objects positioned higher in a hierarchical structure than the classified object. The processor 406 generates a second data set in the taxonomy type of the classified object, and the second data set identifies a set of the one or more related objects positioned lower in the hierarchical structure than the classified object.
In another embodiment, the system 400 includes an interface 410 for creating a single instance of the taxonomy type of the classified object including the information of the classified object and the information represented in the first data set and the second data set. In this example, a user 412 enters a query for traversing the taxonomy to retrieve information associated with the classified objects. In processing the query, the processor 406 identifies information in response to the query by identifying the classified object in the taxonomy type and the first data set and the data set in the taxonomy type (e.g., instead of traversing the entire structure as shown in
In another embodiment, similar constructs may be defined to store and navigate terminology taxonomies (for example, defining a status, sub-status, symptom hierarchy). Regardless of a terminology taxonomy or a containment taxonomy, embodiments of the invention define a framework that is useful in other instances, such as file structure representations, business entity representations, business model classifications, or other classification implementations. As described above, aspects of the invention provide a mechanism for tying the “real world” data (as illustrated in
Furthermore, embodiments overcome one of the implementation problems involved in referencing related objects in a hierarchical structure. For example, taxonomies are typically described in UML or XML schema using direct references to an immediate parent and sometimes, to child references. This is done, for example, where a computer contains its devices, and a device references its containing computer. However, this approach is inefficient—since a programmer has to de-reference or modify the reference of the immediate parent, determine the data item that holds the parent's “parent” (if one is defined at all) and then de-reference to get the parent's parent data, ad infinitum.
Referring now to
In operation, embodiments of the invention may be implemented as shown in
1. Chassis—Serial number, number of slots available/used, any warranty data,
2. Rack—Serial number, number of locations available/used, contacts,
3. Data center—Name, status, contacts, . . .
4. Building—Name, floor plans, . . .
5. Region—Name (e.g., city or country name)
6. Plus there is a taxonomy instance
Each of the business or management entities includes a reference to its taxonomy instance or type. And the taxonomy instance or type references back to the business or management entities, and all parents/children, such as shown in
In one embodiment, the specific taxonomy instance for “MyRack” includes the following data:
1. Reference to the Rack instance, “MyRack”
2. Ordered parents (e.g., first data set):
3. Children (e.g., second data set)
So, with one reference traversal from the entity to its taxonomy, all information for parents and children is available.
Alternative embodiments of the invention are optimized if an XML processing infrastructure natively understands and participates in supporting “taxonomies”. For example, one mechanism may support alternate names or alternative containment paths for an instance. In this way, the “real world” instance or entity would not have to reference a specific taxonomy instance—but would instead define alternate names/paths that specify the containment hierarchy. One example includes a convention for naming of the instances would be required in order to have full functionality. For example, the alternative name or alternative containment paths for “COM1” in
Using
The order of execution or performance of the operations in embodiments of the invention illustrated and described herein is not essential, unless otherwise specified. That is, the operations may be performed in any order, unless otherwise specified, and embodiments of the invention may include additional or fewer operations than those disclosed herein. For example, it is contemplated that executing or performing a particular operation before, contemporaneously with, or after another operation is within the scope of aspects of the invention.
Embodiments of the invention may be implemented with computer-executable instructions. The computer-executable instructions may be organized into one or more computer-executable components or modules. Aspects of the invention may be implemented with any number and organization of such components or modules. For example, aspects of the invention are not limited to the specific computer-executable instructions or the specific components or modules illustrated in the figures and described herein. Other embodiments of the invention may include different computer-executable instructions or components having more or less functionality than illustrated and described herein.
When introducing elements of aspects of the invention or the embodiments thereof, the articles “a,” “an,” “the,” and “said” are intended to mean that there are one or more of the elements. The terms “comprising,” “including,” and “having” are intended to be inclusive and mean that there may be additional elements other than the listed elements.
Having described aspects of the invention in detail, it will be apparent that modifications and variations are possible without departing from the scope of aspects of the invention as defined in the appended claims. As various changes could be made in the above constructions, products, and methods without departing from the scope of aspects of the invention, it is intended that all matter contained in the above description and shown in the accompanying drawings shall be interpreted as illustrative and not in a limiting sense.
Number | Name | Date | Kind |
---|---|---|---|
6073175 | Tavs et al. | Jun 2000 | A |
6571253 | Thompson et al. | May 2003 | B1 |
6675355 | Demopoulos | Jan 2004 | B1 |
6711585 | Copperman et al. | Mar 2004 | B1 |
6847970 | Keller et al. | Jan 2005 | B2 |
6898604 | Ballinger et al. | May 2005 | B1 |
6973460 | Mitra | Dec 2005 | B1 |
7076728 | Davis et al. | Jul 2006 | B2 |
7089246 | O'Laughlen | Aug 2006 | B1 |
7134072 | Lovett | Nov 2006 | B1 |
7181438 | Szabo | Feb 2007 | B1 |
7266548 | Weare | Sep 2007 | B2 |
7617160 | Grove et al. | Nov 2009 | B1 |
20010047372 | Gorelik et al. | Nov 2001 | A1 |
20020104070 | Adams | Aug 2002 | A1 |
20020188644 | Seidman | Dec 2002 | A1 |
20030053106 | Kuroda et al. | Mar 2003 | A1 |
20040083453 | Knight et al. | Apr 2004 | A1 |
20040148367 | Takano et al. | Jul 2004 | A1 |
20040230572 | Omoigui | Nov 2004 | A1 |
20040261018 | Dunne | Dec 2004 | A1 |
20040267718 | Milligan et al. | Dec 2004 | A1 |
20050097084 | Balmin et al. | May 2005 | A1 |
20050149908 | Klianev | Jul 2005 | A1 |
20050278310 | Abrams et al. | Dec 2005 | A1 |
20050278353 | Norgaard et al. | Dec 2005 | A1 |
20060010369 | Naundorf et al. | Jan 2006 | A1 |
20060053151 | Gardner et al. | Mar 2006 | A1 |
20060064667 | Freitas | Mar 2006 | A1 |
20070011193 | Coker | Jan 2007 | A1 |
20070027861 | Huentelman et al. | Feb 2007 | A1 |
20070055680 | Statchuk | Mar 2007 | A1 |
Number | Date | Country |
---|---|---|
2006243929 | Sep 2006 | JP |
Number | Date | Country | |
---|---|---|---|
20080168083 A1 | Jul 2008 | US |