1. FIELD OF INVENTION
This invention relates to computing and, in particular to the field of database storage technology and the field of interlocking trees data stores.
2. Description of Related Art
While interlocking trees datastores are covered in other patents by inventor Mazzagatti, it may be useful to provide a brief background summary of KStore and various features of said interlocking trees datastores.
A system and various methods for creating and using interlocking trees datastores and various features of the interlocking trees datastores have been developed. We refer to an instantiation of these interlocking trees datastores that we have developed as a KStore or just K. In particular, these structures and methods have been described in U.S. Pat. No. 6,961,733 and copending patent application Ser. No. 10/666,382, (now published as 20050076011A1) by inventor Mazzagatti. Additionally, we described a system in which such interlocking trees datastores could more effectively be used in U.S. Ser. No. 11/185,620, entitled “Method for Processing New Sequences Being Recorded into an Interlocking Trees Datastore.” This invention provides the process invented to build and access the structure.
In U.S. Pat. No. 6,961,733 and U.S. Ser. No. 10/666,382, (now published as 50050076011), also by inventor Mazzagatti, we explained some preferred methods used to build and access an interlocking trees datastore. The methods taught in both of these patents were written at a level that taught the methodology of how an interlocking trees datastore is built and accessed.
All references cited herein are incorporated herein by reference in their entireties.
A method for completing an incomplete sequence in a KStore having a plurality of KStore levels and a particle stream, the particle stream having a plurality of particles including at least one delimiter includes receiving the at least one delimiter within the particle stream to provide a received delimiter and determining a delimiter level in accordance with the received delimiter. Completing any incomplete KStore levels from a lowest incomplete level up through the delimiter level is also set forth. The KStore is provided with a list of defined delimiters and the list is stored in a defined delimiter data structure. A determination is made whether the received delimiter is stored in the defined delimiter data structure to provide a received delimiter determination. The KStore has a plurality of delimiters and the defined delimiter data structure includes a correspondence between the defined delimiters and the KStore levels. A determination of a selected delimiter is made in accordance with the correspondence and the selected delimiter level. A delimiter level is determined in accordance with the correspondence and the delimiter determination. The defined delimiter data structure is stored in a state structure.
A method for completing an incomplete sequence, or thought, in a KStore having a particle stream, the particle stream having a plurality of input particles including at least one delimiter includes receiving the at least one delimiter within the particle stream to provide a received delimiter and first determining a current K node in accordance with the received delimiter. A match is second determined in accordance with the received delimiter and the current K node to provide a match determination. The KStore is provided with a list of defined delimiters and the second determining includes accessing the list of defined delimiters. A determination is made whether the input particle is on the list of defined delimiters. The current K node has an adjacent K node that is adjacent to the current K node and the second determining includes locating the adjacent node in accordance with an asCase list of the current K node to provide a located asCase node. The asCase list includes a plurality of asCase nodes and a plurality of adjacent nodes is located in accordance with the asCase list. If the learn functionality of the KStore is disabled, no further operations may be performed in accordance with the received delimiter if no adjacent node of the plurality of adjacent nodes has a Result node that matches the input delimiter. If the learn functionality of the KStore is enabled, Result node of the located asCase node is determined to provide a determined Result node, the second determining may include comparing the determined Result node with the received delimiter and a new node may be created.
The process used to create and access a K structure herein utilizes a procedure, which is called the praxis procedure. The praxis procedure may receive individual particles of incoming data, determine the type of particle and, based on the sensors and delimiters, access and construct the multiple levels of an interlocking trees datastore.
The KEngine creates and accesses a K structure from a stream of particles. Some of the particles in the particle stream may be identified as delimiters. Delimiters may be indicators that a portion of the particle stream is a complete sequence, or thought. As an example, a white space between characters in printed text indicates that one word is ending and another is beginning. The KEngine is required to recognize the delimiters and create K structure to record the represented data. Furthermore, the KEngine is designed to recognize and process particles as either delimiters or sensors. If a particle cannot be identified as either a delimiter or a sensor it may be ignored as noise.
Sensor particles are processed by the KEngine as extensions of a current sequence of events. If there is structure that has previously recorded the sequence, the K may be traversed to reposition the current K location pointer. If there is no previous structure recording the sequence, new K structure may be created to record the event.
While the KEngine is processing the particle stream some particles are recognized as ending a sequence and beginning a new sequence. For example, within the field record universe the particle stream is divided into fields and groups of fields are divided into records. A common method of identifying the end of one field and the beginning of the next is to insert a particle, such as a comma, into the stream to indicate the limits of the field and a different character, such as a semi-colon, to indicate the limits of a record.
When the KEngine recognizes a comma particle, an EOT node may be appended to the current K path being created at a first level above the sensors, thereby completing a field entry. A new path beginning with the BOT node may then be established as the current K path for a further field entry. Particle processing then continues.
When the KEngine recognizes a semicolon particle, an EOT node may be appended to the current K path being created at the level above the field variable level. This may complete a record entry. A new K path beginning with the BOT node may be established as the current path for a record entry. In addition, the K path at the field variable below the record level may be completed and particle processing continues.
The invention will be described in conjunction with the following drawings in which like reference numerals designate like elements and wherein:
Referring now to
The KEngine
The K Engine 11 receives a particle from somewhere outside the Kengine 11 and creates or accesses the K structure 14. The K structure 14 contains elemental nodes that represent recognized particles of data.
Also represented within the K structure are the relationships that exist between the nodes. Each node in the K structure that is constructed may be assigned an address in memory. Additionally, each node may contain two pointers, a Case pointer and a Result pointer. The case pointer and the Result pointer of a node point to the two nodes from which it is formed. Also contained in a K node may be pointers to two pointer arrays, the asCase and the asResult array. The asCase array may contain pointers to the nodes whose Case pointers point to the K node. The asResult array, which contains pointers to the nodes whose Result pointers point to the K node. How the individual K nodes within a structure are constructed and accessed is the subject of numerous references by Mazzagatti, including U.S. Pat. No. 6,961,733.
Data Particles
As mentioned above, data passed from the learn engine 6, the utilities 4 or the API utilities 5 to the K Engine 11 are particlized. For example, each word in a sentence may be treated as an individual particle of data, or each letter in a word may be treated as an individual particle of data. For example, in a textual data stream containing the words CATS ARE FURRY, the individual word CATS may be a particle, which may be sensed by a word particle sensor. Additionally, the word ARE and the word FURRY are particles which may be sensed by word particle sensors.
Each character or letter in a word, such as CAT, may be considered to be a particle which may be sensed by a sensor, in this case a character particle sensor (i.e., C is a particle of CAT as is A and T). Each of these may be a particle of data in a field/record textual universe of data. By textual it is meant that data are made up of alphanumeric characters (e.g. the letters A through Z), special characters (e.g. punctuation) and numeric data (e.g. numbers). The term field/record is a carry over from traditional database terminology, wherein a field represents the title of a column in a table and a record represents the rows within the table and contains the actual data.
However, textual data is not the only type of data that may be streamed by the learn engine 6, utility 4 or API utility 5 into the K Engine 11. Those skilled in the art will understand that any kind of data that may be digitized may be particlized and streamed into K. For example, if the data universe is image data, the particles that may be digitized may be pixels. If the data universe is auditory data, the particles may be digitized sound waves. If the data universe is pressure data, particles may be digitized pressure values. If the data universe is olfactory data, particles may be digitized chemical molecules representing odors.
In many of the explanations that follow, the examples use data from the field/record universe. This means that in the examples, it is assumed that the data which is learned or accessed within K may come from traditional tabular databases or other traditional data structures in the form of text, numbers and special characters arranged in fields within records. But, it should be remembered that any type of data from any source that may be digitized may be learned and accessed within a K and therefore could have been used in the examples that follow. Also, the K structure may contain more than two levels of structure. As well, in the following, a KStore node diagram, as shown in
Generating an Interlocking Trees Datastore (K) from Particlized Data
As taught in U.S. Pat. No. 6,961,733 and illustrated in
Praxis Procedure
A procedure that may recognize particles of sensor data, delimiters or unidentified particles according to the system and method of the invention may be the praxis procedure.
Sensor Data, Delimiters, and Unidentified Particles
Before teaching in detail how sensor data, delimiters and unidentified particles are processed, it is necessary to explain what each of the three types of particles includes.
Sensor Data
A sensor may be any digitized data. A sensor is maintained within the K structure as an elemental root node. The elemental root nodes representing sensors may contain or point to values that match the digitized value of the sensor. In a field/record data universe, sensor data may include, but is not limited to, alphanumeric characters. The alphanumeric characters may include the letters in the alphabet, numbers and special characters such as punctuation and other special characters. Depending on how a system is configured a particle of sensor data may include only single letters, numbers, or characters, or they may be whole words, phrases, sentences, paragraphs, chapters, or even entire books, etc. Furthermore, particles may include pixel values forming images of single letters or images of any other type. Thus, as mentioned above, data particles are not limited to textual data and may consist of any other forms of digitized data (e.g. pixels forming other images, sound waves, etc.).
Delimiters
Delimiters are particles that are used to identify an ending of a set of sensors. Furthermore, delimiters may be used to group sensor sets into hierarchies. For instance in a field/record universe, sets of letters may be grouped into words by delimiters. The words may then be grouped into field names or field values by delimiters. The field names or field values may be further grouped into fields and then into records.
Delimiters may be equivalent to individual sensors or sets of sensors. Or they may contain different values altogether. In the current embodiment, delimiters may include alphanumeric characters such as the letters of the alphabet, special characters such as, but not limited to, commas (,), semicolons (;), periods (.), and blanks ( ). Numbers in any base systems may also be used as delimiters. For example, in the current embodiment hexadecimal (base 16) numbers may be used as delimiters. However, as mentioned above, because particles are not limited to characters in the textual field/record universe, delimiters may also be any different type of digitized particle. For example, in a universe of digitized pixels, a single pixel or group of pixels may be used as a delimiter.
Unidentified Particles
Unidentified particles are any particles other than the ones that a current set of particle sensors and delimiter sensors recognizes. Unidentified particles, often called noise, may be, for example, particles of data from a different data character set (e.g. an Arabic or Chinese character). They may be particles from a different data universe, or they may just be an unprintable character that is not in the current set of sensors or delimiters.
Determining Particle Types
Refer back to
Comparing Particles to Delimiter List
In the praxis procedure 300 a particle of incoming data may be compared to a currently defined list of delimiters as shown in block 304. If the input particle matches an entry in the currently defined list of delimiters a process delimiter procedure is performed as shown in block 301. A process delimiter procedure that may be performed when a particle is determined to be a delimiter according to block 301 is taught below as the process delimiter procedure 500 in
Comparing Particles to Sensor List
If the input particle does not match any of the current delimiters as determined according to the comparison of block 304 the praxis procedure 300 may continue to block 305. At block 305 the praxis procedure 300 may compare the incoming particle to a currently defined list of sensors.
The example in the following discussion uses the letter C as an exemplary particle of data from a textual field/record universe. Assume that in the example the letter C does not match any delimiter in the current set of delimiters and execution of the praxis procedure 300 proceeds to block 305. The praxis procedure 300 may then attempt to match the particle C with a list of current sensors in block 305. As taught in the above mentioned patents, in the current embodiment sensors may be maintained in the K structure as elemental root nodes. Lists of these elemental root nodes may be stored in arrays, hash tables, within the K 14 or a separate K structure or in any other manner understood in those skilled in the art.
For example, refer back to the exemplary structure shown in
It should be mentioned here that if the particle does not match anything in the sensor list, the ignore sensor process may be performed as shown in block 302 of
Processing Sensor Data
Refer to
As shown in block 401 of the process sensor data procedure 400, the current K node on the current level of the K structure is determined, wherein terms such as “current K node,” “current K location” and “current K pointer” are understood to refer to the location of the last experience on a selected level. When block 401 is executed the incoming particle has just been matched with the root node corresponding to the incoming particle according to block 305 of the praxis procedure 300. Therefore, the current level is known to be the level above the elemental root nodes. Accordingly, the current K node of the level above the root nodes is determined in block 401.
In a preferred embodiment of the invention, a list or any other kind of structure, may be maintained to store state variables indicating the current K location corresponding to each level. For example, in the case of a multilevel K structure an array setting forth the correspondence between each level of the K structure and a variable indicating the current node of the level may be provided. The current K locations, or the current K node state data, of the levels of the K are known and stored according to the last event experienced on each level. The array or other data structure storing the current K node state data may be referred to as a state array or state table.
In one preferred embodiment each K location pointer may be used to identify both the current K level and the position on the current K level where the last event was experienced. Additionally, the foregoing structure for storing the correspondence between each level of the K structure and its current K node location pointer may store a list of the current set of delimiters, wherein the delimiters are described above with respect to block 304 of the praxis procedure 300 and in further detail below. However, the delimiter level data may be stored in any manner known to those skilled in the art. The structure may also contain a set of sensors appropriate for that particular level. The array of other data structure storing the current K state may be referred to as the state array or state table.
Furthermore, a correspondence between the defined delimiters and the levels of the K structure may be stored. Storage of this information permits the system to determine a relationship between an input delimiter and a level of the K structure that is being ended by the delimiter. It will be understood that the current K node state data and the delimiter level information do not need to be stored in the same data structure. It will also be understood that multiple delimiters may be appropriate for a single level.
As shown in block 402, the process sensor data procedure 400 may then determine the adjacent nodes of the current K node that was determined in block 401. As well known to those skilled in the art, the adjacent nodes of the current K node are determined by accessing an asCase list pointed to by an asCase pointer of the current K node. The asCase list contains pointers to each of the asCase nodes to be located in block 402. It will be understood by those skilled in the art that the asCase nodes located in this manner contain pointers to their Result nodes.
As shown in block 403, the Result nodes of the asCase nodes found in block 402 are determined according to their Result pointers. As shown in block 404, the Result nodes located in block 403 are then compared with the root node representing the received particle. If a match is found in decision 405 between a Result node of an asCase node found in block 402 and an elemental root node representing an input particle, the matched asCase node becomes the current K node. Therefore, the first level K pointer is advanced to point to the matched asCase node as shown in block 407.
For example, assume that the current K node determined in block 401 is the beginning of thought (BOT) node 200 in
It will also be understood that each asCase node 205, 210, 215 and 220 includes a Result pointer pointing to its Result node. Thus, in block 403 the process sensor data procedure 400 may determine the Result node of each node 205, 210,215 and 220 on the asCase list of the current K node by following its respective Result pointer to its respective root node. The Result nodes determined in this manner in block 403 may be compared with the elemental root node of the sensor corresponding to the received particle as shown in block 404. A determination may thus be made whether the Result node of any of the nodes 205,210,215 and 220 on the asCase list of the current K node match the elemental root node for the sensor of an input particle in block 404 of the process sensor procedure 400. The determination whether there is a match with the elemental root node for the sensor of the input particle may be made in decision 405.
Further to the foregoing example, the input particle in
However, the asCase node 205 does contain a Result pointer pointing to the C elemental root node 225. Decision 405 of the process sensor data procedure 400 may therefore find that the Result node of the subcomponent node 205 is a match with the input particle. The current K location pointer may be set to the node +C 205, which has become the current K location of the level as shown in block 407. (For exemplary purposes in the diagrams, when the prefix notation “+” is placed before a value in a node in the figure, it indicates that the prefixed node has a valence, which will be understood to stand in for the entire thought up to but not including the prefixed node.) It will be understood that the asCase nodes of the current K node may be compared in any order and that once a match is found no more comparisons are needed.
In a different example, the current K location could be the subcomponent node 205 and the input particle could be the letter particle A. Pursuant to block 402 the asCase node of the node 205 is determined to be the subcomponent node 206. Since the Result node of the node 206 is the elemental root node representing the letter particle A, a match is found in decision 405. Thus, in block 407 the current K node is incremented to the subcomponent node 206.
Creating New Nodes
In some cases it may turn out that none of the nodes on the asCase list determined in block 402 has a Result pointer pointing to the root node of the input particle. Under these circumstances a match is not found in decision 405. Thus, it may be necessary to create new K structure as shown at block 408. The process of creating a new node is disclosed in several of the references incorporate herein, such as U.S. Pat. No. 6,961,733 and U.S. Patent Ser. No. 11/185,620, entitled “Method for Processing New Sequences Being Recorded into an Interlocking Trees Datastore” for detailed explanation of how new nodes are created. Regardless of whether execution of the process sensor data procedure 400 proceeds by way of block 407 or by way of block 408 the intensity count may be incremented as shown in block 409.
Processing Delimiters
Refer back to
As previously described, after comparing an input particle of data to the current list of delimiters in block 304 of the praxis procedure 300 a decision is made in decision 308 whether there is a match. If the input particle is found to match a currently defined delimiter in decision 308 the procedure of block 301 is initiated in order process the received delimiter. The procedure initiated by block 301 is the process delimiter procedure 500 of
In the preferred embodiment of the invention delimiters are used to indicate the end of a set of particle sequences of data as they are streamed into the K Engine 11. For example, as mentioned above, in the field/record universe, data may come from traditional databases in the format of fields and records.
Refer to
The first field in the exemplary particle stream 600 is the Last Name field 601 and is shown with the data sequence Cummings. The second field is the First Name field 602 and is shown with the data sequence William. The third field is the Telephone Number field 603 and is shown with the data sequence 7547860. At the end of the fields 601, 602 there is shown an end of field (EOF) delimiter 1D 604.
The hexadecimal character 1D 604 is thus used as an end of field delimiter for ending the first two fields 601, 602. However, the hexadecimal character 1E 605 is used as both an end of field delimiter for ending the last field 603, and an end of record delimiter for ending the exemplary record 600. As such, it is a single delimiter that ends both the field 603 and exemplary particle stream 600, and, in general, in particle streams such as the exemplary particle stream 600 a delimiter is not required for dosing each level of the KStore.
Thus, significantly, the hexadecimal character 1E 605 may be used to simultaneously end both: (i) its own level in the K structure (the record level), and (ii) a lower level of the K structure (the field level). Accordingly, in the embodiment of the invention represented by the exemplary particle stream 600, each level of a particle stream is not required to have its own separate closing delimiter. Furthermore, a higher level delimiter such as the delimiter 1E may complete any number of incomplete sequences, and thereby dose any number of lower levels, in the manner that the field level of the exemplary particle stream 600 is closed.
Since textual data is not the only data that can be particlized and streamed into the K Engine 11, a more generalized explanation of delimiters may be helpful. In general, particles coming into the K Engine 11 may be thought of as incomplete sequences which can operate cooperatively to form complete sequences. Each incomplete sequence can represent an individual particle, set of particles of data, or the absence of particles. Individual incomplete sequences may be streamed into the K Engine 11 to form complete sequences. This is analogous to individual fields (incomplete sequences) such as the fields 601, 602, 603 forming a complete record (complete sequence) such as the complete record 600.
Although the hexadecimal characters 1D and 1E are used as delimiters 607, 608 in the illustrative examples, it will be understood that any other particle may be defined to serve as delimiters 607, 608. For example, a comma, another numerical character including characters that are not hexadecimal characters or a specific group of pixels. Thus, delimiters may be any particle that is defined as such for the praxis procedure 300 when the processing of the delimiter particles begins.
It should be noted that incomplete sequences are not limited to single particles of data. An incomplete sequence may be any sequence of data that is experienced before an EOT delimiter is experienced. An incomplete sequence may also include the absence of particles indicating a null value, terminated by an EOT delimiter.
Again referring back to the praxis procedure 300 in
Refer now to
As previously described, it is possible for the praxis procedure 300 to receive a higher level delimiter for completing its own level of the K structure while lower levels of K structure are still incomplete. Under these circumstances, the higher level delimiter may complete as many incomplete lower levels as necessary prior to completing its own level.
For example, refer above to the exemplary particle stream 600 shown in
Thus, at the time the delimiter character 605 is received: (i) the field 603 represents an incomplete sequence on an incomplete lower level, and (ii) the delimiter character 605 is a delimiter for a higher level of K structure than the current level of field 603. Accordingly, the system and method of the present invention may determine both: (i) that the level of the field 603 must be completed, and (ii) that the level of the record 600 must be completed. Additionally, the system and method of the present invention may perform the operations necessary for completing both the field 603 and the record 600.
Furthermore, those skilled in the art will understand that a received delimiter may indicate the end of any number of lower levels in the manner that the delimiter character 605 indicates the end of only a single lower level. Accordingly, the system and method of the invention may perform the operations necessary for completing as many lower levels as required in addition to completing the level of the received delimiter.
Therefore, the process delimiter procedure 500 of
As previously described in the current embodiment, sets of particle sequences, such as the sets of sequences forming the incomplete sequences 606 in
Level 0 (230) of the K shown in
Level 1 (235) may represent the subcomponent nodes and end product nodes of the paths 240, 245 and 250. The Result pointers of the nodes in level 1 point to the elemental root nodes in level 0.
For example, the path 240 includes the nodes 200, 205, 206, 207, 208 and 260. Assume that a delimiter for end of field, such as the delimiter 1D 265 similar to the delimiter 1D 604 in
Level 2 (255) represents the subcomponent nodes whose Result pointers point to the complete sequences of level 1 in
Referring back to
The process delimiter procedure 500 may next determine which, if any, levels lower than Input Delimiter Level are incomplete at the time the input delimiter is received. This determination may be made with reference to the list of the current K nodes in the K structure. As previously described, this list may contain the current K pointers for each level of the K structure. In one embodiment the K location pointer for each level may indicate the node in that level where the last event for that level was experienced, and the K location pointer for completed levels can point to any location designated as a sequence beginning location. In one preferred embodiment the sequence beginning location can be the BOT node 200. The process for ending the incomplete sequences located in this manner may begin with the lowest such level as shown in block 502. The lowest such level, in general, can be any level of the KStore. Execution of the process delimiter procedure 500 may then proceed to block 503 where the process complete level procedure 550 of
For example, in
Refer to
In block 504 of
Refer to
In a further example of the case in which execution of the process complete level procedure 550 proceeds from decision 505 and builds a new node, assume that the current K pointer is pointing to the subcomponent node 274 of
However, when an end product asCase node of a current K node has already been experienced and built, execution of the process complete level procedure 550 may proceed from decision 505 to block 507. For example, if the field represented by the path 250 has previously been experienced by the K structure at least once, the asCase list of the node 274 is not empty. Thus, a comparison between the Result node of the asCase node 275 and the elemental root node for the delimiter may be positive. In the current example, such a match is found because the asCase node (the node 275) of the current K node (274) does, in fact, have a Result pointer pointing to the ID delimiter sensor 265.
Thus, in this example, execution of the process complete level procedure 550 may proceed to block 507. In block 507 the previously existing node 275 may become the current K node and the count of the nodes may be incremented.
Whether execution of the process complete level procedure 550 proceeds by way of block 506 to create a new node and advance the current K pointer, or by way of block 507 to merely advance the current K pointer to a preexisting node, the count of the node is incremented and a determination is made whether there are potentially any higher levels above the current level as shown in decision 508. The determination whether there are higher levels is made by accessing the list of defined delimiters as previously described and determining where the determined delimiter is located in the defined hierarchy. The list of defined delimiters can be stored in a defined delimiter data structure which stores information about the hierarchical correspondence between the delimiters and the various levels of the KStore. The lowest incomplete level of the KStore can be determined according to the hierarchical correspondence stored in such a state data structure. If there are no levels higher than the current K level, the K location pointer is set to the BOT node 200 to indicate that the current K level is complete as shown in block 509. The system may then wait for the next input particle. Processing by the process complete level procedure 550 is then complete. Processing may then return to the process delimiter procedure 500 in
Refer to
The upper level subcomponent procedure 590 may begin with blocks 51a-d. The operations of blocks 514a-d of the process upper level subcomponent procedure 590 are substantially similar to the operations of blocks 401-404 of the process sensor data procedure 400 described above
As shown in block 514a, the current K node on the upper level may be determined. For example, referring back to
In decision 515 a decision is made whether any of the asCase nodes of the current K location for the current level have a Result node that matches the root node or end product node for the previous level. If there is a match the upper level K location pointer is set to the matched node as shown in block 516. However, if the end product node has not been experienced before at this level then no matches are found by decision 515 and processing continues to block 517. In block 517 a new subcomponent node may be created in the higher level and the current K location pointer for the higher level may be set to the new node.
For example, refer to
Further to
The elemental root node 205 thus does not match the end product node pointed to by the K location pointer for level 1, the +EOT node 260. Now refer to
The foregoing descriptions disclose how delimiters may signal the end of complete sequences at lower levels (e.g. field levels in a field/record data universe). The following discussion discloses how delimiters are used to signal the end of complete sequences at upper levels (e.g. record levels in a field/record data universe). In this part of the explanation, assume that portions of an upper level have already been established.
It will be understood that to some extent the procedures for completing upper levels are similar to those for completing the lower levels as they were previously described. Therefore, where the following procedures are similar to those that have previously been taught above, the explanation may refer back to the earlier explanations. Also, the following discussion is taught using the exemplary delimiters from the field/record universe. And, before continuing, some assumptions may be made before explaining in detail how the upper level delimiters are processed.
Process Upper Level When Lower Levels are Complete
Assume in the following discussion that a K structure such as K 14 shown in
As mentioned above, the following discussion uses the K structure shown in
As the following discussion begins, the next particle that is experienced is the delimiter 1E, wherein the delimiter 1E doses its own level (level 2) as shown in the exemplary particle string 610 of
As explained above, the praxis process 300 shown in
Refer back to the process delimiter procedure 500 in
Again, as explained above in detail, the process complete level procedure 550 shown in
From block 509, the process complete level procedure 550 returns to the calling block 510 in
Process Upper Level When Lower Levels are not Complete
Assume in the following discussion that a K structure such as K 14 shown in
As mentioned above, the following discussion uses the K structure shown in
As the following discussion begins, the next particle that is experienced is the delimiter 1E, wherein the delimiter 1E doses both its own level (level 2) and the level below it (level 1) as shown in the exemplary particle string 600 of
As explained above, the praxis process 300 shown in
Refer back to the process delimiter procedure 500 in
As explained above, the process delimiter procedure 500 may proceed by way of block 503 to initiate the process complete level procedure 550 of
If the +EOT node 275 has not already been created, there is no end product node and no match in decision 505. The process complete level procedure 550 may then proceed to block 506 where the +EOT node 275 may be created. Since the new node is to be located on level 1(235) the Result node of the new +EOT node 275 is set to EOT 1D 265.
The procedure 550 may increment the count and proceed to decision 508 where a determination may be made whether there are any higher levels. Because there is a level above level 1 (235), namely level 2 (255), the process upper level subcomponent procedure 590 of
As the process upper level subcomponent procedure 590 of
The current level is then set to the next highest level in block 511 of the process delimiter procedure 500. In the current example the next highest level is delimiter level 2 (255). This is the record level in the field/record universe of data of the current example. As shown in block 512 of the process delimiter procedure 500 the new level is compared to the variable Input Delimiter Level of block 501. In the example, the input delimiter is 1E, which represents level 2 (235), and the current K level is also level 2 (235). In the decision block 513 a determination is made whether the current K level is greater than the variable Input Delimiter Level. Since both level numbers are 2 in the current example the answer to decision 513 is NO. The process delimiter procedure 500 may therefore proceed from the decision 513 by way of the process complete level block 503 to the process complete level procedure 550 of
Again, as explained above in detail, the process complete level procedure 550 shown in
From block 509, the process complete level procedure 550 returns to the calling block 510 in