Method and apparatus for binary-oriented set sequencing6694327Abstract A computer-implemented method and apparatus for information organization, wherein atomic information can be both static and dynamic, but the compound information (e.g., associations, groupings, sets, etc.) of such atoms always remain dynamic. Unless otherwise directed, a compound information entity is always dynamically determined and generated. This determination is based on the processing of a defined condition, wherein all atoms qualifying the condition are included in the compound. This dynamic determination eliminates the need to "update" the compound, when atoms and/or compounds common to two or more compounds are changed. Further, each information compound can be dynamically generated based on an existing definition for that compound. Claims What is claimed is: Description BACKGROUND OF THE INVENTION
Active/Passive Active Bonds institute immediate
processing and interrupt the active
process flow until they are
terminated. Passive Bonds are
relations which make a statement of
fact or existence; they do not
instigate immediate processing, but
are used in the various BOSS
processes to generate and process
EDS's.
Operator This flag indicates that the Bond is
an EDO. Although redundant, EDOs
are also Bonds recorded twice. The
UEI for the EDO Bond is identical to
the EDO UEI given for that EDO in
the Operator IT (forces active as
flag enable).
Call This flag indicates that the Bond is
a BOSS process including a SDE, BOSS
program, EDP command list (forces
active as flag enable). When this
flag is off, the associated process
is assumed to be an OS binary
program.
Spawn This flag indicates that a non-BOSS
process is to spawn concurrently or
multitask (forces active as flag
enable and call flag disable).
User/Native This flag indicates whether the Bond
is a native Bond as supplied by the
EDP, or a Bond created by other
person or process. Whenever a Bond
is created, this flag is set to
User, since any native Bonds would
be supplied by the EDP or shipped as
upgrades.
In order for Bonds to make sense to a user, not only do they have to have names, but also some form of organization. The names/images for all Bonds are stored in the IMAGE-ETS, using the Bonds as the search key. In order to provide organization, the Bond Organizational Record (BOR) is used. A minimal form of the BOR is shown in FIG. 16. This BOR contains only two fields, a SELF and a RELATED Bond. Using this simple record, almost any logical organization of Bonds can be achieved. As shown in FIG. 17, anything from a multi-level tree 1702 to a simple list 1704 is possible. Depending on the running process, different logical structures can be adopted. A Bond value should always occur in the Bond EDIN field. Consider a bond UEI which is recorded as a subject or attribute of an EDIN, with some other Bond value in the EDIN bond field. When this EDIN is processed, the bond recorded as subject or attribute will behave as a subject or an attribute, and not as bond. This can cause errors in EDP processes and clients which require and recognize the subjected/attributed bond for their critical processing. Endo-Dynamic Set (EDS) Any dynamically generated or simply loaded list of EDINs is an Endo-Dynamic Set (EDS). An EDS always has a particular purpose and meaning, as known only to the process using the data. For example, an EDS generated from a program module could be a program data structure, a program data occurrence, or a procedure occurrence. The EDINs in the EDS also may be or may not be ordered, depending on the requirements of the data being represented by the EDS as a whole. EDS's are identified by UEIs, but for the most part, this is done indirectly and not in the same manner as other entities. The UEI associated with most EDS's is actually the identifier for a Set Definition Equation (SDE). Given any module, the SDE can be used to (re)produce an EDS with the same exact membership conditions and potentially different elements. Instead of storing the distinct EDS's present in a module, only the equations (SDEs) need be stored. This is required to ensure EDS's generated via SDEs remain dynamic at all times, and is somewhat smaller since set elements need not be duplicated. Since an SDE is itself implemented as an EDS, it is necessary to store the SDE-EDS in the same module. Basic EDIN Sequences Information can be generally categorized as being active or passive. In this view, EDIN sequencing in an EDS takes one of two basic forms: active sequence and passive sequence. An active sequence is always an executable process of some form; a passive sequence always expresses the structure, existence, qualities, properties, values, etc., of some information. Put differently, an active sequence performs some activity, while a passive sequence provides data about some information. Further, BOSS methodology allows for any combination and number of occurrences of both kinds of EDIN sequencing in the same EDS. However, this would involve overhead processing, and the availability of a client program to process the passive sequences. Some passive sequences have associated native processes which handle or drive those particular kinds of passive information required for BOSS operations. In both cases, the EDIN sequence field is used to establish the EDIN order. For active sequences, the EDIN sequence value starts from zero and goes up to the number of required EDINs, where an EDIN sequence value is never duplicated in an active sequence. For passive processes, the EDIN sequence may or may not be required, depending on the information being represented by the passive sequence. For example, if the passive information comprises files maintained hierarchically in directories, which exist in volumes, the sequence field is not required. However, if the passive information is a data structure definition, with elements in some depth, the sequence fields are used to order the elements of the structure. The only EDIN sequence value which can be duplicated in a passive sequence is a "null" value. To express an active sequence, one or more Endo-Dynamic Command Lines (EDCL) are used, where the order of the EDCLs, as established by the EDIN sequence fields, embodies the required active sequence. To express a passive sequence, one or more Endo-Dynamic Information Statements (EDIS) are used, where the EDINs may or may not be ordered by the EDIN sequence field. Endo-Dynamic Command Line (EDCL) The BOSS central process, the EDP, takes command lines as input. An Endo-Dynamic Command Line (EDCL) is dynamic in nature, and variable length. The basic EDCL 1802 is shown in FIG. 18. First, any number of EDINs bond any number of parameters to a subject identification, the subject being an EDCL 1802. Then, an EDIN bonds the EDCL 1802 (same subject) to an executable entity, shown as "XXX". The EDINs are ordered by the sequence field to place parameters before the execution occurrence. The executable entity XXX could be an endo-dynamic operator, a BOSS process (including SDE, BOSS program, activation list, etc.), or an OS executable program. EDOs form the "instruction" set available from the EDCL 1802. EDO EDCLs 1802 are the fastest to execute, and require the least amount of overhead processing. A BOSS process is any ordered list of EDCLs. This could be an SDE, a BOSS interpreted program, an activation list for an InfoBase or InfoFrame, etc. An OS executable program is externally executed and requires the most amount of overhead processing. The EDCL 1802 differs from conventional command lines in several ways. Clearly, the EDCL 1802 is variable length in that any number of parameters are possible. The EDCL 1802 is also dynamic, in that parameter and execute EDINs (all EDINs for an EDCL 1802) can be changed dynamically, and the EDCL re-executed. Note that the EDCL 1802 trigger for the EDP is the Bond field of the EDINs, not the subject or attribute fields. This is an important aspect of BOSS methodology. Using the Bond as a trigger means that, in EDCL 1802 processing, information subjects and attributes can occur freely and without affecting the process flow. The EDCL 1802 forms the basis of BOSS processing. Using combinations of EDCLs 1802, any process what so ever, using any kind and number of parameters, can be accurately recorded and executed. Using the generic EDCL 1802 enables all BOSS clients to dynamically create and modify any kind of EDCL group, and then have it executed and re-executed by the EDP. As should be obvious, the EDCL 1802 provides a simple and powerful way of implementing, maintaining and executing genetic algorithms. Many of the EDP initialization, and default information processes, are expressed and stored as an ordered list of EDCLs 1802. Any ordered list of EDCLs 1802 is referred to as an Endo-Dynamic Command Set (EDCS) 1804. Endo-Dynamic Information Statement (EDIS) An Endo-Dynamic Information Statement (EDIS) is two or more EDINs which make a statement of fact about some subject. The basic EDIS 1902 is shown in FIG. 19. In this figure, several attributes are bonded (possibly via different bonds) to the same subject "A". When order and hierarchy are required for the information, an EDIN attribute UEI (shown as "B") occurs as the subject of other EDINs, whose attributes further describe the UEI (i.e., "B") originally occurring as an attribute of a subject. This is an important aspect of BOSS methodology. The interchangability of the subject and attribute UEIs means that any depth and breadth of information hierarchy can be achieved. Further, upward or backward links can be introduced into the information hierarchy, such that a workable information network/graph is achieved. The EDIS 1902 is dynamic in nature, so that the expressed passive sequence is a dynamically established one. Since EDINs can be freely inserted into an EDS, and the EDS reordered, any information represented as a passive sequence remains dynamic. In the example shown in FIG. 19, the EDIN sequence fields are not used. However, many passive sequences require this field to establish order among the EDINS. Any passive sequence of EDINs is called an Endo-Dynamic Statement Set (EDSS) 1904. Data and Images So far, all information has been referred to in terms of UEIs. While the UEI does provide all required information about an entity to a process, it means little to an end-user. For example, while a program can process and maintain an EDS identified by the UEI value "112:10", it would be pointless for that program to display those numbers to an end-user. Clearly, names and/or images must be associated with each unique entity, so that a program can use them in its display interface. Hereafter, "image" refers to both a binary image and a name-string. Aside from an image, an entity (as represented by an EDIN), may also have associated physical data. For example, a BOSS-applied database program would use EDINs to record logical relationships and groupings, but it could not directly use EDINs to store the different data values being maintained by the database. Both images and physical data are examples of Variable Length Data (VLD). To maintain and store VLD in general, a format called "Expandable Table Set" is used. As shown in FIG. 20, an Expandable Table Set (ETS) 2002 is a file or memory pair, consisting of an Expandable Table Array (ETA) 2004 and an Expandable Table Composite (ETC) 2006. The ETA 2004 and ETC 2006 must exist together or not at all. The ETA 2004 is a sorted list, where each element is an Expandable Table Record (ETR) 2008. Each ETR 2008 identifies information about (and the location of) an Expandable Table Block (ETB) 2010 within an ETC 2006. As shown in FIG. 21, the ETR 2008 is a record containing a UEI key, a flags field, an ETB size, an ETB checksum and an ETB file address. The ETRs 2008 in the ETA 2004 are sorted based on the UEI key. The ETC 2006 is simply a binary dataset composed of a number of variable-length ETBs 2010, in any order. To find an associated piece of VLD, a binary search is performed of the ETA 2004 for the input UEI. The UEI comparison is binary, so if any field of a subsequent input UEI is different, a different associated VLD occurrence exists. Since the ETA 2004 is ordered by UEI value, one ETS 2002 can be used to store all VLDs of all data. Where two or more VLDs are required for a single UEI, separate ETS's 2002 must be used. As shown in FIG. 20, each ETA 2004 contains an Expandable Table Array Header (ETAH) 2012 at the top, followed by the actual ETA 2004 (list of ETRs 2008). As shown in FIG. 22, an ETAH 2012 contains: a flags field, a self-ETS UEI, an ETA size (number of ETR's) an ETA CHECKSUM field to enable verification of the ETA file upon loading an ETC size, an ETC CHECKSUM field to enable verification of the ETC file upon loading, an ETA memory address, an ETC memory address, an ETC buffer size, a current starting ETR identifier, and a current last ETR identifier. Through usage, VLDs will come and go in a system. That is, when entities are deleted, their associated VLDs are also deleted. This would leave holes of unused space between the used ETBs 2010 of an ETC 2006. Fortunately, the process to optimize an ETS 2002 is trivial. First, a temporary ETC 2006 buffer is allocated. Then, starting from the first ETR 2008, and by keeping a current pointer, all valid ETBs 2018 are copied, back-to-back, into the temporary ETC 2006. To finish, the ETC 2010 is overwritten with the temporary ETC 2006 buffer and the temporary ETC 2010 buffer is de-allocated. If memory is scarce, the optimization can be performed using a buffer as large as the largest ETB 2010. In such cases, ETBs 2010 would be swapped (using unused holes) until they are in a back-to-back order. Unlike the first scheme, using a single ETB 2010 buffer, the ETBs 2010 in the resultant ETC 2006 may not be ordered in the same order as the ETRs 2008. Since a BOSS element can have an image and have associated physical data, two ETS's 2002 are used for each element. FIG. 20 also shows the minimum set 2014 of ETS's 2002 required at any level to enable BOSS VLD maintenance. Infoframe FIG. 14 illustrates the components 1402 of the Information Frame (InfoFrame), which represents the highest level of logical and physical data organization in BOSS. The InfoFrame is a definition of the collection and usage of all InfoBases found at a site, and other sites that may be connected to the home site. FIG. 23 illustrates the components of an InfoFrame Control Record (IFCR), which is contained in the InfoFrame to describe the default InfoBase processing, if any, for a site. The IFCR contains a Local Name UEI field to provide a local name for the InfoFrame known to the current site that is used as key into the IMAGE-ETS for the InfoFrame (at this site). A Flags field is used to record InfoFrame processing configurations. An SOI field recorded from the serial number of the installed EDP is used to create all UEIs generated at the current site. A Next SEI field is used to provide the next available SEI value across the current site, and this value is incremented, once read, by the EDP processes which create UEIs. A Modifiers field is used to provide operational thresholds and guidelines for the InfoFrame, wherein these modifiers are: OLDEST VALID EDS, START TIME, EDS MODIFY OCCURRENCES, STOP TIME, and EDS MODIFY FREQUENCY. To absolutely determine when EDS's require regeneration, it would be required to examine each EDIN in each EDS, to determine all possible EDS's which that EDS is dependant upon (in some way). Clearly, this is a time consuming and an infeasible methodology to adopt. Instead, the OLDEST VALID EDS is used. This is a time scalar, indicating how old a valid EDS can be. If this is a low number, EDS's are quickly deemed invalid and in need of regeneration. If a high number, generated EDS's are deemed valid for long periods of time. While the EDP can record occurrences when distinct changes are made to individual EDS's or SDEs, this fact is not enough to estimate when an EDS requires regeneration. For this reason, the OLDEST VALID EDS value is used. While this number can be assigned, an End-Dynamic Operator, "DETERMINE-OLDEST-VALID", can be used at any time to automatically determine a value for this number. The START TIME, and the three modifiers EDS MODIFY OCCURRENCES, STOP TIME, and EDS MODIFY FREQUENCY, are used by the DETERMINE-OLDEST-VALID operator. When first initiated, this EDO records the START TIME, sets the EDS MODIFY OCCURRENCES to zero, and enables the RECORD MODIFY flag in the IFCR flags. This flag indicates that each subsequent EDS modification requires an increment of the EDS MODIFY OCCURRENCES modifier. Finally, this EDO prompts for a time duration, and records a STOP TIME. At the appointed stop time, the EDS MODIFY FREQUENCY is calculated based on the other assigned/accumulated modifiers. This frequency is then used to determine an estimated OLDEST VALID EDS value. The InfoFrame also contains a Default InfoBase List (DIL), whose elements are EDINs and which comprises an EDCS. FIG. 24 shows an example DIL 2402 with three EDCLs. First, for each parameter required for an InfoBase activation, an EDIN occurs. No parameter EDINs are present if the InfoBase requires no parameters. After the parameter EDINs, the last EDIN associated with the InfoBase occurs, where the "activate InfoBase" EDO performs all tasks associated with locating and activating a particular InfoBase. A Default Module List (DML) is used in the InfoFrame, whose elements are EDINs. The DML is an EDCS, exactly as the DIL 2402, except that the EDIN subjects are all a UEI generated for the InfoFrame DML. The InfoFrame-DML is used and loaded before the DIL 2402, and InfoBase DMLs. This enables the EDP to load native modules which may have a hand in loading and activating InfoBases. The InfoFrame also contains an InfoBase definition List (IBDL), where each element is an IBDR. The IBDL is frequently updated to ensure any newly added InfoBases are included. The InfoFrame contains Data and Image ETS's to record such data associated directly with the InfoFrame. The InfoFrame contains an Operator Information Table (OIT), to identify and describe all Endo-Dynamic Operators. The InfoFrame contains one or more EDO program files, each containing the executable code for one or more operators. The InfoFrame contains a Parameter ETS, to describe all parameters for all EDOs. The InfoFrame contains a Bond Information Table to describe all bonds. The InfoFrame contains a Default Command List (DCL), to provide a "default dynamic program" which EDP always (and possibly continuously) executes. Infobase FIG. 14 illustrates the structure of an Information Base (InfoBase), which is a conglomeration of one or more information modules. An InfoBase Definition Record (IBDR) is used to provide image and processing options for the InfoBase. An IBDR file exists for each InfoBase for import/export purposes. All regularly used IBDRs are stored on an InfoFrame basis. As shown in FIG. 25, the IBDR is composed of: a FLAGS field to provide processing switches, a self-UEI field to uniquely identify the InfoBase, and an image-UEI field to provide a key into the InfoBase assigning an image for the InfoBase. The Flags field is identical to the one in the IFCR. A Module Definition List (MDL) is used to provide a list of included modules in the InfoBase. Each element of the MDL is an MDR as described under module section. A Default Module List (DML) is used for the InfoBase structured exactly as the DML stored at the InfoFrame level. The following modules identified by the InfoBase DML are loaded and activated upon InfoBase activation. The Data and Image ETS's are used to record such data associated directly with the InfoBase. Modules can be included in an InfoBases in two ways: shared, and exclusive. A shared module physically occurs once across all InfoBases in the current InfoFrame, but may be included in all InfoBases. In a BOSS-applied environment where concurrent processing is possible, the usual precautions and preprocessing must be applied before access is granted. An exclusive module is what all modules are by default, one that is exclusive to a particular InfoBase. An exclusive module only appears in the InfoBase it is exclusive to. While other InfoBases can access an exclusive module, any such access is regulated by the owner InfoBase. An InfoBase can store a large amount of data and processing. In general, an InfoBase will have one or more modules containing data in one or more data organizations, and one or more modules containing programs which process that data. The modules containing programs which process that data are optional, in that the programs that process the BOSS data need not be written as BOSS programs; they could be any binary program. Modules FIG. 14 illustrates the structure of an Information Module (IM), which is a collection of EDINs and ETS's to record the associated images and physical data. The minimum set of required ETS's is used as described in the previous section. These ETS's store all images and data for the module as well as for all EDINs in the CNL. When saved EDS's are present, images associated with saved EDS's are also stored in these ETS's. A Collective Node List (CNL) stores all EDINs, in arbitrary order, which together make up all the EDS's which can be generated from that module. The CNL is always loaded upon module activation. Most EDS generation operators require the specification of one or more modules to use as a source of generation; in such cases, all associated CNLs must be loaded (in turn) and used as a source for generation. A Set Definition List (SDL) maintains a list of "saved EDS's". Each element in the SDL is a Set Definition Record (SDR). As shown in FIG. 26, each SDR contains a self-identifier UEI field identifying the EDS, a GENERATION-PROCESS UEI field, a Flags field, a LAST-GENERATION field, an EDS size field, and a memory address. The LAST-GENERATION and memory address fields are only used at runtime, after the EDP has loaded a particular module, and provide the current location and size of an EDS in memory. The GENERATION-PROCESS UEI identifies a process which will generate the EDS; this can be either an SDE, or another process. The LAST-GENERATION field is also only used at runtime; it is a date and time stamp of the last generation. This field provides a measure of how valid or up to date the EDINs pointed to by EDS address fields are. This field is compared to (current time--oldest valid eds), and if older, the associated EDS is deemed to be invalid and in need of regeneration. The SDR flags field is used to record which EDS's are temporary and which are not. Further, it identifies whether the EDS generation process is an SDE, or other process. All newly generated EDS's are by default temporary. Using EDOs, a newly generated EDS can be made permanent, or a generation process can be made to result in a permanent EDS. When an EDS is saved to a module, only unique EDINs are added, or old EDINs updated in the CNL; EDINs are never duplicated in the CNL. Next, the EDINs which make up the equation (SDE), used to generate the EDS, are also added to/updated in the CNL. Finally, the UEI for the SDE is added to/updated in the SDL. Now, upon subsequent module loading, a client can first re-generate the SDE, then execute the SDE to regenerate a (new version of a) previously saved EDS. When a new EDS is dynamically generated, a new unique UEI is assigned to it, and a new SDR created in the SDL. The self-identifier field of the new SDR is assigned from the newly created UEI value. All SDR flags are cleared, the last generation date is set, and the EDS size and address fields assigned from the newly generated EDS buffer. The SDE is set from the LAST-SDE global variable; this variable is cleared in each EDP cycle, and is set by the last line of any SDE. As a result, it can be used by the EDP processes to determine the associated SDE (or NULL for none). As shown in FIG. 27, the Module Definition Record (MDR) provides a UEI for the module image (stored in the module ETS's), as well as default processing flags for a module. These are the same flags as for the IFCR and IBDR. The MDR for a module is always stored in a separate file; this file is only used when importing or exporting modules. The MDR in this file (along with all other modules used by an InfoBase) are duplicated in the Module Definition List as defined for an InfoBase. So, in reality, the MDL contains the latest version of all MDRs, and when import/export is required, the MDR file is generated and used. This is done to avoid potentially long update periods every time a module is modified in some way, and poses no problems because the MDR file is not used in regular processing; only for import/export. A Default EDS List (DEL) is used, where each element is a UEI identifying an EDS to generate (i.e., identifying an SDE/process to execute). All default EDS's are generated upon module loading. The IM is a self-contained package of information, providing values, images, data organization(s), data association(s), and data processing. The IM is always constructed to serve the needs of a client BOSS process. Since an EDS can always be dynamically generated from a CNL, it is possible to place incongruent or inconsistent information in the same module; although this is not recommended, it poses no problems to the BOSS environment, and values, organizations, and associations remain unaffected. Some module examples follow: A BOSS program, where procedures, data-structure definitions, and data occurrences are recorded, and later generated as, EDS's, which are processed by either the EDP or a client BOSS program interpreter to run a program. A BOSS menu system, where menus are recorded, and later generated as, EDS's, which are processed by the BOSS menuing client. In general it is best to group information common to the same compound information entity in the same module. While out of context EDINs in a module do not create problems by themselves, out of context SDEs and EDINs would create potentially fatal processing problems. For example, consider an out-of-context SDE which generates an EDS for a data structure definition by default, for a module whose purpose is menuing. This would more than likely hang the menuing client. For these reasons, a BOSS client can construct SDEs which "filter" all input EDINs for consistency. Such SDEs can check for particular types and allows and disallow the input. So if the module is a menuing system, data types like "procedure" could be optionally disallowed. Set Definition Equation (SDE) As mentioned above, EDS's are based on Set Definition Equations (SDEs). An SDE is an expression composed of Endo-Dynamic Operators (EDOs) and operands. An Endo-Dynamic Operator (EDO) can be almost any kind of operator. FIG. 28 shows an example SDE 2802 with a C-like format. A new EDS called MY-EDS will be the result of resolving the right hand side of the equation. The atomic binary SDE units are shown and numbered 1, 2, and 3 from the deepest to the outermost SDE unit. The SUB, SEQ, and ATT mnemonics are EDOs that perform filtering based on different fields of the EDIN. The INTERSECT mnemonic is a logical EDO and signifies that the resultant sets of both operand expressions must be intersected. The expression shown in FIG. 28 dictates that all EDIN's in the "MY-EDS" EDS will have a Subject equal to "W:X:" and an Attribute equal to "A:B:". The "MODULE-N" module is the module used here for all operators, except INTERSECT. The SDEs are always binary in nature. No matter how complex the equation, it can always be broken down into binary (and unary) SDE-units. As a result, an SDE is easily implemented as an EDS. FIG. 29 shows an EDS 2902 for the SDE depicted in FIG. 28. This shows the Subject and Attribute fields of the EDIN as UEIs. This EDS 2902 also shows the Bond and sequence field values. As can be seen in FIG. 29, the SDE is simply an EDCS. In this case, these EDCLs are shown, i.e., one for each EDO showing in FIG. 28. In this way, an EDS 2902 can be used to store equations (SDEs) which define how other EDS's are dynamically generated. The subject fields of all EDINs will always contain a unique SDE-UEI associated solely with MY EDS. The SDE by itself does not result in anything. But when the SDE is applied to an existing EDS or module, a new EDS can be generated. As a result, a single module, with multiple SDEs, can provide different dynamically generated EDS's. Endo-Dynamic Operator (EDO) As mentioned above, Endo-Dynamic Operators (EDOs) are to the Endo-Dynamic Processor (EDP) as instructions are to a processor. An EDO is any executable body of code requiring any number and type of parameters. While the code for most EDOs is in the form of a binary executable OS program (or procedure), EDOs expressed as EDCS's can also be created and used. As should be obvious, an EDO occurrence with all its required parameters forms a complete EDCL. So it is possible to construct an EDO and EDCL, such that the EDCL activates the EDO (via the EDP), wherein the EDO is itself an EDCS processed by the EDP. This forces the EDP to be re-entrant, where the EDP must be capable of correctly processing any number of EDCS's in as many streams of processing as initiated by various processes. Unlike conventional "instructions", the EDO is not limited in size or complexity. The EDO can be anything from a one line procedure to a whole system (program). Further, EDOs can freely call each other without interfering with EDP process leveling or the EDP stack. Incorrect process streams which are potentially fatal are terminated, mostly before and sometimes after a fatal process error has occurred. All stack data regarding the process(es) which were involved in a process stream resulting in the fatal error(s), can be safely and accurately removed from the EDP stack, such that pursuant EDP processing, and other existing processes can continue. For each EDO available for use, there exists an Operator Information Record (OIR). As shown in FIG. 30, each OIR contains: an OPERATOR UEI field to provide a key in the OIT, a NUMBER OF PARAMETERS field to give the total number of input and output parameters required by the operator (the number of PDRs in the associated list), an Endo-Dynamic-Library UEI to identify the library that contains the executable code of the EDO, and a CALLING ADDRESS field to provide a memory address for the operator that is only valid at runtime after the operator's executable code has been loaded into memory. The OIRs are used at run time to verify calls to, and execute operators. As shown in FIG. 14, all OIRs are permanently maintained in the Operator Information Table (OIT), maintained at the InfoFrame level. The OIT is a sorted list, wherein a binary search locates a given OIR. The OIT is updated when EDOs are imported or modified. To record parameter data requirements for EDOs, the PARAMETER-ETS is used. As shown in FIG. 14, this ETS is stored at the InfoFrame level. The ETRs in this ETS have EDO UEIs as the keys. The ETBs store ordered lists of records, where each record is a Parameter Definition Record (PDR). As shown in FIG. 31, a PDR contains: a Flags field to identify general I/O type of the parameter, a Data Type field to identify the required data type to internal BOSS processes, a Data Size field to give the size of the identified data type, a Type Image UEI field that identifies an image for the data type stored in the InfoFrame IMAGE-ETS and a Default Value UEI field that points to a default value occurrence for the parameter in the InfoFrame DATA-ETS (if no default value is supplied, this field contains a null UEI). Both the OIT and the Parameter ETS are used at run by the EDP to perform verified dynamic entry and execution of EDCLs. EDO-Infobase An Endo-Dynamic Library (EDL) is an Information Module which provides a means for transporting and storing all information regarding a given set of EDOs. All EDOs in an EDL should be related in some general way; this is often (part of) the name for the library. Note that hereafter and throughout the document and figures, "Library" is used interchangeably with "EDL". A strictly logical entity called Endo-Dynamic Group (EDG) is used to organize all EDLs in various ways. Note that hereafter and throughout the document and figures, "Group" is used interchangeably with "EDG". All EDLs are collected by the Endo-Dynamic Operator InfoBase (EDO-InfoBase). The EDO-InfoBase is an InfoBase like any other, but also encompassing any additional program files required by the EDLs. The EDO-InfoBase provides a way of accessing all available libraries and library information. Further, using the InfoBase DML, a certain base set of libraries are always activated (i.e., loaded and ready to be processed via EDP). The EDO-InfoBase is supplied with each EDP program/package, and is necessary for the operation of the EDP. While the OIT and the parameter ETS provide for quick EDP processing at the top level, the bulk of the required data for the EDO processing is provided by the EDO-InfoBase. The module components as shown in FIG. 14 are used as follows for a library. A library module is no different than any other module, except that in some cases additional program files are also associated with the module. The Module Definition Records (MDR) comprises normal module information, wherein the System flag is enabled. The Collective Node List (CNL) stores EDINs in no particular order. As well as normal SDE recording and processing, these EDINs are used in two ways. First, these EDINs are used to organize and specify EDOs in the library, the fields need to be set a certain way. The Subject field should contain a UEI for an EDL, or a UEI for an EDLG. The Attribute field should contain a UEI for an EDO. The Bond field should contain an "EDO Occurrence," which indicates that there is an occurrence of the EDO given by the attribute in the library given by the subject. Finally, the Sequence field is not used. In addition, these EDINs are used to record EDOs programmed as EDCLs, all fields are set as per an EDCL. All EDINs in this CNL can be sorted by the two keys, i.e., subject and attribute, to provide an overall hierarchy of the operator groups and libraries. In addition, the CNL can be filtered for a particular subject (library or group) to generate EDS's which can be used as menus, which are then traversed, generated a new menu EDS at each traversal step. When an EDIN in library menu EDS is selected, any number of further information is available for the EDO identified by the EDIN's attribute (e.g., PDRs, image, code, etc.). The client process can then perform further processing using the EDO information. The Image-ETS stores all images associated with all EDOs (and their parameters) in the library, as well as the image(s) for the library itself. The Data-ETS uses a UEI key. Associated with the library (i.e., using the module UEI), is an ETB containing a list of OIRs. This provides a list of all EDOs in the library. Associated with each EDO (i.e., using the EDO UEI), is an ETB containing a list of PDRs, describing the parameters of the EDO. The SDL identifies SDEs (stored in the CNL) to generate an EDS. For SDE-1, EDINs are sorted by the two keys: by subject and attribute to provide an overall hierarchy of operator groups and libraries. For SDE-2, EDINs are filtered for a particular subject (library or group) to generate EDS's which can be used as menus, which are then traversed, generating a new menu EDS at each traversal step. When an EDIN in library menu EDS is selected, any number of further information is available for the EDO identified by the EDIN's attribute (e.g. PDRs, image, code, etc). The client process can then perform further processing using the EDO information. For SDE-3, EDINs are filtered for a particular EDO subject, and sorted by the sequence. This SDE generates an EDCS executable by the EDP. For DEL, this has one default EDS: EDS for the top-level group. This is the same as SDE-2 above, where the source subject is predefined. If the code associated with an EDO is an EDCS, all EDINs required to make up the EDO's code body are also stored in the CNL. If the code associated with an EDO is not an EDCS (i.e., if the EDO code is some form of OS executable code body), in addition to all normal module files, an OS program file is also stored. This program file has a filename derived from the associated EDO UEI values, plus the normal OS executable extension. All such executable EDO program files are stored at the InfoFrame level. When any library information is loaded, imported, or modified, appropriate updates are made at the InfoFrame level. After any such events, the OIT, parameter ETS, and any EDO program files are updated as required, using the just saved library data. While updating the system EDO information is a simple procedure of replacing records and files, the effects of such updates on user data containing references to the updated operators could potentially be a difficult to determine and diagnose. Libraries and Operators The EDP requires a minimum basic set of libraries to operate. These are: Set Filtration Library Control Flow Library Physical Manipulation Library The general membership requirement(s) and a minimum set of EDOs are described for each library by the following sections. In addition to any listed EDOs, any other qualifying EDO can be added to a library. However, all such dynamically created EDOs are always tagged as "user" in the associated OIR. When EDOs are also made into bonds (a matter of creating bond control records, since the process already exists as the EDO), a viable but limited language is realized for defining and executing BOSS programs embodied by information modules, complete with data definitions as realized by EDS's (each is an EDS in the module) and executable code as realized by EDCS's (each is an EDS in the module). The more evolved and/or complex EDOs that are introduced, the more robust such a language will become, but it will do so non-linearly. This is because any introduced EDO can call others in any (meaningful) combination that it sees fit. Each added EDO increases the number of new possibilities combinatorially. Further, given sufficient numbers of added EDOs, any number of such dynamic programming languages are simultaneously possible, where languages can interface invisibly to any of the involved specific language processes. Any and all such languages are simply an implementation of several BOSS concepts and the specific usage of several BOSS entities disclosed in this patent. Set Filtration Library An EDO in this library must process EDIN list(s), based on any kind of input, to produce subsets of that EDIN list, or new EDIN list (s). The minimum required set of filter EDOs are described below. The EDOs listed below constitute the minimum required set of EDOs in the filtration library: Union This EDO combines two or more input EDS's into a third output EDS. Intersection This EDO examines two or more input EDS's for common EDINs and outputs a third EDS containing only the common EDINs. Subject-match This EDO searches the input EDS for EDINs having a match in their subject field with an input subject and returns those EDINs in a new EDS. Attribute-match This EDO searches the input EDS for EDINs having a match in their attribute field with an input attribute and returns those EDINs in a new EDS. Bond-match This EDO searches the input EDS for EDINs having a match in their bond field with an input bond and returns those EDINs in a new EDS. Sequence-match This EDO searches the input EDS for EDINs having a match in their sequence field with an input sequence and returns those EDINs in a new EDS. Generate-subject-sequence This EDO sorts the EDINs in the input EDS by their subject field and then assigns sequence numbers to those EDINs based on their sorted order. Remove-nodes This EDO searches for and then deletes the input EDIN from the input EDS. Descendants This EDO searches for any EDINs in the input EDS that are the descendant of the input EDIN. Ancestors This EDO searches for any EDINs in the input EDS that are the ancestor of the input EDIN. Siblings This EDO searches for any EDINs in the input EDS that are the siblings of the input EDIN. All of the above EDOs provide the basis for constructing SDEs to formulate and process anything from a simple database query, to data structure collection and processing, to evolved, multi-level queries where specific information is qualified to any degree and extent. Each specific application requiring filtration would introduce SDEs which use the above listed system-EDOs in various combinations with other EDOs to accomplish further specific filtrations. Any one such client procedure or program (in a client program module) can be made into a user-EDO, and incorporated into the currently known InfoFrame. Clients would create all EDOs associated with a general purpose in the same EDO-library, and add the library to the EDO-InfoBase. This makes the client supplied EDO accessible by all BOSS clients in the InfoFrame. In this way, flexible, dynamic, and custom-made information search engines can be built and supplied as EDOs. Such EDOs would be then used by even bigger BOSS clients such as an expert system, to unify, simplify and speed up minor information gathering and simple correlation tasks. Control Flow Library An EDO in this library must be associated with process flow of the EDP, or that of a BOSS client. The following lists and describes the minimum required EDOs for this library. Although more complex control flow EDOs are possible, such EDOs would simply be "implementations" of the technology disclosed by this patent. Push This EDO pushes the parameters onto the EDP stack. Pop This EDO pops a value from the stack into the parameters. Peek This EDO uses a stack index number to determine a stack entry from the top, and return the value stored therein into the given parameters. Poke This EDO uses a stack index number to determine a stack entry from the top. Then the parameters are stored into the stack entry. Stack-not-empty This EDO returns a true or false value dependent on the condition of the stack. Stack-full This EDO compares total stack space against currently used space and returns true or false value dependent on the condition of the stack. Execute (prog-UEI) This EDO locates, loads, and executes the binary OS program identified by the input UEI. This EDO waits for the program to terminate before returning. Spawn (prog-UEI) This EDO locates, loads, and spawns the binary OS program identified by the input UEI, as a concurrent process. This EDO does not wait for the program to terminate before returning. Call (prog-UEI) This EDO locates, loads, and executes/spawns the BOSS program identified by the input UEI. This EDO may or may not wait for the program to terminate before returning, depending on availability of concurrent processing in the environment. Jump (CES, NP) This EDO sets the global variables associated with input to the input values, thereby performing an unconditional jump to another EDCL. Jcond (cond-UEI, CES, NP) This EDO performs a jump as per the jump EDO, but based on a condition. The condition is a BOSS process (sets of ordered EDCLs), which returns true or false. In most cases, the condition can be automatically generated as a SDE. Physical Manipulation Library An EDO in this library must manipulate EDS's and EDINs at a physical Level, where a possible input parameter for a physical EDO is a physical memory address. Some of these physical EDOs are: Sort This EDO sorts the EDINs in the input EDS. Remove-duplicates This EDO removes duplicate EDINs in the input EDS. Length This EDO determines the length of the input EDS. Generate-eds This EDO generates an EDS for the input EDINs. Activate-module This EDO activates the module created by the EDINs in the input EDS. Activate-InfoBase This EDO activates the InfoBase created by the EDINs in the input EDS. The other physical EDOs are listed and described below. Mostly these EDOs are combinations of calls to other EDOs already described. Load (What) This EDO loads the input file into an allocated memory buffer, performing checksums, and returning the address of the allocated buffer. Purge-data (Where, Days) This EDO will irretrievably purge previously deleted BOSS data by deleting entries in trash files. The input parameter WHERE is a UEI. If the value is null, the purge will occur for all deleted data in the InfoFrame. If a non-null value, the UEI either identifies an InfoBase (find an IBDR matching the UEI) or a module (find an MDR matching the UEI). In these cases, all deleted data in the located InfoBase or module will be purged. The DAYS parameter is optional and specifies the number of days to keep deleted information. Restore-data (Where, Data-UEI, Data, Date-Direction, Auto) This EDO will retrieve previously deleted, but not purged, information. The input parameter WHERE is a UEI. If the value is null, the restore will consider all deleted data in the InfoFrame. If a non-null value, the UEI either identifies an InfoBase (find an IBDR matching the UEI) or a module (find an MDR matching the UEI). The DATA-UEI identifies the deleted data to be restored. If this value is null, all deleted data in the identified location is considered for restoration. If the DATE parameter is non-null, it is used together with the DIRECTION parameter to restore occurrences of qualifying information deleted on, before, or after a specific date. If the AUTO parameter is non-null, this EDO will make a best guess for all information restorations when duplicate deleted data is encountered. Otherwise, this EDO will prompt an operator with a choice of duplicate deleted information with different dates. The best guess is arrived at by grouping deleted data by date stamp, then restoring the set of data with the most recent date. Get-image (UEI) This EDO retrieves and returns the image (or name) associated with input UEI, from an IMAGE-ETS. The search starts from current module IMAGE-ETS and expands to parent InfoBase and InfoFrame if not found at the module level. Set-image (UEI, Image) This EDO retrieves and returns the image (or name) associated with input UEI, from an IMAGE-ETS. The IMAGE-ETS is located in the same manner as get-image EDO. When located, the associated ETB image contents are replaced with the input IMAGE. Create-node (MOD-UEI, Subj, Attr, Bond, Seq) This EDO creates a new node in the input module's CNL, using the given input parameters to set the node's fields. The sequence field can be supplied as "null" when not required. This is how information is added to BOSS at it's most primitive level. This process can be triggered from any environment, so long as the UEIs provided are valid, or will have meaning. Delete-node (MOD-UEI, Node) This EDO moves all EDINs in the CNL associated with input module, which are binary-equal to the input EDIN, NODE, to an associated trash CNL. Create-eds (MOD-UEI, Pointer, Count) This EDO receives a memory address, POINTER, to start of a list of EDINs in (some) memory. This is NOT an active EDS at this time. Also receives a COUNT to indicate the number of EDINs in the list. This operator creates a new active EDS (not stored) containing the list of EDINS, and returns a newly assigned UEI value. This operator is useful for processes that either automatically or via user input, create EDINs from scratch. The new EDS is always added to the CNL associated with an existing module identified by input MOD-UEI. Add-eds (MOD-UEI, Pointer, Count) This EDO receives a MOD-UEI to identify a CNL to add nodes to, as well as a memory address, POINTER, to start of a list of EDINs, and a COUNT of those EDINS. The given EDINs are then added to the identified CNL. This operator will not add binary equal EDINs which already exist in the CNL. Copy-eds (MOD-UEI, EDS-UEI) This EDO makes a new EDS with the same contents as the EDS given by input EDS-UEI and returns a unique UEI to the new EDS. The new EDS is created in the module identified by the input MOD-UEI (this must exist) The EDS image remains the same. Delete-eds (MOD-UEI, EDS-UEI) This EDO first generates the input EDS-UEI via generate-eds EDO, if required. Next, it calls the intersect EDO and the assigns the CNL of the input module to be the resultant "xor-eds" (i.e., the EDS containing EDINs in the CNL but not in the generated EDS). The generated EDS is then added to the associated trash CNL. Finally, the associated SDL and DEL entries matching EDS-UEI are moved to the associated trash files, if they exist. Save-eds (MOD-UEI, EDS-UEI) This EDO is probably the most time and space consumptive EDO. It assumes that an EDS (EDS-UEI) was previously generated using the generate-eds EDO and then the EDINs in the memory image were modified by some client process. At this point, the memory image of the EDS needs to be updated in the module CNL to reflect any changes made by the client process. For example, consider a module containing several procedures of a program. Each EDS can then be generated from the program module on a dynamic basis. Once generated, the procedure can be dynamically modified by a programmer. Finally, the procedure is saved again in the program. Unlike specifically deleted EDINs and data, replaced EDINs and their associated data cannot be recovered, unless steps are taken by an Endo-Dynamic Editor. In concurrent environments, where multiple processes can access the same the module, it is best to let the currently used Endo-Dynamic Editor handle all such issues. Being dynamic, the EDE can be called by a BOSS client process to safely load, edit, and/or save EDS's in modules. Create-module (InfoBase-UEI, Name, Flags) This EDO creates a new module called NAME in the InfoBase given by InfoBase-UEI. This EDO first generates a new unique UEI for the new module. Then it creates an associated MDR in the InfoBase's MDL, with the newly generated module UEI. Next, all required module files (as shown in FIG. 14) are created (empty except for control). Now the input module name is inserted in the new module image ETS, by creating another new UEI for the image. The image UEI is also stored in the new MDR. Finally, the inputs FLAGS are assigned to the new MDR. The module can now be used as a source of any physical manipulation to add data, and later as a source of filtration to generate new EDS's. Copy-module (MOD-UEI, InfoBase-UEI, Name) This EDO first generates a new unique UEI for the new module. Next, all module files for module MOD-UEI are copied to files with the same extensions and the new UEI for filename. Then, a the MDR for MOD-UEI is copied into the MDL for the input InfoBase (InfoBase-UEI), and its self identifier set to the newly generated module UEI. The new module name remains unchanged if the NAME parameter is-null. If NAME is a valid image, it will be copied to the newly copied IMAG-ETC, replacing the existing value. The image UEI value need not change. Delete-module (InfoBase-UEI, MOD-UEI) This EDO first appends the contents of all module files to their appropriate trash files, and then deletes all module files, as well as associated control records. Create-infoBase (Name, Flags) This EDO creates a new InfoBase called NAME in the currently known InfoFrame. This EDO first generates a new unique UEI for the new InfoBase. Then it creates a new IBDR in the IBDL, with the newly generated InfoBase UEI. Next, all required InfoBase files (as shown in FIG. 11) are created (empty except for control). Now the input InfoBase name is inserted in the new InfoBase image ETS, by creating another new UEI for the image. The image UEI is also stored in the new IBDR. Finally, the inputs FLAGS are assigned to the new IBDR. The InfoBase can now be used as a source of any physical manipulation to add data, and later as a source of filtration to generate new EDS's. Copy-infoBase (InfoBase-UEI, Name) This EDO first generates a new unique UEI for the new InfoBase. Next, all InfoBase files for InfoBase InfoBase-UEI are copied to files with the same extensions and the new UEI for filename; this DOES NOT include module files for all modules encompassed by the InfoBase. Then, a the IBDR for InfoBase-UEI is copied in the IBDL, where the self identifier is changed to the newly generated InfoBase UEI. Finally the new InfoBase UEI is returned. If NAME is a valid image, it will be copied to the newly copied InfoBase IMAGE-ETC, replacing the existing value. The modules are shared by InfoBases. An InfoBase encompasses modules by including MDRs for modules in its MDL. Delete-infoBase (InfoBase-UEI, Contents) This EDO first appends the contents of all InfoBase files to their appropriate trash files, and then deletes all InfoBase files. Finally all associated control records at the InfoFrame level are trashed. If the CONTENTS parameter is non-null, all modules encompassed by the InfoBase are trashed via calls to the delete-module EDO, prior to all above steps. Physical Storage of Boss Entities Each of the BOSS entities described above, as well as all those shown in FIG. 14, is identified and located by a unique UEI. The identification methods have been described in the sections above. The -location method is irrelevant to the BOSS technology, and any method will do, which given a UEI, can locate the physical data associated with that UEI. The following describes one such method of physical data storage and location. Using a conventional containment storage system (e.g. UNIX, DOS, Windows), create an InfoFrame directory in a storage media attached to the computer. The location of this directory, in the existing directory hierarchy, is recorded in the EDP program, such that when EDP is run from anywhere, it will be able to locate the directory. Further, all files shown in FIG. 14 (at all levels) are stored directly in the InfoFrame directory. This flat and simple model is depicted in FIG. 32. Two distinct file-sets are distinguishable at InfoFrame level: system and information files. System files contain those BOSS data entities which are critical to the correct operation of BOSS processes. Information files are generated as a result of information stored in BOSS format. At the InfoFrame level, there is exactly one of each file 3202 shown in FIG. 32. At the InfoBase and module levels, there are many files. In FIG. 32, the number N represents the total number of InfoBases known to the InfoFrame, the number M represents the total number of modules in all InfoBases, and the number E represents the total number of available EDO program files. Each InfoBase, module, or EDO filename is a string derived from the UEI value identifying that InfoBase, module, or EDO; this derived string is shown as "<InfoBase>", "<module>", or "<EDO>" in FIG. 32. Since UEIs are guaranteed to be unique, there is no possibility of conflicting filenames in the InfoFrame directory. Now given a UEI for an entity, all filenames for all files associated with that entity can be constructed and immediately located in the InfoFrame directory. Looking at FIG. 32, it should be clear that the connecting link between an IBDR and the InfoBase files, and the connecting link between an MDR and the module files, is a UEI. For example, the InfoBase UEI identifier in an IBDR is used to generate the filename string associated with all files for that InfoBase. Boss Information Deletion When information is deleted in a BOSS environment, it is always via a physical EDO involved in data deletion/restoration. These EDOs define the methods of information deletion in BOSS. The delete-node, and delete-eds EDOs do remove information such that subsequent generations will not find the "deleted" information. However, until "deleted" data is automatically or manually purged, it can be restored. Data is purged via the purge-data EDO, or as part of automatic BOSS processing (again via purge-data), where a concurrent process is initially started upon EDP startup. This process would regularly schedule purges, based on initial user input or default values for to-purge durations. To enable this, all associated BOSS files (shown in FIG. 14) will have an associated "trash" file, where a trash file is structured as its real counterpart, where in addition to a record, a date/time stamp of deletion is also stored. For example, while the entries in a real CNL are just EDINs, a trash CNL contains records of the following structure: EDIN TIME STAMP Entries are duplicated in a trash file until purged. To restore information, the restore-data EDO is used. The nature of this EDO enables manual as well as automatic data restoration, where all information links and data are also restored as before. Default Command List As shown in FIG. 14, the Default Command List (DCL) is an EDCS. The DCL is executed by the EDP after InfoFrame initialization is complete. If no DCL is defined, the EDP goes into an idle state, where it waits for input EDCLs. The best usage of the DCL is to implement a procedure containing an infinite loop, where the loop body activates/reactivates any systems, InfoBases, modules, and/or EDS's required to realize a continues and changing overall process. The DCL is dynamic, in that any process activated as a result of an EDCL, in the DCL can alter the contents of the DCL and return. This has the effect of altering the continuous EDP process in arbitrary ways. The DCL enables the EDP to institute dynamic perpetual processing. The InfoBase and module activation processes will insert EDCLs in the DCL, as and when required. As a result, the DCL is automatically created/modified after InfoFrame initialization is complete. Endo-Dynamic Editor (EDE) The BOSS environment requires at Endo-Dynamic Editor of some type. An EDE can use combinations of EDOs to perform the real Boss data edit. An EDE can also use any kind of graphical user interface (GUI) or other input/output interface. An EDE includes means to dynamically interact with the EDP. An EDE includes means for dealing with editing EDS's, modules, and InfoBases in a an environment where concurrent or multi-processing is possible. An EDE includes means to maintain previous versions of modified data, so that data recovery is possible via the EDE. An EDE includes means to interact with the restore-data and purge-data EDOs, such that a seamless "UNDO" can be implemented as a combination of these EDOs and the data recovery means of the EDE itself. An EDE includes means for displaying in "bare mode", where all EDINs are shown and regular EDS processing is not performed, optionally including means to show regularly generated EDS's in separate windows as required. An EDE includes means for human as well as process interface, so that both a human and a process can operate the EDE. Basic Boss Clients These are some basic general usages of BOSS that cover several important corner stones of computing. Each model embodies a different process-view of an EDS. In each case, the storage formats and some required Bond values are assumed and given. Also in each case, an SDE is supplied if applicable. Each general model presented may be used by any number of different real application programs. The basic boss client-models are: Data-Traversal comprises data entry, storage, retrieval, with logical hierarchy/organization; Structure-Definition comprises data structure definition and usage; Program-Execution comprises program, procedure, parameter, variable, code, lines, etc., storage and usage (i.e., execution); Analyze-Data comprises the function of deriving meaning and output any required actions given assumption data, and new input. Note that a DB interface is different from a program execution interface only in how it processes the data. It's just a matter of perspective, on the same BOSS data (namely EDINs in various lists and orders). Even the analyze-data client can express all of its required rules and data as EDINs (and ETS data). There is a difference between the first three above listed clients, and the last. The first three are almost entirely composed of calls to EDOs to accomplish their real processing. The only processing in such clients requiring additional code (to EDO-calls), is the code required for a particular interface required by the client. All real processing can be accomplished using EDOs. This means given an operating EDP and its required initial data, these client models can be constructed almost immediately, especially in a GUI environment wherein interface construction is vastly simplified. The last client listed above requires further code (preferably BOSS executable procedures) to perform deductive, and possibly heuristic processing. Each are of these clients are described in ensuing subsections. Data Entry, Storage and Retrieval Many kinds of applications fall under this client-model. In fact, this encompasses any process which requires data storage, retrieval, and maintenance, where data exists in some hierarchy/organization, and where such data is then presented to a user in some depiction of the data organization. Examples of a Data-Traversal client are: a system which maintains hierarchical data in a directory-like organization, a system which defines and processes data structure definitions, and a dynamic menu (or window) definition, traversal, processing and maintenance system. Further, many BOSS clients will need to incorporate a Data-Traversal client (as well as other code) to automate the tasks of data storage, location, retrieval, and maintenance. Examples of this are: a system which dynamically processes (interprets) program code, and any kind of database The tree 3302 of FIG. 33A is some hierarchy of data, where, A, B, C, and E are logical entities, providing hierarchy for data entities identified by F, G, H, I, and K. This tree 3302 could be a directory tree, or a menu-tree, or any other kind of tree (a tree is hierarchical by nature). Although not shown, the data organization is not limited to trees, and any kind of graph, or other more compound data organization scheme can be used. In FIG. 33B, the leaf nodes G, H, I, K of the tree 3302 do not appear as Subjects in the EDS 3304. If a process were to filter for EDINs with Subject fields matching these IDs, the process would get an empty EDS for all of them. In fact, just such a process can be used to determine all leaf nodes in a tree-hierarchy. Bond can be used to establish EDIN-typing, and subject-attribute relations. For example in a database, the statement: "Car55 is Crimson" can be expressed as a single EDIN, as follows:
Source Target Bond Sequence
Car55 Crimson is-the-colour-of N/A
By using SDEs, which call EDOs, simple and complex data queries can be constructed that apply to all kinds of data for any kind of BOSS client. For example, a system which maintains a directory-like data organization, would construct SDEs which will locate files and directories, while a database constructs SDEs to locate data with defined criterions and constraints. Data Structure Definition and Usage When adopting a method for defining data structures, usually there are two basic types: primitive (e.g. string, signed 32-bit number, etc), and compound, where a structure's elements are composed of primitives and other compounds. As described above, a BOSS defined record structure can have any kinds of elements whatsoever. This is mainly because a UEI uniquely identifies an entity anywhere. The other major factor is the already discussed interchangeability of the source and target fields in the EDIN. FIG. 34 shows an example minimal rendition of BOSS oriented data structure definition. At the top of FIG. 34, two compound records, "A" 3402 and "Z" 3404, are shown. Record "A" 3402 contains an element with data type "Z". Both compounds contain elements with primitive data types. At the bottom half of FIG. 34, the corresponding EDS's 3406 and 3408 for each record is shown. The Bond field is used to define a binary relation as in any BOSS application. The key is what those Bonds are. In this case, Bonds describe elements of data definitions, primitive/compound data types, and size. The EDS shown for record "A" 3406 (and record "Z" 3408) would only contain all shown EDINs, if complete structure traversal is performed. That is, all Attributes of a Subject match are themselves Subject-matched, until empty sets are reached. At each step, EDINs are accumulated. Such a traversal process could be set to terminate at any level in the data hierarchy. If set to "maximum" or "all levels", the EDS 3408 shown for record "Z" would be part of the resultant EDS 3406 for record "A". In the EDS 3406 shown for record "A", the Attributes of four EDINs with a Subject of "A" represent the four elements of record "A" 3402. The element-sequence field in these EDINs establishes the order of elements in the data structure. The rest of the EDINs describe the characteristics of each of the elements of record "A" 3402. Now consider element "B" in record "A" 3402. This element generates a total of three EDINs: one with a Subject of "A" and Attribute of "B", and two with a Subject of "B". The first signifies "B" as an element of "A"; the next two give the data type and size of element "B". The Attribute value shown as "STRING" would be a UEI value in reality. Aside from the shown Bonds, any number of other Bond values could be implemented to provide more detailed descriptions of an element (e.g. associated process, input-coordinates, display-attributes, etc). Aside from employing a data-traversal BOSS client, the Structure-Def BOSS client uses SDEs to dynamically construct and generate data structure definitions. When an element in a structure is created where the type is the bond "call" or "execute", it is a simple matter to construct an EDCL from all element EDINs of equal subject. The EDCL can then be executed in the normal manner. Since the EDP is capable of executing EDCLs from anywhere and at any level (limited by stack size), this enables :BOSS defined data structures to contain processes which are executed when the data definition is accessed, regardless of the calling process, or any other active process. Program Storage and Execution Using EDINs, the EDP, and EDOs, it is possible to store, maintain, and execute any kind of program. As described above, under the EDO section, a given set of EDOs can form the instruction set for a programming language, when all such EDOs are also made available as bonds. A BOSS interpreted program can use the following EDIN implementations: store an EDCS for each procedure, use a Structure-Def client model to store and process program data structures, or use a Data-traversal client model to save, locate and retrieve program code and data. Since a client can also create construct and supply its own bonds and EDOs (tagged as "user"), any missing bonds/EDOs can be implemented by the client and seamlessly integrated into the | ||||||
