US5815717A - Application program and documentation generator system and method - Google Patents
Application program and documentation generator system and method Download PDFInfo
- Publication number
- US5815717A US5815717A US08/549,633 US54963395A US5815717A US 5815717 A US5815717 A US 5815717A US 54963395 A US54963395 A US 54963395A US 5815717 A US5815717 A US 5815717A
- Authority
- US
- United States
- Prior art keywords
- program
- field
- data
- sequences
- input event
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/33—Intelligent editors
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/70—Software maintenance or management
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/70—Software maintenance or management
- G06F8/73—Program documentation
Definitions
- the present invention is generally related to an automated program and documentation generating system and, in particular, to a multi-stage, rule based system for managing the concurrent development of a program and documentation specifications that are then processed into program code and directly corresponding user documentation.
- Automatic program generation referred to variously as the product of program synthesizers, application generators and self generating systems, are particularly desirable as the complexity of application programs increase concurrent with an ever growing desire for different and distinct functionality at all levels of an application's operation.
- the ability to design, implement, maintain and document an application with broad and highly configurable functionality diminishes as the comprehensiveness of the application increases. Furthermore, training and documentation must deal with the manifold options that such applications include.
- program generators In order to alleviate the presence of unnecessary complexities and configuration options, yet avoiding the necessity of completely redesigning, implementing, maintaining and documenting dedicated application programs, a variety of program generators have been proposed. Perhaps the most common form of program generators are the form and report generator shells commonly used with or provided as part of database management systems. These systems permit reasonably complete screen and report layout definition through the identification of field locations, data types and formatting, and relations to data stored in an underlying, predefined database management system. An operative program is generated that allows user data exchange through forms and data output through reports based on a defined correspondence between form, report and database fields. The concept of a data dictionary has been introduced to, in part, support internal documentation of the relational correspondence between the defined database fields and the form and report fields. Such systems typically provide little additional support of application design, little if any support of functional logic to process data transported to or from the database, and essentially no automatic documentation of the programs generated.
- program synthesizers based on libraries of pre-established program parts have been proposed.
- a library based program synthesizer is described in U.S. Pat. No. 4,949,253.
- the described program generator operates from defined data to select a best match of a program part prototype from a part prototype library.
- Each program part prototype stored by the library is predefined and statically maintained as part of the library until selection during program generation.
- the program part prototype is processed through macro substitution to merge the interface to the part prototype with, presumably, a previously processed part prototype and, further, to unify the variable names utilized by the part prototype with those of the previously processed part prototype.
- the two interfaces of such a mediating program are inherently defined by the interfaces of the program components to be joined.
- the program components and mediating program can be assembled into a larger functional unit as part of or to complete a larger application program.
- the generated mediating program is inherently limited in its ability to alter the operational function of the program components. Consequently, the available selection of program components must be well predefined and highly consistent with the ultimately intended functionality of the application program generated.
- the interpolation program Since the interpolation program is apparently generated by the same program generating means utilized to created the target program, the interpolation program apparently operates to combine, as necessary and appropriate, other pre-existing variables to obtain the variable value that is to be functionally stored by the newly created variable. That is, the function of the program generating means is to couple specific operations to essentially singular variables. Consequently, the functional outline of the target program provided by the system specification with functional sub-steps being defined by program synthesis rules can reasonably define a complete target program.
- the disclosed system provides no identifiable method or mechanism for creating or maintaining such a concordance or insuring valid use during the operation of the program synthesizer.
- the disclosed system fails to identify any mechanism for supporting the development of the system specification and certainly fails to disclose any mechanism for generating documentation appropriate for the target program specifically produced.
- expert systems In order to increase the available performance of program generators, various forms of expert systems have been incorporated. Such expert systems include finite state automata, forward and backward chaining rule based inference engines, fuzzy logic inference systems and context sensitive or guided editor systems. Although the use of such expert systems can greatly increase the apparent functionality of a program generator system, such expert systems have typically been applied in an application processing environment that, based on predefined rules, limits the perceived complexity of the operative system to the particular data input and requests made of the expert system. As such, these expert systems present an environment within which an application appears to have been constructed. Compilable or interpretable application program code is not generated. Consequently, such environments are difficult to design and maintain and make little provision for the production of documentation that is specific to a particular working application program.
- Expert systems have also been utilized as components in more conventional program generators. However, in most instances, the expert systems are functionally limited to more completely or expansively enabling the selection of program part prototypes for use in the construction of the application program or inferring suitable mediation transformations necessary to interface program components. As a result, the prior art utilization of expert systems in program generator systems has not previously enabled the development of a comprehensive application program generator.
- a general purpose of the present invention is to provide for the comprehensive design, generation maintenance and documentation of independent, functionally targeted application programs.
- the programmed system includes a guided image editor for establishing program, data and field definitions from a plurality of input event elements.
- a sequence generator coupled to the guided editor, autonomously processes the program, data and field definitions into a plurality of functionally descriptive atomic sequences, each describing a unique characteristic such that a plurality of frames, each including zero or more functionally descriptive atomic sequence from each of the functionally descriptive sequences, respectfully describes the plurality of input event elements.
- a rule processor including a program rule base conditionally describing the structure and operation of a predetermined application program, autonomously processes the program rule base in concert with the plurality of functionally descriptive atomic sequences proceeding generally sequentially over the plurality of frames conditionally unifying the plurality of functionally descriptive atomic sequences with the structure and operation of the predetermined application program.
- a syntax processor including a syntax rule base defining the syntax of a predetermined programming language, then autonomously unifies the plurality of functionally descriptive atomic sequences with the syntax of said predetermined programming language to provide a coded representation of the structure and operation of the predetermined application program consistent with the syntax of the predetermined programming language.
- An advantage of the present invention is that a set of sequences describing input event elements is gathered by the guided image editor.
- the rule generator provides for autonomously unifying the sequences with the program rules by conditionally utilizing the contents of the sequences to automatically generate an application program substantially defined by the input event elements and consistent with the program rules.
- Another advantage of the present invention is that the syntax generator provides for the autonomous generation of compilable or interpretable code fully consistent with the definition of a predetermined programming language.
- a further advantage of the present invention is that the guided image editor provides for objectifying a series or grouping of one or more input event elements.
- the resulting objects can be cut, copied and stored away for future use. Since an image, rather than a mere reference is captured by the object, complete inheritance characteristics are not provided. Rather, internal references are maintained within the image and used subject to consistency rules upon pasting of the object into another object or larger image. Thus, reuse coupled with the capability for independent modification is provided.
- Yet another advantage of the present invention is that the guided image editor provides for the documentation of the existence, purpose and operation of the input event elements substantially coincident with their input. Documentation is received generally on a per event basis as text input in response to guiding questions or prompts. Subsequently, all aspects of the event desired sequences can be accessed by the rule generator in concert with the help text to provide highly characterizing documentation that closely follows the structure and appearance of the generated application program.
- the generated documentation can include textural descriptions generated in correspondence with the processing and limiting logic defined functionally in connection with the input events.
- the generated documentation is further processed to include library text and constructed tables, including tables of contents and figures.
- FIG. 1 provides a general organization of the knowledge structure of the present invention
- FIG. 2 provides a diagram of the preferred relational architecture of the various components of the present invention
- FIG. 3 provides a simplified diagram of the application structure maintained by the present invention
- FIG. 4 provides a diagram of the image editor and related sub-systems utilized to generate application sequences in accordance with the present invention
- FIG. 5 provides a diagram detailing the operation of the imaging editor sub-system
- FIG. 6 provides a diagram detailing the operation of the sequence generator in establishing the parallel application sequences
- FIG. 7 provides a diagram detailing the application author expert sub-system constructed in accordance with the present invention.
- FIG. 8 provides a diagram detailing the preferred construction of the documentation publisher expert system constructed in accordance with the present invention.
- FIG. 1 A system that provides for the substantially comprehensive and automatic generation of any number of application programs is generally shown in FIG. 1.
- the application generator system 10 is preferably executed within a conventional general purpose computer system (not shown) and within a conventional operating system environment such as provided by Microsoft Windows 3.1 and supporting a conventional programming language, such as BBX Business Basic available from Basis International, Microsoft C available from Microsoft, Inc. and C++ available from International Business Machines, Corp.
- the system 10 operates to acquire and construct the application structure and sequences 12 that correspond to a particular application program through the application of user input 14 optionally in combination with the utilization of sequence specifying objects 16.
- the user input 14 may be direct programmer data entry, system specifications authored by a skilled end user, or the product of computer aided analysis of other programs and specifications that, in combination with a user's qualifying direction, produce the equivalent of direct user input.
- the objects 16 are, in accordance with the preferred embodiment of the present invention, high level arbitrarily formed components of the user input 14. As such, the objects 16 are not directly program parts but, rather, are partial detailed specifications encapsulated into objects that may be cut, clipped, stored, replicated and moved within the process of providing user input 14 during the creation of the application structures and sequences 12.
- program rules 18 are provided in a rule base organized to provide a set of common rules and discrete sets of rules specific to particular program types.
- program types may be arbitrarily defined consistent with the present invention, the presently preferred set of program types include data collection, data processing, and data output program types. Additional program types, such as one providing for the definition of an expert system that can be used separately or in support of the other program types can also be defined.
- program sub-types may be associated as detailed categorizations of the program rules 18. Consistent with a preferred embodiment of the present invention that is oriented toward accounting or accounting type application generation, the program sub-types preferably include maintenance, transactional, and detailed analysis screens subordinate to the data collection program type, a posting process subordinate to the processing program type and columnar report, inquiry report, and form reports subordinate to the output program type.
- the program rules 18 are applied to the application structure and sequences 12
- appropriate sets and sub-sets of the program rules are data dependently identified and executed toward the realization of the application program specifically corresponding to the particular application structure and sequences 12 to which the program rules 18 are applied.
- the present invention provides most directly for the presence and utilization of potentially conflicting program rules that may appropriately exist in support of different types and sub-types of application programs. Since some rules are not associated with any particular program type or sub-type, some of the program rules 18 are generically and therefore efficiently defined for use in generation of all types of application programs.
- the skill rules 20 represent the low-level functional operations that are utilized to effectively implement the application of the program rules. That is, the skill rules provide basic functional operations that are widely used in the generation of an intermediate representation of a generated program. Although any number of skill rules 20 may be defined for use within the system 10, the present implementation provides for eight basic skills including:
- Single Line directs the processing of a rule through substitution or interpretation to establish an intermediate or final code representation of a constant or variable element in a one-to-one relationship of rule to output line (Example: a rule uses this skill to instantiate the rule as a line of code;
- Recurring Line directs the processing of a rule through substitution or interpretation to generate a series of nearly identical intermediate or final code representations of a constant, or more typically, a variable element (Example: a rule uses this skill to generate code providing for an array of detail lines in a header detail relationship);
- Variable List directs the processing of one or more rules referencing variable elements that may be used in different contexts (such as numeric verses string) and generates a corresponding single intermediate or final code representation of the rules (Example: rules establish multiple variables that are initialized to either numeric or string defaults based on the type of a switch variable and organized into a final code representation of a "case" programming statement);
- Recurring List directs the processing of one or more rules consistent with the application of a Recurring Line skill to a Variable List skill (Example: provides for generation of separate case statements for each row of a detail array, thereby providing for independent processing of the detail rows);
- Implied List directs the generation of a list of constant values to be used in a variable element (Example: generation of program subroutine name references in the construction of a jump table);
- Translate directs a sequence search to select one or more sequences related based on a defined constant or variable (Example: search sequences to find the sequence specifying a screen field location of a field referenced by the functional logic of a feature packet referenced by a current sequence);
- Combined List directs the evaluation of one or more rules to select and process each of one or more related sequences based on sequence type, such as alpha verses numeric, based on an examination of a set of sequences for given relationships (Example: first declaring and then establishing the value of a system variable based on the content of other system variables further constrained by whether such other variables are in use in a relevant context); and
- Mixed List directs the selection of one or more sequences to be used in establishing a variable element based on any coincidental relationships that can be identified through examination of a qualified set of sequences (Example: determine a best match join of fields declared as part of two or more file records to develop a key for ordering the return of data from a file).
- the program rules 18 may exist in the program rule base in a seemingly arbitrary order. However, the program rules 18 may be considered to be ordered when viewed as applicable to a particular program type and sub-type. Thus, for a particular program sub-type, program rules will appear to be ordered in an evaluation sequence that, upon application to the application structure and sequences 12, will provide for the realization of a corresponding application program sub-type.
- the processing of program rules 18 begins at a logical root rule and proceeds through the ordered set of rules that are either generic to all program types or specific to the sub-program type presently being evaluated. As the program rules 18 are being evaluated against the application structure and sequences 12, the skill rules 20 are executed to develop a logically complete representation of the application program to be realized through the generation of the code 24.
- the skill rules provide for the instantiation of the logical statements that, when further evaluated against the syntax rules 22, provide for the generation of the code 24. Since each logical statement of an application program can be fully represented as a constant or variable element, represented either in numerical or ASCII form, or list structures of such elements, even the limited set of eight basic skills is sufficient to support a full and functionally complete set of program rules 18 necessary to generate most, if not all, accounting or accounting related applications. The eight basic skill rules are also quite sufficient to generically support generation of many other types of applications as well. Should either different functionality be desired or required for a particular application or a higher level program rule be desired to be supported through the construction of a complex skill, such skills may be readily added to the skill rule base 20.
- the intermediate representation of the application program is only transiently developed.
- syntax rules from the syntax rule base 22 are applied to realize and output the code 24 to a persistent file stored preferably on a non-volatile storage medium.
- the syntax rules 22 are maintained in the syntax rule base as largely an ordered series of rule statements. Division among the syntax rules within the syntax rule base may be defined by a language type code attached to each rule. Different language codes may be defined for variants of the same general type of language such as Business Basic and Visual Basic or for significantly different languages, such as C. Where the languages are substantially similar, a common intermediate representation of the application program is adequate for generating the code 24 specific to either particular language. Where the language of the code 24 is significantly different, slight changes in the paradigm implemented by the intermediate representation of the code 24 may be necessary. If this is the case, the program rules and skill rules 18, 20 may be made appropriately sensitive to the particular language chosen for the code 24 so as to suitably alter the intermediate representation of the application program as needed for closure in applying the syntax rules 22 for that language to realize the code 24 in its entirety.
- the application of the syntax rules to the intermediate representation of the application program proceeds on a logically statement by statement correlated basis.
- Each logically complete statement of the intermediate representation of the application program is utilized to select one or more corresponding syntax rules 22.
- the syntax rules 22, like the program rules 18, utilize the skill rules 20 to actually perform the operations necessary to realize the output of potentially one or more language specific statements to the code file 24 for each logical statement of the intermediate representation of the application program.
- the syntax rules 22, like the program rules 18, are well supported by even a small set of skill rules. Syntax rules 22 that specify higher level functions or require different operations in the generation of the code 24 may be readily supported by augmenting the skill rules 20 with different or more complex skill rules.
- the system 10 equally produces documentation 26 that is highly correlated to the specifics of the code 24 as generated by the system 10.
- the user input 14 and objects 16 both may contain and represent descriptive comments that are ultimately embodied in the code 24 and descriptive text that describes entire programs, sub-programs, individual screens and report, and particular fields that are a part thereof as the documentation 26.
- these code comments and descriptive text are embodied as or correlated to sequences within the application structure and sequences layer 12 and subjected to evaluation by program, skill and syntax rules 18, 20, 22 generally as the sequences are evaluated.
- the code comments are thus effectively compiled into the code 24.
- the descriptive text is similarly compiled into the documentation file 26 that is persistently stored preferably on a non-volatile storage medium.
- the system 10 Since the application structure and sequences 12 are also stored in a persistent file, preferably on a non-volatile storage medium, the system 10 permits ongoing maintenance, modification and derivation of the stored application structure and sequences 12. Consequently, the application generation system 10 provides for the comprehensive design, implementation, maintenance and documentation of a substantially automatically generated application program.
- FIG. 2 The preferred architecture 30 of an application generator constructed in accordance with the preferred embodiment of the present invention is shown in FIG. 2.
- An image editor 32 that combines features of a prompting guided editor facility as well as a context sensitive editor in combination with a full screen imaging editor, provides the primary environment for acquiring user input.
- the preferred image editor 32 presents as an 80 ⁇ 25 cell viewport on a 999 ⁇ 999 cell image page.
- the display image presented to a user for use in input can be a combination of viewport sections from different parts of the image page.
- effectively off screen portions of the image page can be utilized as scratch areas utilized in support of processes that realize on screen viewable information.
- the image editor 32 is utilized to design and define an application structure 36 constructed as a hierarchical relationship between a topic, identifying a particular application program, corresponding programs that together implement the application program, and sequences that, together, define specific programs.
- the hierarchical relationship serves to establish the application structure 36 in a definite and easily referencable form.
- each topic, program and segment is uniquely identified by a reference name stored as part of application structure 36.
- the application structure 36 also maintains a hierarchical relationship of files and file records utilized in connection with a particular topic.
- Each of the files and file records in the application structure 36 store reference names that are hierarchically unique for each file and record.
- the reference names stored within the application structure 36 provide not only a convenient way of designing and defining the application structure 36, but also uniquely defined reference handles for utilization by the image editor in establishing relationships that will serve as the basis for the generation of application sequences 38.
- the guided editor and context sensitive editor features of the image editor 32 are preferably driven by an expert system operating from a knowledge base 34.
- the expert system supporting the image editor 32 integrates a documentation function with the functions of designing and defining the application structure 36 and the generation of application sequences 38.
- This expert system draws, from a static file associated with and effectively part of the help file 40, prompting questions and starting text.
- the prompting questions are context specific to the user input and the starting text is context specific to the prompting questions.
- Different prompting questions are retrieved from the help file 40 by the image editor 32 as topics, programs, sequences, files and records are defined. Additionally, prompting questions are selected by the image editor correlated to each field or display data defined for individual segments of programs based on program types and sub-types. In each instance, corresponding starting text that anticipates and suggests the form and nature of the user input answer is provided.
- the prompting questions take two basic forms.
- the first form is a request for introductory information that might be utilized to explain the functional relationship of a segment to a program or a program to a topic or of a process to be carried out by a segment or program.
- the second form is utilized to elicit information describing a specific field or display area or processing choice presented to an end user.
- These prompting questions are selected from the help file 40 based on the current context of the user operation of the image editor 32 and thus serve to guide the further use of the image editor 32 including specifically the acquisition of documentation information.
- the user input responses to the prompting questions are stored back into the help file 40 in a manner keyed to the original prompting questions and the specific portion of the application structure 36 for which the prompting questions were generated.
- the image editor 32 also provides for image manipulation functions, including clipping, cutting, pasting and selecting sections of the image page. These manipulation operations permit image portions to be moved, replicated, and deleted. Based on user input, these operations are implemented with the appearance of a conventional block operation. However, the image editor 32 provides, as part of block operation, for the hidden selection of the attributes associated with each of the display items and fields within the blocked portion of the image.
- the various block object operations are preferably implemented subject to the evaluation of block operation rules retrieved from the knowledge base 34. These rules aid in the reasonable selection of the attributes associated with a blocked object and their merger with existing attributes when an object is copied back into an image. As such, the block operation also provides for consistency check and merge validation in the execution of the image editor 32.
- Block portions of the image may also be copied to an object store database 42 and stored subject to retrieval upon reference to a uniquely assigned object identifier. Since the image editor 32 preferably associates attribute identifiers with each display item or field rather than just references to an attribute, objects stored to the object store database 42 are logically self-contained and do not inherit subsequent changes made through the image editor 32 to any original or other copy of the object. Consequently, the objects stored by the object store database 42 are essentially static, though the objects may be dynamically selected with arbitrary size and complexity.
- the image editor 32 derives and provides definitional information to an application sequence generator that produces a set of application sequences that comprehensively describe a program segment as well as identify the database program and the display item or field, the location of the item or field within the space of the image page, and each of the functional attributes associated with the item or field. These application sequences are then provided to the application sequences stacks 38.
- an application author 44 is invoked to generate a corresponding set of compilable or interpretable code.
- the application author operates from the application structure 36, application sequences 38, the contents of the help file 40 and a corresponding set of programs, skill and syntax rules as stored by the knowledge base 34.
- the application author 44 operating generally as an expert system, applies program, skill and syntax rules to the available definition of the application structure 36 in concert with the specific application sequences 38 to produce the code for a program of the particular type and sub-type being generated. That is, a program of the selected program type and sub-type is constructed by the operation of the expert system of the author 44 based on the defined application structure 36 and available applications sequences 38.
- the code produced by the author 44 is the product of the program rules that define a particular program type and sub-type to the extent that such rules are consistent with the provided application structure 36 and application sequences 38. Since the code statements are effectively independently generated by the operation of the author 44 based on the application structure and sequences 36, 38 the individual code statements are inherently unified with respect to the number, naming and typing of all variables instantiated by the author 44. No further unification of variables or mediation of the interfaces between segments of a single program is required. Interfaces between segments, to the extent that they are required, are automatically matched by the operation of the expert system of the author 44 based on the definition of the application structure 36 and the application sequences that define data items and fields that are shared by different segments of a common program.
- a documentation publisher 46 effectively operates in parallel with the application author 44.
- the expert system implementing the documentation publisher 46 operates based on the application structure and sequences 36, 38 and rules and information provided from the knowledge base 34 and help file 40.
- the publisher expert system 46 is simplified by relying upon the application author 44 to first effectively process the application sequences 38 to particularly provide detailed help text describing process elements implemented by the functional logic defined by the sequences.
- the help text for a field defined as a three digit positive number might be: "The value of the Accounting Period field cannot exceed 999, but may be as small as 0." Consequently, the detailed help file text is generated by the application author 44 on behalf of the documentation publisher 46.
- This information thus closely represents the particular code generated by the application author and alleviates the requirement of the documentation publisher 46 might otherwise have to completely reconstruct the code through reparsing the application structure and sequences 36, 38.
- the expert system underlying the documentation publisher 46 could be merged with the application author 44 so that fully formed documentation is directly generated by the author 44.
- the documentation publisher 46 may duplicate the expert system of the author 44 and operate directly from the information sources utilized by the author 44. In any event, the documentation publisher 46 operates on the information provided to the publisher 46 to generate text documents that correspond closely to the code produced by the application author 44.
- this includes a merge of the explanatory text entered into the help file 40, the screens, processes, and report formats designated by the operation of the publisher 46 itself, the structure and menu organization of the documented program as determined from the application structure 36 including any definitions and explanations processed by the publisher 46 based on documentation structure definition rules obtained from the knowledge base 34.
- the application structure 36 maintained by the application generator 30 is illustrated in FIG. 3.
- the application structure 36 is organized as a hierarchy depending from a logical root node.
- the instantiated structure 36 consists of any number of topic records 50 representing specific application programs, such as an accounts payable application, a charitable gift donor tracking application, or a critical path construction management application.
- Each topic record 50 includes a topic identifier, typically a descriptive name of the application program, a menu structure used to organize application program menu entries in a hierarchy of one or more screen oriented menu forms, and a program list that is used to identify each component program provided to realize as a cumulative whole the particular application program identified by the topic.
- Another list structure associated with each topic collects file identifiers as references to each file operated on or from by a particular topic 50.
- a particular topic 50 1 associates a topic identifier, Topic 1 , a menu list structure (not shown) and program and file lists diagrammatically shown as logical connections to one or more programs 52 and files 56.
- Each of the program records 52 for example specifically program 52 0 , includes a program identifier, Program 0 , a program type and, as a program level sequence, a sub-type identifier and a list structure that identifies the set of program segments that in turn, together, define the function of the program 52 0 .
- the programs 52 are partitioned into relatively discrete functional operations. For example, within an accounts payable topic, a particular program 52 may isolate and perform the function of receiving and storing input defining an invoice. Another program 52 may be defined as responsible for posting invoice records to general ledger accounts. Another program may be specified to select and print a reconciliation report.
- the logical partitioning of the programs 52 can be discretely identified by program type and sub-type thereby supporting the operation of the expert system underlying the author 44 in generating the corresponding program code. Further, additional program types and sub-types may be readily added or defined and the set of program rules modified or extended to appropriately support new program types and sub-types.
- Each program, such as Program 0 52 0 is effectively implemented as a set of one or more segments 54.
- a segment record, such as segment record 54 1 logically identifies a set of application sequences that functionally define a sub-program function of the program 52 0 .
- up to 99 segments can be associated with a particular program 52 0 .
- the arbitrary limit of 99 segments is believed to be more than adequate to permit definition of sufficient segments, each practically preferred to be of limited complexity, to implement the function of any particular program 52.
- a segment 54 may represent an isolated data entry screen and associated input field data validation logic.
- a subset of segments 54 may be utilized to implement a more involved process where separate segments are utilized to implement, for example, a report selection screen, a report data qualification input screen and report generation.
- Each of the segment records 54 store a segment identifier that is logically repeated, either explicitly or implicitly in each of the application sequences associated with a particular segment 54.
- These application sequences 38 provide the detailed logic utilized by the application generator 30 in the process of generating code and documentation.
- the file records 56 each include a file ID that can be referenced in an application sequence to specify an access of the file corresponding to the file record.
- the type of a file, file name and location are also stored as part of the file records 56.
- the file type information specifies, in effect, the access methods for a specific file.
- File types may include relational database file, flat file, temporary data file, or in-memory data structure.
- the file name may be either a relative or absolute path name to a filesystem file or, in the case of relational database, the name of the database and table that is to be referenced by this file record 56.
- the file location information may be provided to support distributed file references or structured indirections in the location of files within a specific filesystem.
- the preferred embodiment includes a data dictionary that stores information that describes the file and data structures, including field size and types, and contains maintainable location information.
- Each file record 56 such as File 0 and 56 0 , includes a list logically identifying a set of one or more field (or record) records 58.
- These records 58 each store a record identifier that can be referenced by an application sequence as a unique name within a name space comprehensive to the file data space utilized by a particular topic.
- Each of the records 58 may be hierarchically referenced by a root record sequence that stores field record size and type information for each field represented by the particular record.
- the field size information typically represents the maximum storage space available or referenceable by a particular field.
- the field type information specifies a data type that is dependant on the record type.
- the record type may be ASCII, integer or binary.
- the field type may specify any of the predefined database types, including date, money, text, integer and float.
- FIG. 4 provides a more detailed diagram of the architecture 60 closely associated with the image editor 32 of the application generator 30.
- the image editor architecture 60 operates to merge user input 14 with objects stored in the object store 42 and feature packets stored as part of the knowledge base 34.
- the image editor 32 performs this function based in part upon application structure information and validation information obtained from a rule table 62. Based on these inputs, the image editor produces a sequence of image definitions that are provided to a sequence generator 66.
- the user input 14 to the image editor 32 permits a user to directly input image information that, in the case of a screen oriented form for example, specifies background data identifying the location and intended content of screen fields.
- the user input 14 is also utilized for performing conventional editor functions that, in particular, include the storage and retrieval of image sections as objects to the object store 42. Retrieved objects can be pasted onto the image page maintained by the image editor.
- user input 14 may specify attributes to be applied to data fields identified on the image page. These attributes may be directed to the operative process to be implemented by a program 52 currently being edited within the image editor 32 or regarding one or more specific fields of a particular segment 54. Thus, as a program 52 0 is being defined through the operation of the image editor 32, any of a predefined set of program attributes may be selected by the incorporation of program based feature packets. These program based feature packets each provide a specific high level specification for a particular procedure or qualification that will be applied by the author 44 in generating the code for the program 52 0 . Program based feature packets generally are not addressed to any specific field and are generally assigned one per program segment. Table I provides an exemplary list of program based feature packets employed in a preferred embodiment of the present invention and a description of the functional specification generated by each.
- designated fields on the image page can be assigned attributes also based on feature packets. These field based feature packets are utilized to define operative logic inclusions and qualifications that are to be performed generally on a field specific basis. Each field based feature packet can reference and thereby use or affect the contents of other fields. They can also control program flow by starting or skipping other program segments. Exemplary field based feature packets as used in a preferred embodiment of the present invention are identified in Table II.
- the image editor 32 preferably provides a picklist for the selection of both program and field based feature packets. As a feature is selected based on user input 14, additional information is presented for user input completion. This additional information is presented typically in the form of a pop-up display record that prompts for user input to sufficiently qualify the desired function of the selected feature packet.
- the feature packet identification and supporting information are collected by the image editor as enumerated attributes of a particular program 52, or segment 54 1 .
- the image editor 32 further operates to reasonably validate these attributes against the existing application structure including specifically file and record 56, 58 references.
- Feature packets that further define basis attributes are also validated against a rule table 62 that includes a record for each basis.
- Each basis record defines the abstract behavioral characteristics that define a particular basis. The behavioral characteristics, when combined with the qualifying information entered by the user with respect to a specific instance of a feature packet, permit the definition of a set of application sequences that can be utilized to implement the functionality of the feature packet.
- the feature packets may and generally do provide for the user input entry of functional logic to complete the definition of a particular feature packet.
- the Tally To feature packet supports the specification of another field name and the specification of an arithmetic operator.
- the realized feature packet can be represented as:
- system variables are not conventional variables, but rather abstract elements to the system functions, calls, and literals, as well as reserved or predefined variables and user defined variables.
- System functions include obtaining the system date (
- Reserved variables include functional programming constraints (
- user defined system variables include all of the field names defined by the user through the image editor, thereby allowing direct consistent reference to custom as well as predefined aspects of an application program and its dynamic execution environment.
- the functional logic may include conventional, numeric and logical operators that serve as relational connectors between combinations of system variables, field names, file names, and record names, as well as information in the application structure, provided by the sequences, and dynamic execution memory variables and literals.
- the field names are the names associated with fields as part of the definition process implemented by the imaging editor 32.
- the file and record names correspond to the file and record ID's specified in the definition of the files and records 56, 58 of the application structure 36. Exemplary system variables are detailed in Table III.
- the system variables thus provide an easy mechanism allowing for the testing of current state, the manipulation and conversion or translation of data between records and fields and between sets of fields, for the establishment of option sets, and in specifying logic function operations for particular fields or actions to be taken entering or exiting fields.
- system variables are available for reference in feature packets, they are more commonly used in or referenced by the program and test rules implemented in the knowledge base 34.
- Most of the system variables affect or detail lower level functions relative to the functional specifications established in relation to feature packets. For example, a mere field name reference in a feature packet that supports editing of the displayed value will be implicitly evaluated subject to the program and test rules to determine if an initial default value is to be displayed in the field.
- test rules that will determine if a default value is to be displayed and the program rules that will determine or fetch the default value can reference the system variables extensively in implementing the necessary functional logic. If a field is to be defaulted to the current date, but permitted to be user modifiable, then the rules may retrieve the current date (
- the various definitions generated by the image editor are provided preferably as each definition is completed to the sequence generator 66.
- the definitions are evaluated by the sequence generator 66 to generate sets of application sequences.
- the definition evaluation is preferably performed by an expert system underlying the sequence generator 66.
- As feature packets and functional logic are evaluated by this expert system reference is made to a control table 64 that, in combination with rule table 62, operates as an abstract, multi-level data look-up facility utilized in support of generating definite application sequences.
- the control table identifies sets of rule table entries while the rule table provides the abstracted behavioral characteristics for each basis referenced in the feature packets. A simple basis may have a single rule table entry that is properly used in all instances where the basis may appear.
- a more complex basis, or function, defined as a basis that may be subject to some ambiguity in its intended use, may be first evaluated against the control table to determine a particular set of basis rules to consider in further evaluating the complex basis or function.
- a function reference to a field name in the context of a data input process may imply the need for establishing the input focus transversal of the field relative to others.
- the same function in the context of a report process would imply a significantly different functionality, particularly one related to the optimum retrieval order of data for this and related fields.
- Functions, representing complex basis are referenced through the control table 64. These functions are summarized in Table IV.
- the ELEMENT function in the context of a data capture program, will, in turn, reference the following functions or simple basis:
- the ELEMENT function will reference only ELELOC, NAME, PTRANS, and RECORD.
- FIG. 5 illustrates the process implemented by the image editor 32 in creating the various definitions and text that are provided to the sequence generator 66.
- the process 70 begins with the election of a user choice 72 to define the file structure 74, define a program structure 76, or create a field definition 78. With each of these choices, the user is prompted, and provided with starting text as appropriate, through a process that results in the production of definitions and text representing the user's further inputs.
- file definitions and text are produced.
- the file definitions are utilized to logically establish the file and record 56, 58 entries in the application structure 36. Prompt responsive text entered with respect to each of file and record 56, 58 is also captured by the define file structure step 74. This text is stored to the help file 40.
- the process 70 then resumes with another user choice 72.
- the define program structure step 76 similarly results in the creation of program definitions and text.
- the program definitions are utilized to logically define the program and segment records 52, 54 of the application structure 36.
- the prompt responsive text is stored in the help file 40.
- This process is generally exemplary of the define file structure 74 and define program structure 76 steps described above.
- the process of defining a field begins with the choice of the create field definition 78 by user choice 72.
- a predefined prompting question and any applicable starting text is obtained from the question file associated with the help file 40 and presented to the user for response.
- This introductory question step 80 is utilized to obtain an introductory statement as to the purpose and function of the field being defined.
- This field introductory text is stored back to the help file 40.
- a define field step 82 permits the user by input to select the appearance of the field being defined. This may include the selection of an object from the object store 42.
- the attributes of any fields within an object retrieved during the define field step 82 are maintained initially, subject to further modification by user input. Specifically, feature packets associated with a field within an object may be opened and edited during the define field step 82. Feature packets associated with an object can also be added or removed. Thus, an object, once retrieved in a define field step 82, preferably ceases from being distinguished as an encapsulated object.
- Each field and attribute defined through the retrieval of an object is functionally no different from a field or attribute newly defined through user input.
- the imaging editor 34 transitions to the validate field step 84.
- the rule table is consulted in real time in combination with the application structure 36 to ensure that proper feature packet basis and functional logic have been defined for each attribute associated with the defined field. If the validation of the field fails, the imaging editor 32 returns to a define field step 82 to permit user directed correction. Failures that are subject to unambiguous correction may be automatically corrected by the imaging editor 32.
- corresponding field definitions are produced by the imaging editor 32. These field definitions serve to identify all aspects of the field and assigned attributes. Although these field definitions are preferably immediately provided to the sequence generator 66 for processing, an image is maintained by the image editor 32 in support of further editing of the defined fields.
- an explain question step 86 is performed to obtain detailed explanatory text regarding the purpose and function of the defined field.
- a prompting question and, again, any applicable starting text selected based on the currently chosen attributes of the defined field is presented to the user.
- Prompt responsive text provided by user input is stored in the help file 40 as field explanatory text.
- the image editor 32 returns to the define field process step 82 to define a next field. Once the set of one or more fields are fully defined, the image editor returns to the user choice step 72.
- sequence generator 66 operates from the application structure 36, presented as file definitions 92 and program definitions 94, and the field definitions 96 produced by the image editor 32. These definitional inputs are processed by the expert system of the sequence generator 66 directly or indirectly through reliance on the control table 64 to identify and select behavioral characteristics of a specific basis from the rule table 62 as identified by attributes of the field definitions 96. In the preferred embodiment of the present invention, the sequence generator 66 operates to generate discrete sequences that are functionally descriptive of particular aspects of the input definitions.
- program sequences 98 are generated to define the apparent ordered execution of the process represented by a particular segment 54. For example, program sequences will define the order that screen display fields are visited. Program sequences will also implicitly define the order of retrieving, editing, and saving record data.
- Data sequences 100 are discretely generated to describe ordered data relationships between various records 58. For example, data sequences will define the files and records 56, 58 and the key fields that are to be used to retrieve or store data to those or other files and records 56, 58.
- File sequences 102 are generated to provide relation references between program and data sequences 98, 100.
- a file sequence may provide a logical connection between a field identified as part of a logical functional statement of a feature packet that is realized as an ordered set of program sequences and a data sequence 100 that references a particular record 58.
- a file sequence 102 is utilized to specify the transfer of data referenced by the data sequence 100 to a field referenced by a program sequence 98.
- Translation sequences 104 are generated to support the ultimate association of particular data names with abstracted variable names that are either implicitly allocated on a dynamic basis through the operation of the sequence generator 66 or represent system variables. Thus, data identified by a data sequence 100 and retrieved as specified by a file sequence 102 will be instantiated ultimately in a program variable established by the author 44 based on a translation sequence 104.
- Validation sequences 106 provides discrete sequences that represent conditional qualifications that may be applied in reference to other sequences.
- validation sequences are utilized to embed functional logic conditions applicable to particular data fields or groups of data fields.
- Segment record sequences 108 provide a list of the record identifiers of the records 58 that may be involved in a data read or write, test for existence of a specific record, a purge or clear of a particular record, and any records that are to be used as a source or target or involved in a header/detail relationship with a record that is to be read or written during a current segment 54.
- Feature sequences 110 provide for sequences that describe functional logic that is to be applied to a field or group of fields and may involve references to system variables of all types. Although each feature sequence is now preferably complete in specifying a particular functional logic function, such as tallying a particular field to another with a specific arithmetic or boolean operator, more generalized functions can be implemented through the use of multiple sequences to represent a single feature packet.
- the application sequence structures 98, 100, 102, 104, 106, 108, 110 are not ordered strictly as first-in first-out ("FIFO") sequence buffers. Although sequences may be added to the structures in a generally parallel FIFO order, each of the application sequences are added in a frame by frame relationship that relates zero or more sequences in the sequence structures 98, 100, 102, 104, 106, 108, 110 in a virtual frame such as the frame 112. Thus, if a program sequence within the frame 112 does nothing more than assign a value to a field, a translation sequence may be the only other sequence in the frame 112.
- FIFO first-in first-out
- any number of sequences in one or more of the sequence structures 98, 100, 102, 104, 106, 108, 110 may be related by a particular frame 112. Consequently, each frame 112 of the application sequences fully defines a very narrow logical relationship that may be ultimately realized in the execution of the code generated by the application generator 30.
- the application sequences are related to one another as frames 112
- the individual sequences may be added to the application sequence structures 98, 100, 102, 104, 106, 108, 110 on an as generated basis.
- the functional partition of the sequences into discrete sequence types results in sequence relationships being implicitly defined by frame reference.
- the application sequences are simple data records each with a small number of sequence fields.
- Each of the different types of sequences 98, 100, 102, 104, 106, 108, 110 have a unique, predefined set of sequence fields.
- all of the sequences include a sequence field identifying a corresponding segment 54 and directly or indirectly a frame identification field.
- some sequences 98, 100, 102, 104, 106, 108, 110 may be generic to a file 56, program 52 or even a topic 50. These generic sequences are considered part of the sequence sets of art all hierarchically depending segments 54 and records 58.
- Sequence type specific fields include function fields for specifying a program sequence function, such as verify vendor, and more generalized sequence fields, such as counters, for specifying the order of sequences related to a particular frame or sequence.
- Frames 112 of the application sequences are generally sequentially evaluated by the expert system underlying the application author 44.
- programmer specifications representing the collected application sequences are received as an input to the application author in combination with the application structure 36 as represented by the file definitions 92 and program definitions 94.
- the application author 44 has access to the knowledge base 34 for retrieval of program rules 120, test rules 122, basis rules 124, skill rules 126, and syntax rules 128.
- the applicable set of program rules 120 and corresponding test rules 122 are selected for evaluation by the author 44 against the programmer specifications. These selected program rules anticipate and impose a general framework to the functions and relationships presented by the programmer specifications.
- the program rules 120 serve to select out of the programmer specifications the information from the available application sequences needed to satisfy the program rules 120.
- the test rules 122 serve as high level qualifications tests to determine whether different subsets of the program rules 120 are to be utilized in view of the particular programmer specifications being supplied to the application author 44. Consequently, the comprehensive structure and flow of a particular code module generated by the application author 44 is inferentially dependant on the fields and field relationships initially established based on user input.
- the basis rules 124 are evaluated in concert with individual program rules and specific frames of application sequences to instantiate the previously abstracted behavioral characteristics of feature packets as represented by the programmer specifications.
- the skill rules 126 are applied by the application author 44 to develop the intermediate representation of the code being produced by the application author as a consequence of the evaluation of the program and basis rules 120, 124.
- the skill rules 126 also participate in the evaluation of the syntax rules 128 against the intermediate representation of the code to ultimately realize the instantiation of individual code statements.
- the application author 44 also produces textual information relating to the fields, programs and menus that will be realized through the execution of the code.
- This additional information typically includes field sizes and types, included programs, and menu organizations, as well as context specific directions on the manner of operating at a screen prompt, the available program options at different points of execution, actions that are specifically disallowed at a point of execution, for example.
- This information is stored in the help file 40 by the author 44 to augment the information previously stored there.
- the documentation publisher 46 operates generally in parallel with the application author 44, though with the notable distinction of the dependency upon the help file 40 as being prior augmented by the author 44.
- the publisher 46 depends on the application structure 36 as provided by the file definitions 92 and program definitions 94, which include the segment and record definitions, as well as the programmer specifications provided from the sequence generator 66.
- the document publisher 46 implements a relatively simple expert system that evaluates document rules 130, obtained from the knowledge base 34, primarily against the information provided by the help file 40.
- the document rules 130 serve to guide the construction of the documentation from the help file information based generally on the application structure 36.
- the menu lists associated with the current topic of the program definitions 94 is utilized to organize the body of the documentation.
- the programmer specifications are evaluated, again generally on a frame by frame basis, to construct screen and report format representations suitable as illustrations within the documentation.
- Key words such as function key names and basis types that occur in the help file 40 are used to trigger the evaluation of reserved word rules 132.
- Reserved word rules 132 are provided preferably to support expanded explanations of key concepts, operational features, or methods of use in a non-repetitive manner. Reserved word rules 132 may also support key word indexing and creation of glossary entries for key words.
- the text library 134 is provided to support the publisher 46 in evaluation of the documentation and reserved word rules 130, 132.
- the text library provides predefined text sections, including section titles, screen introductions, appendix titles, legal notices and standard instructions.
- the text library 134 may also include a variety of small, less specialized text strings that can be manipulated upon evaluation of the syntax rules 136.
- the help file 40 and programmer specifications will provide for the identification of various fields and user visible attributes, such as display only, numeric or text only entry or the source of a default field value.
- the syntax rules 136 are evaluated to manipulate this information into a standard form of presentation appropriate for inclusion in the documentation in reference to the corresponding image. Consequently, a highly detailed set of documentation is produced by the publisher 46 in direct correspondence to the exact screen displays processes and reports that are implemented by the specific code generated by the application author 44.
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Library & Information Science (AREA)
- Stored Programmes (AREA)
- Circuits Of Receivers In General (AREA)
- Devices For Executing Special Programs (AREA)
Abstract
Description
TABLE I ______________________________________ Program Feature Packets ______________________________________ Basic Program Specification Allows change to Type, Subtype, Read and Write Program options selected when the program was created. Suppress Delete Key Disables the F5 DELETE function key from the user access. Used to prevent deletion of records from master files. Suppress Print Blank Lines Eliminates printing a blank line when all data fields on the report are blank, optionally any background text on the line may be suppressed. Output Options Defines special program processing for 1 Screen Inquiry, 2) Screen Selector or 3) ASCII file - if chosen, option to receive output file name from user must be specified. Override Page Heading Provides for suppression of standard page heading, allowing the format of a custom heading. Generally used for forms processing. Almost always used when generating an ASCII file for export. Define Next Segment Used to change natural order of segment execution from the lowest number to the highest number. Can provide branching to a program not generated by the system (non-native) as well as native program processing. Ask User for Main File Name Prompts the user to assign the main program file to a different file on the disk. Generally used with archive/de- archive programs to allow control over file placement. Add Process Halt Support Provides for user initialed program halt on demand. Destroy File on Purge Program will delete the file specified in Segment records as the Purge output type with this option activated. Used for temporary work files which are used during a session and then deleted in entirety upon program completion. Side by Side Records Defines number of columns of records to print on report before beginning a new row. Used to create double-up or four-up labels, for example. Reset Autonumber on Purge All continuous autonumbers will be reset to 0 when records are cleared from the file during purges. Suppress Posting Screen Specifies that a posting process will be silent and not announce that it has started. Don't Protect Field Math Disallows divide by zero protection for a field; also disables field initialization as a product of a calculation. Programs Pop-Up Call Identifies Selector Pop-Up program to be called from this field, enter name or use F2 Call preceded by Topic to view list of available programs. The Pop-Up is referred to as a Selector. ______________________________________
TABLE II __________________________________________________________________________ Field Based Feature Packets Feature Packet Name Basis Description __________________________________________________________________________ Screen Data Element Defines the local iteration of the data name. Location This is the "00" packet or root packet that declares that there is a data name and that it may have packets. The imaging editor automatically prompts for the root packet as part and parcel of implementing the data name in the current segment. The packet can override data dictionary definitions of the data name. For example, increase the minimum allowed collection length or reduce the display length. The packet can also make the data name "not a field" part of the background screen mask, causing it to be re-displayed on a later screen with any processing to support it. Element Edits EDITS Limits the range of entered values, sets repeat or recurring entry specifications, sets calculation relationship and establishes display maskings. Element Display Logic DISPLAY Provides field characteristics for displayed data in the following methods - 1) Display Only, 2) Forced, 3) Default, 4) Tally Target and 5) Invisible. Logic is necessary for all options other than (4) Tally Target. Help text F7 is available to explain each of the five options. Element Verify Logic VERIFY Identifies Reference File and Record to verify field value for data entry accuracy. Specify enforcement option and use ˜|A˜ for alpha or ˜|#˜ for numeric field (equivalent to "value of current field") to build the key value for verification of current field. Any other elements of the key should use existing data elements by their name. Element Skip Logic SKIP Allows a field to be bypassed for data entry if the conditions specified in the Logic section are met. If checking a padded field for skip, such as the skip logic on a Display Only variable used to show the name of a field read with verify, you should use SKIP IF FIELD IS EMPTY, otherwise you must check for blanks, as well as a null condition. Element Display to Logic DISP2 Displays a value created by the specified logic at a selectable location at the bottom of the screen. The packet causes a value to be placed elsewhere without having the benefit of any known target field. Field Validation Logic VALID Defines allowable values for field data entry. In Logic section you must include field name if a comparative is used as it is not assumed that the field name involved belongs to the right or left of the inequality. Element Calculate to Logic CALC2 Causes another field's value to change based on the value captured or received into the current field. The change may be any math operator and may be displayed as it is happening or wait until the other field processes. Element Input Options Specifies optional data entry program for input. The current options are Single Character I/O to allow in-field editing and Multi I/O to allow for long text fields of multiple recurring lines. Case CASE Causes the value (in any type of string field) to have its case forced. The options are change to all UPPERCASE, change to Capitalized first word, Change to Capitalized First Letter or change to all lower case. The packet can act on any data name anywhere in the program segment (many packets can cause changes in fields which are not displayed in the image, not on the screen or report). Element Skip Field if SKIPEM Allows a field to be bypassed for data entry Empty if another field contains a null value (blanks) for string variables or zero for numerics. Input Edit Options INPUT Allows for the entry of a user-specified range of valid characters for an alpha field. Options are limited numbers, numbers and alpha, alpha only, Y or N or a specific list of characters. Copy Value to Field COPY2 Target field is identified to receive contents of the source field. This is equivalent to a Move in programming. Translate to a Field TRANS Specifies conversion required for 1) Encryption, 2) Decryption, 3) Soundex - used in phonetic searching for names, including Description and Program Target. Element Tally (Running TALLY Provides totaling options (=-*/) for a Total) Display Only Field identified to receive results from this source field. Don't Exit on Logic NO EXIT Tests for a specific value in field which allows program termination only when the logic is satisfied. Forces the user to complete requirements such as an in-balance condition before exiting. Post to Another Field POST TO Causes a value created by the defined logic to be placed in a targeted field. Post From Another Field PSTREL Causes the value created by logic to be placed in the current field to which the packet is anchored. Field Default NEWVAL Specifies a default field value to be placed in the field either when empty or used to replace the current field contents. This Feature Packet is always used in conjunction with the One-to-Many posting relationship discussed as a full function later in this guide. Convert Date Into String CONVDT Translates a date field, which stores the Name date as a Julian number, into a string field which can be the day of the week or the month of the year. This feature is used extensively in scheduling. Convert Numeric Amount CONV2A Used to make a worded dollar amount for to Alpha printing on checks. Report Default Totalling RTOTAL Requires numeric field validation prior to using field in a report subtotal or grand total. For numerics, operator (+-/*). Calculate to Subtotal Requires numeric field validation prior to using field in a report subtotal. Same scheme as Report Default Totaling. The subtotal region must exist and contain the target variable. Calculate to Grand Total Specifies numeric file validation prior to using field in a report region must exist and contain the target variable. Specified Range Inclusive START Specifies Data name from Start-Up screen Start used to verify beginning range of field value for inclusion in report. Specified Range Inclusive END Specifies Data name from Start-Up screen End used to verify ending range of field value for inclusion in report. Specified Exclude on Exact MATCH Compares field value with value entered Match here to exclude a record from the report. Yes or No Logic YES/NO Compares field value to logic to determine if field should be included. Only works when combined with Exclude on Yes or No Option. Normal Exclude Record NORMAL Defines conditions to be met to exclude a Logic record from report. Field does not have to be present on report, and packet may be used to anchor exclusion to another field which does appear on report. Define Sort Key SORT All sort options created in the Start-Up screen must be defined and anchored to fields used on the report. The sort option should be located on the lowest field order of the sort. Data Name Incrementor MEMINC Causes the value in the anchor field to be changed by a fixed amount each time (usually each record processed) the counting is self-contained, it starts at the same value, counts in memory and then clears. Normal Include Record NORMIN Causes records being processed to be Logic included or ignored based on values at the time. The packet is commonly used in processes and output. Skip Program Segment on SKPPRG Completely eliminates execution of this Logic segment based upon logic condition passing. The logic must be loaded into a non-stored data name in an earlier segment. No records will be read. Hide Output Detail HIDE Provides print suppression for record based upon logic successfully completed. Information from the record can be used in the program to accumulate totals without printing the detail records. Change Sign on Logic SIGN Changes the sign of a numeric variable based upon passing the logic specified. Grand Total Specifies that the field to which the packet is anchored should have grand total, subtotal or both created for it even though there are no specifications on how to create subtotals or grand totals defined for the report/process. The packet supports the definition of sums, negative sums, progressions and negative progressions. Debit Logic Grand Total to Credit The same operation as Tally To Credit Logic Logic except it is intended to be used to update specifically defined grand total region's fields. Tally to Debit Logic TALLY The same operation as Effect Other Field but only subtracts field contents from variable specified under passing conditions of logic entered. Tally to Credit Logic TALLY The same operation as Effect Other Field but only adds field contents to variable specified under passing condition of logic entered. Automatic Incrementor AUTOIN (also known as autonumber) Specifies one of two types of automatically incremented fields. The first type continuously numbers the file within the specified range, one increment each iteration. The last incremented value is stored on disk and the incrementing continues next time. The second type counts lines based on a referenced header record. Each header gets its own increments and the values can continue from session to session. Fields Pop-up Call POPUP Identifies Selector Pop-Up program to be called from this field, enter name or use F2 Call preceded by Topic to view list of available programs. The Pop-Up is referred to as a Selector. Verify By-pass Logic Makes all of the various verify features conditional based on the defined logic. Element Verify Denial DENIAL Is a negative verify. Specifies that a Logic referenced record should NOT be there to pass. Both the feature and the basis are spelled right in the system. Verify Only VONLY Same as Element Verify Logic but the read to the referenced file/record is only for the purpose of verification, no data should be changed or loaded. Write Record WRITE Is an inverted verify. Instead of reading the referenced record, write the referenced record. Verify Approximately APXVER Is a full verify to (another) referenced file/record that will load data (the full referenced record), but the key value to the (other) referenced file/record is not completely known. This packet will cause the authored program to be able to do table scans as part or a simple reference read, allowing inexact related data to be matched up during processing. Verify Load Table LOAD Is a complete verify including reading the entire (other) referenced record, but the record will be treated as nonvolatile data during the program's execution. Update From Specifies the field or collection of fields that will contain the value to place in the current field. Post Program Completion Override the Author's default termination Action scheme for posting programs; options for alternate termination logic provided. __________________________________________________________________________
______________________________________ 16AP200100Total Cost + Value Tally where: 16 ID of rule corresponding to this packet AP Topic identifier 2001 Program identifier 00 Program Segment identifier Total Cost Field identifier where feature packet is anchored 0 Reserved for future use + First feature value Value Tally Second feature value - destination fields. 0 Third feature value ______________________________________
TABLE III ______________________________________ System Variables ______________________________________ |# Current Numeric Field Variable |a Current String Field Variable |Curr Basis Key Current Pointer Into Sequence |Curr Error Current Error Number |Curr Field In Process Field Name |Curr Field Max Number of Fields in Segment |Curr Field Rec Current Fields Record |Curr New Line Fully Substituted Text Line |Curr Next Seg Programs Next Segment Number |Curr Page No. Current Audit Page Number |Curr Program Current Program ID |Curr Segment Current Segment ID |Curr Topic Current Topic ID |Curr Variable Current Variable In Translation |Data Bell Sound Sound Bell with Message |Data Date Run Time System Date |Data DSZ Remaining Data Size Variable |Data End Check End of Data Variable |Data Input Run Time Input Variable |Data Main Read Main File Read Succeeded |Data Menu SW1-14 Menu Parameter Switches 1-14 |Data Next Prog Run Time Set Next Program |Data Page Count Report Page Counter |Data Read Write Buffer Read/Write Flag |Data Required Required Record Yes/No Flags |Data Row Temporary Variable for Row Number |Data Search Search Key |Data Temp Num 0-7 Run Time Temporary Numeric Storage |Data Temp Str 0-7 Run Time Temp String Variable |Data Total Base Numeric Total Array |Data VDP User Run Time WorkStation and User |DDICT Case CVT Case Conversion Option |DDICT Data Type Data Type |DDICT Desc Description of Entry |DDICT Justify Field Justification |DDICT Max Len Maximum Length |DDICT Min Len Minimum Length |Ele Calc Dest Calculated from Screen Math |Ele Calc Source Source for Screen Math |Ele Calc2 Field Target Field of Calculation |Ele Calc2 Op Calculate to Math Operation |Ele Calc2 Show Display Calculated Field |Ele Col Element Column |Ele Conv From Source Field for Conversion |Ele Conv2 Alpha Target Field for Numeric to Alpha Conversion |Ele Conv1 Field Target Field After Conversion |Ele Convto Mask Use Mask Number to String Convert |Ele Copyto Field Field Name to be Copied To |Ele Copyto Type Record Type of Copy To |Ele Disp Logic Element Display Logic |Ele Disp Option Element Display Option |Ele Dispto Pos Element Display to Position |Ele Dispto Type Record Type of Display to |Ele Dispto Logic Element Display to Logic |Ele Exitlogic Don't Exit Logic |Ele Exit Option Don't Exit Option |Ele Grand Field Grand Total Calculate to Field |Ele Grand Sign Mathematical Operator |Ele Grand Plus Field Grand Total Add to Field |Ele Grand Plus Logic Grand Total Add to Logic |Ele Grand Minus Field Grand Total Subtract to Field |Ele Grand Minus Logic Grand Total Subtract to Logic |Ele Imm Field Immediate Update Target Field |Ele Imm File Immediate Update File |Ele Imm Op Immediate Update Operation |Ele Increment Numeric Display Increment |Ele Input From1 From Value Range one |Ele Input From2 From Value Range 2 |Ele Input From3 From Value Range 3 |Ele Input Thru1 Through Value-Range 1 |Ele Input Thru2 Through Value-Range 2 |Ele Input Thru3 Through Value-Range 3 |Ele Loop Use Loop Start or End Flag |Ele Lp Counter Loop Counter Variable |Ele Lp Exac tEn Exact Ending Loop Number |Ele Lp Exact St Exact Starting Loop Number |Ele Lp Var En Variable Ending Loop Number |Ele Lp Var St Variable Starting Loop Number |Ele Tally Clear Running Total Clear Option |Ele Tally Field Target Field for Running |Ele Tally Op Running Total Math Operation |Ele Tally Plus Field Tally to Add to Field |Ele Tally Plus Logic Tally to Add to Logic |Ele Tally Minus Field Tally to Subtract from Field |Ele Tally Minus Logic Tally to Subtract from Logic |Ele Type Field Type |Ele Up To Logic Post to Update Logic |Ele Up To Option Post to Option |Ele Up To Target Post to Target Variable |Ele Up X18 Func Update with Translation Function Name |Ele Up X18 Logic Source Field to Translate From |Ele Up X18 Prog Translation Program Name |Pgm Subtype Program subtype |Pspec Ask Ask for Main Data File Name? |Pspec Ask Prompt Prompt Text to get Main File |Pspec Alt File Reports Output Data File Name |Pspec Alt Text Reports Output File Prompt |Pspec Output Report Output Option ______________________________________
TABLE IV ______________________________________ Control Table Functions ______________________________________ ALT KEY Defines how program elements are to be selected by an alternate index key reference in different contexts. AUTONUMBER Defines how ordered program elements are to be sequenced in different contexts. ELEMENT Defines the process for creating a program element in different contexts. ENTRY Defines traversal order for fields in different contexts. LOCATION Determines how the location of a field or program element is to be determined in different contexts. MAIN KEY Defines how program elements are to be selected by the main index key reference in different contexts. ORDER Determines the method of defining the order of program records or elements in different contexts. RECORD TYPE Determines the type of a program record in different contexts. UIP FIELDS Determines the set of additional fields or program elements that must be defined in support of the further rule processing of a program segment in different contexts. ______________________________________
Claims (11)
Priority Applications (11)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US08/549,633 US5815717A (en) | 1995-10-27 | 1995-10-27 | Application program and documentation generator system and method |
DE69622875T DE69622875T2 (en) | 1995-10-27 | 1996-10-10 | SYSTEM AND METHOD FOR GENERATING APPLICATION PROGRAMS AND THEIR DOCUMENTATION |
CA002236229A CA2236229C (en) | 1995-10-27 | 1996-10-10 | Application program and documentation generator system and method |
AT96936349T ATE222005T1 (en) | 1995-10-27 | 1996-10-10 | SYSTEM AND METHOD FOR GENERATING APPLICATION PROGRAMS AND THEIR DOCUMENTATION |
EP96936349A EP0858629B1 (en) | 1995-10-27 | 1996-10-10 | Application program and documentation generator system and method |
PCT/US1996/016267 WO1997015882A1 (en) | 1995-10-27 | 1996-10-10 | Application program and documentation generator system and method |
MXPA98003211A MXPA98003211A (en) | 1995-10-27 | 1996-10-10 | Application program and documentation generator system and method. |
AU74378/96A AU716371B2 (en) | 1995-10-27 | 1996-10-10 | Application program and documentation generator system and method |
IL12420096A IL124200A (en) | 1995-10-27 | 1996-10-10 | Application program and documentation generator system and method |
EP02075692A EP1235147A2 (en) | 1995-10-27 | 1996-10-10 | Application program and documentation generator system and method |
US09/162,425 US6257774B1 (en) | 1995-10-27 | 1998-09-28 | Application program and documentation generator system and method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US08/549,633 US5815717A (en) | 1995-10-27 | 1995-10-27 | Application program and documentation generator system and method |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/162,425 Continuation US6257774B1 (en) | 1995-10-27 | 1998-09-28 | Application program and documentation generator system and method |
Publications (1)
Publication Number | Publication Date |
---|---|
US5815717A true US5815717A (en) | 1998-09-29 |
Family
ID=24193816
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US08/549,633 Expired - Fee Related US5815717A (en) | 1995-10-27 | 1995-10-27 | Application program and documentation generator system and method |
US09/162,425 Expired - Fee Related US6257774B1 (en) | 1995-10-27 | 1998-09-28 | Application program and documentation generator system and method |
Family Applications After (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/162,425 Expired - Fee Related US6257774B1 (en) | 1995-10-27 | 1998-09-28 | Application program and documentation generator system and method |
Country Status (9)
Country | Link |
---|---|
US (2) | US5815717A (en) |
EP (2) | EP1235147A2 (en) |
AT (1) | ATE222005T1 (en) |
AU (1) | AU716371B2 (en) |
CA (1) | CA2236229C (en) |
DE (1) | DE69622875T2 (en) |
IL (1) | IL124200A (en) |
MX (1) | MXPA98003211A (en) |
WO (1) | WO1997015882A1 (en) |
Cited By (45)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5949999A (en) * | 1996-11-25 | 1999-09-07 | Siemens Corporate Research, Inc. | Software testing and requirements tracking |
US5987437A (en) * | 1996-09-23 | 1999-11-16 | Ncr Corporation | Method of improving assistance to an operator to balance an out-of-proof transaction and an apparatus therefor |
KR20000052992A (en) * | 1996-10-30 | 2000-08-25 | 네고로후미오 | Software producing method, processor, processing method and recording medium |
US6173276B1 (en) * | 1997-08-21 | 2001-01-09 | Scicomp, Inc. | System and method for financial instrument modeling and valuation |
US20010044932A1 (en) * | 2000-01-25 | 2001-11-22 | Keiji Hashimoto | Automatic program generation technology using data structure resolution unit |
US20010044106A1 (en) * | 1999-05-21 | 2001-11-22 | Eric Henderson | Method and apparatus for solid state molecular analysis |
US20020038206A1 (en) * | 2000-05-04 | 2002-03-28 | Dov Dori | Modeling system |
US20020049715A1 (en) * | 2000-05-09 | 2002-04-25 | Serrano-Morales Carlos A. | Approach for generating rules |
US20020050959A1 (en) * | 1997-04-11 | 2002-05-02 | Buckelew Matt E. | High speed video frame buffer |
US20020059314A1 (en) * | 2000-07-14 | 2002-05-16 | Hideharu Yoneyama | System and method for automatically generating program |
US20020065818A1 (en) * | 2000-08-23 | 2002-05-30 | Starr Ronald E. | Computerized method and applications generator system for developing a customizable electronic records management system |
US20020092004A1 (en) * | 2000-07-26 | 2002-07-11 | Lee John Michael | Methods and systems for automatically generating software applications |
US20020095650A1 (en) * | 1999-12-29 | 2002-07-18 | Green David W. | Method of and system for designing an N-tier software architecture for use in generating software components |
US20020099530A1 (en) * | 2000-11-20 | 2002-07-25 | Andreas Foltinek | Method for automatically generating software |
US20020105547A1 (en) * | 2001-02-07 | 2002-08-08 | Xerox Corporation | Operator-defined visitation sequence of client user interface controls |
US6507855B1 (en) * | 1998-06-25 | 2003-01-14 | Cisco Technology, Inc. | Method and apparatus for extracting data from files |
US6529889B1 (en) | 1999-07-27 | 2003-03-04 | Acappella Software, Inc. | System and method of knowledge architecture |
US20030083858A1 (en) * | 2001-10-29 | 2003-05-01 | Honeywell International Inc. | Incremental automata verification |
US20040034834A1 (en) * | 2002-07-11 | 2004-02-19 | Brian Pirie | System and method for preflighting documents |
US6701516B1 (en) * | 1998-05-21 | 2004-03-02 | Qifang Li | P++ software |
US6735584B1 (en) * | 1998-05-29 | 2004-05-11 | Bridgewell, Inc. | Accessing a database using user-defined attributes |
US6772136B2 (en) | 1997-08-21 | 2004-08-03 | Elaine Kant | System and method for financial instrument modeling and using Monte Carlo simulation |
US20050015743A1 (en) * | 2003-07-17 | 2005-01-20 | Raytheon Company | Designing computer programs |
US6931621B2 (en) | 1999-12-29 | 2005-08-16 | Baker Hughes Incorporated | Method and system and article of manufacture for an N-tier software component architecture oilfield model |
US6959429B1 (en) * | 2000-05-16 | 2005-10-25 | Watterson-Prime Software, Inc. | System for developing data collection software applications |
US20050268278A1 (en) * | 2003-10-06 | 2005-12-01 | Doggen Jacobus Adrianus A A | Method, design program and execution program for composing and executing a computer application, as well as a data carrier provided with a design program and a data carrier provided with an execution program |
US6981207B1 (en) | 2000-01-11 | 2005-12-27 | Ecora Software Corporation | Automatic documentation of configurable systems by outputting explanatory information of configuration parameters in a narrative format and configuration parameters differences |
US20060206789A1 (en) * | 2000-01-11 | 2006-09-14 | Ecora.Com Corp | Method and system for automatic documentation of configurable systems |
US20070162373A1 (en) * | 2002-06-18 | 2007-07-12 | Phil Kongtcheu | Methods, systems and computer program products to facilitate the formation and trading of derivatives contracts |
US20070240098A1 (en) * | 2006-03-30 | 2007-10-11 | Microsoft Corporation | Per User File Associations |
US20080066052A1 (en) * | 2006-09-07 | 2008-03-13 | Stephen Wolfram | Methods and systems for determining a formula |
US20080141215A1 (en) * | 2006-12-12 | 2008-06-12 | Computer Associates Think, Inc. | Computer Readable Medium and Methods for Filtering A Dynamic Comparison Model |
US20090164925A1 (en) * | 2007-12-20 | 2009-06-25 | Tac Ab | Method for generating documentation for a building control system |
US8220017B1 (en) * | 1998-04-30 | 2012-07-10 | International Business Machines Corporation | System and method for programmatic generation of continuous media presentations |
US8484015B1 (en) | 2010-05-14 | 2013-07-09 | Wolfram Alpha Llc | Entity pages |
US8601015B1 (en) | 2009-05-15 | 2013-12-03 | Wolfram Alpha Llc | Dynamic example generation for queries |
US8775349B2 (en) | 2009-04-30 | 2014-07-08 | Sascha Lehner | Method for producing at least one application description |
US8812298B1 (en) | 2010-07-28 | 2014-08-19 | Wolfram Alpha Llc | Macro replacement of natural language input |
US8938717B1 (en) * | 2009-03-16 | 2015-01-20 | Xilinx, Inc. | Updating an installed computer program |
US9069814B2 (en) | 2011-07-27 | 2015-06-30 | Wolfram Alpha Llc | Method and system for using natural language to generate widgets |
US9213768B1 (en) | 2009-05-15 | 2015-12-15 | Wolfram Alpha Llc | Assumption mechanism for queries |
US9405424B2 (en) | 2012-08-29 | 2016-08-02 | Wolfram Alpha, Llc | Method and system for distributing and displaying graphical items |
US9430232B2 (en) * | 2014-02-25 | 2016-08-30 | Kabushiki Kaisha Toshiba | Program information generation system, method of generating program information, computer-readable program product, and program information display system |
US9734252B2 (en) | 2011-09-08 | 2017-08-15 | Wolfram Alpha Llc | Method and system for analyzing data using a query answering system |
US9851950B2 (en) | 2011-11-15 | 2017-12-26 | Wolfram Alpha Llc | Programming in a precise syntax using natural language |
Families Citing this family (47)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6425119B1 (en) * | 1996-10-09 | 2002-07-23 | At&T Corp | Method to produce application oriented languages |
US6587122B1 (en) * | 1998-01-30 | 2003-07-01 | Rockwell Automation Technologies, Inc. | Instruction syntax help information |
US6601232B1 (en) * | 1998-05-04 | 2003-07-29 | Lockheed Martin Corporation | Apparatus and method for creating and documenting procedures |
FR2786003A1 (en) * | 1998-11-16 | 2000-05-19 | Cit Alcatel | Generation of source code for computer program controlling of example switching of PABX telephone system; uses intuitive interface to select language and environment as well as functions required |
CA2256931A1 (en) * | 1998-12-23 | 2000-06-23 | Robert Weisz | Source editing in a graphical hierarchical environment |
JP2001014316A (en) * | 1999-04-28 | 2001-01-19 | Aizu Doken Corp | Generating device and display device for database for architecture and civil engineering |
US6381607B1 (en) * | 1999-06-19 | 2002-04-30 | Kent Ridge Digital Labs | System of organizing catalog data for searching and retrieval |
US20030188300A1 (en) * | 2000-02-18 | 2003-10-02 | Patrudu Pilla G. | Parallel processing system design and architecture |
CN1439127A (en) * | 2000-05-30 | 2003-08-27 | 软件生产技术研究所株式会社 | Processing method using synchronization structure of information processor |
US6684388B1 (en) * | 2000-08-22 | 2004-01-27 | International Business Machines Corporation | Method for generating platform independent, language specific computer code |
FI20002377A (en) * | 2000-10-27 | 2002-04-28 | Ssh Comm Security Corp | A method for managing a reverse filter code |
US7620731B1 (en) * | 2001-02-21 | 2009-11-17 | Microsoft Corporation | Isolated persistent storage |
AU2002367562A1 (en) * | 2001-08-30 | 2003-09-29 | Richard C. Hicks | Automated generation of intelligent systems into procedural languages |
US6976188B2 (en) * | 2001-11-02 | 2005-12-13 | American Megatrends, Inc. | System and method for creating a customized power on self test (POST) program for use in a computing system |
US7610583B2 (en) * | 2002-04-23 | 2009-10-27 | Gateway, Inc. | Personalized software installation method for computer manufacturers |
US7346891B2 (en) | 2002-07-05 | 2008-03-18 | Eka Systems Inc. | System and method for automating generation of an automated sensor network |
US7127675B1 (en) * | 2002-07-15 | 2006-10-24 | Sprint Spectrum L.P. | Method and system for automatically revising software help documentation |
JP2005534114A (en) * | 2002-07-25 | 2005-11-10 | コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ | Inter-source split compilation |
JP3755517B2 (en) * | 2003-03-20 | 2006-03-15 | コニカミノルタフォトイメージング株式会社 | Image display apparatus and program |
US7433878B2 (en) * | 2003-06-23 | 2008-10-07 | American Express Travel Related Services Company, Inc. | Method and system for interfacing with accounting systems |
US7840943B2 (en) * | 2003-08-08 | 2010-11-23 | Oracle America, Inc. | Method and apparatus for transferring data in a distributed testing system |
US7383534B1 (en) * | 2003-09-10 | 2008-06-03 | Symantec Corporation | Configuration system and methods including configuration inheritance and revisioning |
US7472422B1 (en) | 2003-09-10 | 2008-12-30 | Symantec Corporation | Security management system including feedback and control |
US8051410B2 (en) * | 2003-12-15 | 2011-11-01 | Evolveware, Inc. | Apparatus for migration and conversion of software code from any source platform to any target platform |
US6876314B1 (en) * | 2004-02-18 | 2005-04-05 | Robocoder Corporation | Self-generating automatic code generator |
US7627851B2 (en) * | 2004-07-15 | 2009-12-01 | Conitec Gmbh | Modification method for modifying a source code |
US7788640B2 (en) * | 2004-12-28 | 2010-08-31 | Microsoft Corporation | Using code analysis to generate documentation |
JP4038216B2 (en) * | 2005-05-10 | 2008-01-23 | ファナック株式会社 | Sequence program editing device |
US7752606B2 (en) * | 2005-08-10 | 2010-07-06 | Capital One Financial Corporation | Software development tool using a structured format to generate software code |
US7752607B2 (en) * | 2005-10-13 | 2010-07-06 | Sap Ag | System and method for testing business process configurations |
US7774290B2 (en) * | 2006-03-09 | 2010-08-10 | Evolveware, Inc. | Pattern abstraction engine |
US7707549B2 (en) * | 2006-03-15 | 2010-04-27 | Microsoft Corporation | Synchronicity in software development |
WO2007139840A2 (en) * | 2006-05-24 | 2007-12-06 | Syver, Llc | Method and tool for automatic verification of software protocols |
US7925659B2 (en) * | 2006-10-09 | 2011-04-12 | Sap Ag | Business process change analysis and test case adaptation based on change detection |
US8893089B2 (en) * | 2006-10-09 | 2014-11-18 | Sap Se | Fast business process test case composition |
US8151247B2 (en) * | 2006-10-09 | 2012-04-03 | Sap Ag | Test data management |
US7987446B2 (en) * | 2007-04-24 | 2011-07-26 | International Business Machines Corporation | Method for automating variables in end-user programming system |
US20090037386A1 (en) * | 2007-08-03 | 2009-02-05 | Dietmar Theobald | Computer file processing |
US7991659B2 (en) * | 2008-02-11 | 2011-08-02 | International Business Machines Corporation | Accounting data retrieval method and system |
US8689175B2 (en) * | 2010-03-03 | 2014-04-01 | Ebay Inc. | Business rules management system |
US8745581B2 (en) | 2010-06-21 | 2014-06-03 | Touch Technologies, Inc. | Method and system for selectively copying portions of a document contents in a computing system (smart copy and paste |
US8650542B1 (en) * | 2011-03-25 | 2014-02-11 | The Mathworks, Inc. | Hierarchical, self-describing function objects |
US8566784B2 (en) * | 2011-09-22 | 2013-10-22 | Sap Ag | Business process change controller |
US9280348B2 (en) | 2012-03-28 | 2016-03-08 | International Business Machines Corporation | Decode time instruction optimization for load reserve and store conditional sequences |
US9141515B1 (en) * | 2014-07-15 | 2015-09-22 | Sap Se | Limiting display content in editor for large data volumes |
US9354860B2 (en) | 2014-07-15 | 2016-05-31 | Sap Se | Optimizing software change processes using real-time analysis and rule-based hinting |
WO2022146933A1 (en) * | 2020-12-28 | 2022-07-07 | Temper Systems, Inc. | Producing idiomatic software documentation for many programming languages from a common specification |
Citations (30)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4860204A (en) * | 1987-02-05 | 1989-08-22 | Softron, Inc. | Computer based workstation for development of graphic representation of computer programs |
US4884217A (en) * | 1987-09-30 | 1989-11-28 | E. I. Du Pont De Nemours And Company | Expert system with three classes of rules |
US4891766A (en) * | 1987-06-15 | 1990-01-02 | International Business Machines Corporation | Editor for expert system |
US4949253A (en) * | 1987-01-23 | 1990-08-14 | Hitachi, Ltd. | Method and apparatus for automatically generating program |
US5038296A (en) * | 1989-04-04 | 1991-08-06 | Kabushiki Kaisha Toshiba | Automatic program synthisizer |
US5043891A (en) * | 1985-08-16 | 1991-08-27 | Wang Laboratories, Inc. | Document generation apparatus and methods |
US5084813A (en) * | 1988-04-20 | 1992-01-28 | Kabushiki Kaisha Toshiba | Rule based system for synthesizing a program suited for a target system in response to an input target system specification |
US5101491A (en) * | 1983-08-19 | 1992-03-31 | Kurt Katzeff | System means for synthesizing, generating and checking software for a computer |
US5159687A (en) * | 1989-11-14 | 1992-10-27 | Caseworks, Inc. | Method and apparatus for generating program code files |
US5204939A (en) * | 1989-12-14 | 1993-04-20 | Fujitsu Limited | Rule base processing system and rule evaluation control method therein |
US5210837A (en) * | 1990-06-15 | 1993-05-11 | Digital Equipment Corporation | Methods and apparatus for transforming machine language program control into high-level language constructs by manipulating graphical program representations |
US5261103A (en) * | 1988-09-12 | 1993-11-09 | Hitachi, Ltd. | Method of and system for compiling source program |
US5263123A (en) * | 1990-09-10 | 1993-11-16 | Hitachi Engineering Co., Ltd. | Fuzzy backward reasoning system and expert system utilizing the same |
US5276776A (en) * | 1990-04-27 | 1994-01-04 | International Business Machines Corporation | System and method for building a computer-based Rete pattern matching network |
US5301258A (en) * | 1991-03-11 | 1994-04-05 | Hitachi, Engineering Corp, Ltd. | Fuzzy backward reasoning system and expert system utilizing the same |
US5303331A (en) * | 1990-03-27 | 1994-04-12 | Ricoh Company, Ltd. | Compound type expert system |
US5309355A (en) * | 1984-05-24 | 1994-05-03 | Lockwood Lawrence B | Automated sales system |
US5315710A (en) * | 1991-01-25 | 1994-05-24 | Hitachi, Ltd. | Program synthesizing method and apparatus |
US5353371A (en) * | 1990-09-28 | 1994-10-04 | Kabushiki Kaisha Toshiba | Apparatus and methods for generating a program by synthesizing an object described in an object-oriented language |
US5355444A (en) * | 1990-01-23 | 1994-10-11 | International Business Machines Corporation | Expert system wtih a plurality of independent knowledge bases |
US5367619A (en) * | 1990-04-27 | 1994-11-22 | Eaton Corporation | Electronic data entry system employing an expert system to facilitate generation of electronic data forms with complex interrelationships between fields and subforms |
US5408667A (en) * | 1993-07-19 | 1995-04-18 | Motorola, Inc. | Method for unified design documentation |
US5408587A (en) * | 1991-08-28 | 1995-04-18 | International Business Machines Corporation | Expert system with a frame explanation system |
US5414798A (en) * | 1988-06-17 | 1995-05-09 | Hitachi, Ltd. | Knowledge information generating system |
US5418889A (en) * | 1991-12-02 | 1995-05-23 | Ricoh Company, Ltd. | System for generating knowledge base in which sets of common causal relation knowledge are generated |
US5434952A (en) * | 1992-06-26 | 1995-07-18 | The Texas A&M Univesity System | System and method for specifying an expert system |
US5442792A (en) * | 1992-08-07 | 1995-08-15 | Hughes Aircraft Company | Expert system compilation method |
US5450545A (en) * | 1991-07-29 | 1995-09-12 | International Business Machines Corporation | Generation of rules-based computer programs using data entry screens |
US5526522A (en) * | 1991-03-08 | 1996-06-11 | Nec Corporation | Automatic program generating system using recursive conversion of a program specification into syntactic tree format and using design knowledge base |
US5530861A (en) * | 1991-08-26 | 1996-06-25 | Hewlett-Packard Company | Process enaction and tool integration via a task oriented paradigm |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5506952A (en) * | 1994-01-03 | 1996-04-09 | International Business Machines Corporation | Method and system for guiding the formation of a correctly structured instruction for data processing systems |
JP4058118B2 (en) * | 1994-11-15 | 2008-03-05 | 株式会社日立製作所 | Program generation system and method |
US5875333A (en) * | 1996-06-07 | 1999-02-23 | Electronic Data Systems Corporation | Automatically generating source code for relating a dialog interface with a business object in a computing application |
-
1995
- 1995-10-27 US US08/549,633 patent/US5815717A/en not_active Expired - Fee Related
-
1996
- 1996-10-10 EP EP02075692A patent/EP1235147A2/en not_active Withdrawn
- 1996-10-10 IL IL12420096A patent/IL124200A/en not_active IP Right Cessation
- 1996-10-10 MX MXPA98003211A patent/MXPA98003211A/en unknown
- 1996-10-10 AU AU74378/96A patent/AU716371B2/en not_active Ceased
- 1996-10-10 CA CA002236229A patent/CA2236229C/en not_active Expired - Fee Related
- 1996-10-10 EP EP96936349A patent/EP0858629B1/en not_active Expired - Lifetime
- 1996-10-10 DE DE69622875T patent/DE69622875T2/en not_active Expired - Fee Related
- 1996-10-10 WO PCT/US1996/016267 patent/WO1997015882A1/en active IP Right Grant
- 1996-10-10 AT AT96936349T patent/ATE222005T1/en not_active IP Right Cessation
-
1998
- 1998-09-28 US US09/162,425 patent/US6257774B1/en not_active Expired - Fee Related
Patent Citations (30)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5101491A (en) * | 1983-08-19 | 1992-03-31 | Kurt Katzeff | System means for synthesizing, generating and checking software for a computer |
US5309355A (en) * | 1984-05-24 | 1994-05-03 | Lockwood Lawrence B | Automated sales system |
US5043891A (en) * | 1985-08-16 | 1991-08-27 | Wang Laboratories, Inc. | Document generation apparatus and methods |
US4949253A (en) * | 1987-01-23 | 1990-08-14 | Hitachi, Ltd. | Method and apparatus for automatically generating program |
US4860204A (en) * | 1987-02-05 | 1989-08-22 | Softron, Inc. | Computer based workstation for development of graphic representation of computer programs |
US4891766A (en) * | 1987-06-15 | 1990-01-02 | International Business Machines Corporation | Editor for expert system |
US4884217A (en) * | 1987-09-30 | 1989-11-28 | E. I. Du Pont De Nemours And Company | Expert system with three classes of rules |
US5084813A (en) * | 1988-04-20 | 1992-01-28 | Kabushiki Kaisha Toshiba | Rule based system for synthesizing a program suited for a target system in response to an input target system specification |
US5414798A (en) * | 1988-06-17 | 1995-05-09 | Hitachi, Ltd. | Knowledge information generating system |
US5261103A (en) * | 1988-09-12 | 1993-11-09 | Hitachi, Ltd. | Method of and system for compiling source program |
US5038296A (en) * | 1989-04-04 | 1991-08-06 | Kabushiki Kaisha Toshiba | Automatic program synthisizer |
US5159687A (en) * | 1989-11-14 | 1992-10-27 | Caseworks, Inc. | Method and apparatus for generating program code files |
US5204939A (en) * | 1989-12-14 | 1993-04-20 | Fujitsu Limited | Rule base processing system and rule evaluation control method therein |
US5355444A (en) * | 1990-01-23 | 1994-10-11 | International Business Machines Corporation | Expert system wtih a plurality of independent knowledge bases |
US5303331A (en) * | 1990-03-27 | 1994-04-12 | Ricoh Company, Ltd. | Compound type expert system |
US5276776A (en) * | 1990-04-27 | 1994-01-04 | International Business Machines Corporation | System and method for building a computer-based Rete pattern matching network |
US5367619A (en) * | 1990-04-27 | 1994-11-22 | Eaton Corporation | Electronic data entry system employing an expert system to facilitate generation of electronic data forms with complex interrelationships between fields and subforms |
US5210837A (en) * | 1990-06-15 | 1993-05-11 | Digital Equipment Corporation | Methods and apparatus for transforming machine language program control into high-level language constructs by manipulating graphical program representations |
US5263123A (en) * | 1990-09-10 | 1993-11-16 | Hitachi Engineering Co., Ltd. | Fuzzy backward reasoning system and expert system utilizing the same |
US5353371A (en) * | 1990-09-28 | 1994-10-04 | Kabushiki Kaisha Toshiba | Apparatus and methods for generating a program by synthesizing an object described in an object-oriented language |
US5315710A (en) * | 1991-01-25 | 1994-05-24 | Hitachi, Ltd. | Program synthesizing method and apparatus |
US5526522A (en) * | 1991-03-08 | 1996-06-11 | Nec Corporation | Automatic program generating system using recursive conversion of a program specification into syntactic tree format and using design knowledge base |
US5301258A (en) * | 1991-03-11 | 1994-04-05 | Hitachi, Engineering Corp, Ltd. | Fuzzy backward reasoning system and expert system utilizing the same |
US5450545A (en) * | 1991-07-29 | 1995-09-12 | International Business Machines Corporation | Generation of rules-based computer programs using data entry screens |
US5530861A (en) * | 1991-08-26 | 1996-06-25 | Hewlett-Packard Company | Process enaction and tool integration via a task oriented paradigm |
US5408587A (en) * | 1991-08-28 | 1995-04-18 | International Business Machines Corporation | Expert system with a frame explanation system |
US5418889A (en) * | 1991-12-02 | 1995-05-23 | Ricoh Company, Ltd. | System for generating knowledge base in which sets of common causal relation knowledge are generated |
US5434952A (en) * | 1992-06-26 | 1995-07-18 | The Texas A&M Univesity System | System and method for specifying an expert system |
US5442792A (en) * | 1992-08-07 | 1995-08-15 | Hughes Aircraft Company | Expert system compilation method |
US5408667A (en) * | 1993-07-19 | 1995-04-18 | Motorola, Inc. | Method for unified design documentation |
Cited By (70)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5987437A (en) * | 1996-09-23 | 1999-11-16 | Ncr Corporation | Method of improving assistance to an operator to balance an out-of-proof transaction and an apparatus therefor |
KR20000052992A (en) * | 1996-10-30 | 2000-08-25 | 네고로후미오 | Software producing method, processor, processing method and recording medium |
US5949999A (en) * | 1996-11-25 | 1999-09-07 | Siemens Corporate Research, Inc. | Software testing and requirements tracking |
US20020050959A1 (en) * | 1997-04-11 | 2002-05-02 | Buckelew Matt E. | High speed video frame buffer |
US6173276B1 (en) * | 1997-08-21 | 2001-01-09 | Scicomp, Inc. | System and method for financial instrument modeling and valuation |
US6772136B2 (en) | 1997-08-21 | 2004-08-03 | Elaine Kant | System and method for financial instrument modeling and using Monte Carlo simulation |
US8220017B1 (en) * | 1998-04-30 | 2012-07-10 | International Business Machines Corporation | System and method for programmatic generation of continuous media presentations |
US6701516B1 (en) * | 1998-05-21 | 2004-03-02 | Qifang Li | P++ software |
US6735584B1 (en) * | 1998-05-29 | 2004-05-11 | Bridgewell, Inc. | Accessing a database using user-defined attributes |
US6507855B1 (en) * | 1998-06-25 | 2003-01-14 | Cisco Technology, Inc. | Method and apparatus for extracting data from files |
US20010044106A1 (en) * | 1999-05-21 | 2001-11-22 | Eric Henderson | Method and apparatus for solid state molecular analysis |
US6529889B1 (en) | 1999-07-27 | 2003-03-04 | Acappella Software, Inc. | System and method of knowledge architecture |
US6931621B2 (en) | 1999-12-29 | 2005-08-16 | Baker Hughes Incorporated | Method and system and article of manufacture for an N-tier software component architecture oilfield model |
US20020095650A1 (en) * | 1999-12-29 | 2002-07-18 | Green David W. | Method of and system for designing an N-tier software architecture for use in generating software components |
US6854107B2 (en) * | 1999-12-29 | 2005-02-08 | Baker Hughes Incorporated | Method of and system for designing an N-tier software architecture for use in generating software components |
US9959115B2 (en) | 2000-01-11 | 2018-05-01 | Ecora.Com Corp. | Method and system for automatic documentation of configurable systems |
US6981207B1 (en) | 2000-01-11 | 2005-12-27 | Ecora Software Corporation | Automatic documentation of configurable systems by outputting explanatory information of configuration parameters in a narrative format and configuration parameters differences |
US20060206789A1 (en) * | 2000-01-11 | 2006-09-14 | Ecora.Com Corp | Method and system for automatic documentation of configurable systems |
US6973639B2 (en) * | 2000-01-25 | 2005-12-06 | Fujitsu Limited | Automatic program generation technology using data structure resolution unit |
US20010044932A1 (en) * | 2000-01-25 | 2001-11-22 | Keiji Hashimoto | Automatic program generation technology using data structure resolution unit |
US20020038206A1 (en) * | 2000-05-04 | 2002-03-28 | Dov Dori | Modeling system |
US20070050180A1 (en) * | 2000-05-04 | 2007-03-01 | Dov Dori | Modeling system |
US7099809B2 (en) * | 2000-05-04 | 2006-08-29 | Dov Dori | Modeling system |
US6965889B2 (en) * | 2000-05-09 | 2005-11-15 | Fair Isaac Corporation | Approach for generating rules |
US20020049715A1 (en) * | 2000-05-09 | 2002-04-25 | Serrano-Morales Carlos A. | Approach for generating rules |
US20050192916A1 (en) * | 2000-05-09 | 2005-09-01 | Serrano-Morales Carlos A. | User selectable approach for generating modifiable rules |
US7277875B2 (en) | 2000-05-09 | 2007-10-02 | Fair Isaac Corporation | User selectable approach for generating modifiable rules |
US6959429B1 (en) * | 2000-05-16 | 2005-10-25 | Watterson-Prime Software, Inc. | System for developing data collection software applications |
US20020059314A1 (en) * | 2000-07-14 | 2002-05-16 | Hideharu Yoneyama | System and method for automatically generating program |
US6996801B2 (en) * | 2000-07-14 | 2006-02-07 | Nec Corporation | System and method for automatically generating program |
US20020092004A1 (en) * | 2000-07-26 | 2002-07-11 | Lee John Michael | Methods and systems for automatically generating software applications |
US20020065818A1 (en) * | 2000-08-23 | 2002-05-30 | Starr Ronald E. | Computerized method and applications generator system for developing a customizable electronic records management system |
US20020099530A1 (en) * | 2000-11-20 | 2002-07-25 | Andreas Foltinek | Method for automatically generating software |
US6964024B2 (en) * | 2001-02-07 | 2005-11-08 | Xerox Corporation | Operator-defined visitation sequence of client user interface controls |
US20020105547A1 (en) * | 2001-02-07 | 2002-08-08 | Xerox Corporation | Operator-defined visitation sequence of client user interface controls |
US20030083858A1 (en) * | 2001-10-29 | 2003-05-01 | Honeywell International Inc. | Incremental automata verification |
US6957178B2 (en) | 2001-10-29 | 2005-10-18 | Honeywell International Inc. | Incremental automata verification |
US7933824B2 (en) | 2002-06-18 | 2011-04-26 | Philibert F. Kongtcheu | Methods, systems and computer program products to facilitate the pricing, risk management and trading of derivatives contracts |
US20070162373A1 (en) * | 2002-06-18 | 2007-07-12 | Phil Kongtcheu | Methods, systems and computer program products to facilitate the formation and trading of derivatives contracts |
US20040034834A1 (en) * | 2002-07-11 | 2004-02-19 | Brian Pirie | System and method for preflighting documents |
US7640500B2 (en) | 2002-07-11 | 2009-12-29 | Corel Corporation | System and method for preflighting documents |
US20050015743A1 (en) * | 2003-07-17 | 2005-01-20 | Raytheon Company | Designing computer programs |
US8219968B2 (en) * | 2003-07-17 | 2012-07-10 | Raytheon Company | Designing computer programs |
US20050268278A1 (en) * | 2003-10-06 | 2005-12-01 | Doggen Jacobus Adrianus A A | Method, design program and execution program for composing and executing a computer application, as well as a data carrier provided with a design program and a data carrier provided with an execution program |
US7757206B2 (en) * | 2003-10-06 | 2010-07-13 | J.A.A.A. Doggen Beheer B.V. | Method, design program and execution program for composing and executing a computer application, as well as a data carrier provided with a design program and a data carrier provided with an execution program |
US8250518B2 (en) * | 2006-03-30 | 2012-08-21 | Microsoft Corporation | Per user file associations |
US20070240098A1 (en) * | 2006-03-30 | 2007-10-11 | Microsoft Corporation | Per User File Associations |
US10380201B2 (en) | 2006-09-07 | 2019-08-13 | Wolfram Alpha Llc | Method and system for determining an answer to a query |
US20080066052A1 (en) * | 2006-09-07 | 2008-03-13 | Stephen Wolfram | Methods and systems for determining a formula |
US8966439B2 (en) | 2006-09-07 | 2015-02-24 | Wolfram Alpha Llc | Method and system for determining an answer to a query |
US9684721B2 (en) | 2006-09-07 | 2017-06-20 | Wolfram Alpha Llc | Performing machine actions in response to voice input |
US8589869B2 (en) | 2006-09-07 | 2013-11-19 | Wolfram Alpha Llc | Methods and systems for determining a formula |
US9626161B2 (en) * | 2006-12-12 | 2017-04-18 | Ca, Inc. | Computer readable medium and methods for filtering a dynamic comparison model |
US20080141215A1 (en) * | 2006-12-12 | 2008-06-12 | Computer Associates Think, Inc. | Computer Readable Medium and Methods for Filtering A Dynamic Comparison Model |
US20090164925A1 (en) * | 2007-12-20 | 2009-06-25 | Tac Ab | Method for generating documentation for a building control system |
US8938717B1 (en) * | 2009-03-16 | 2015-01-20 | Xilinx, Inc. | Updating an installed computer program |
US8775349B2 (en) | 2009-04-30 | 2014-07-08 | Sascha Lehner | Method for producing at least one application description |
US8601015B1 (en) | 2009-05-15 | 2013-12-03 | Wolfram Alpha Llc | Dynamic example generation for queries |
US9213768B1 (en) | 2009-05-15 | 2015-12-15 | Wolfram Alpha Llc | Assumption mechanism for queries |
US8484015B1 (en) | 2010-05-14 | 2013-07-09 | Wolfram Alpha Llc | Entity pages |
US8812298B1 (en) | 2010-07-28 | 2014-08-19 | Wolfram Alpha Llc | Macro replacement of natural language input |
US9069814B2 (en) | 2011-07-27 | 2015-06-30 | Wolfram Alpha Llc | Method and system for using natural language to generate widgets |
US9734252B2 (en) | 2011-09-08 | 2017-08-15 | Wolfram Alpha Llc | Method and system for analyzing data using a query answering system |
US10176268B2 (en) | 2011-09-08 | 2019-01-08 | Wolfram Alpha Llc | Method and system for analyzing data using a query answering system |
US9851950B2 (en) | 2011-11-15 | 2017-12-26 | Wolfram Alpha Llc | Programming in a precise syntax using natural language |
US10248388B2 (en) | 2011-11-15 | 2019-04-02 | Wolfram Alpha Llc | Programming in a precise syntax using natural language |
US10606563B2 (en) | 2011-11-15 | 2020-03-31 | Wolfram Alpha Llc | Programming in a precise syntax using natural language |
US10929105B2 (en) | 2011-11-15 | 2021-02-23 | Wolfram Alpha Llc | Programming in a precise syntax using natural language |
US9405424B2 (en) | 2012-08-29 | 2016-08-02 | Wolfram Alpha, Llc | Method and system for distributing and displaying graphical items |
US9430232B2 (en) * | 2014-02-25 | 2016-08-30 | Kabushiki Kaisha Toshiba | Program information generation system, method of generating program information, computer-readable program product, and program information display system |
Also Published As
Publication number | Publication date |
---|---|
EP0858629A4 (en) | 1998-10-07 |
IL124200A (en) | 2001-09-13 |
ATE222005T1 (en) | 2002-08-15 |
EP0858629A1 (en) | 1998-08-19 |
DE69622875D1 (en) | 2002-09-12 |
DE69622875T2 (en) | 2003-04-10 |
CA2236229C (en) | 2002-10-29 |
EP0858629B1 (en) | 2002-08-07 |
WO1997015882A1 (en) | 1997-05-01 |
EP1235147A2 (en) | 2002-08-28 |
US6257774B1 (en) | 2001-07-10 |
CA2236229A1 (en) | 1997-05-01 |
AU716371B2 (en) | 2000-02-24 |
AU7437896A (en) | 1997-05-15 |
MXPA98003211A (en) | 2004-08-24 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5815717A (en) | Application program and documentation generator system and method | |
US10970474B2 (en) | Method and system for editing text with a find and replace function leveraging derivations of the find and replace input | |
US5450545A (en) | Generation of rules-based computer programs using data entry screens | |
US7694272B2 (en) | Method, a language and a system for the definition and implementation of software solutions by using a visualizable computer executable modeling language | |
US6292767B1 (en) | Method and system for building and running natural language understanding systems | |
JP3478820B2 (en) | System that executes the program | |
Ousterhout | An Introduction to TCL and TK | |
US8099441B2 (en) | System and method for configurable trading system | |
US5193182A (en) | Computer system for defining logical operations on design data including retrieve entity-set, send, receive, signal, when, reference to entity-set, reference to entity method, connect and disconnect | |
US5293615A (en) | Point and shoot interface for linking database records to spreadsheets whereby data of a record is automatically reformatted and loaded upon issuance of a recalculation command | |
CA2069945A1 (en) | Computer-aided software engineering facility | |
US6074431A (en) | Apparatus and method for automatically forming work object and recording medium recording work object forming program and capable of being read by computer | |
US5365433A (en) | System for automatically programming a functional database | |
US4833641A (en) | System for numerical description of computer program logic | |
Lafuente et al. | Language facilities for programming user-computer dialogues | |
Wiseman et al. | Rainbow—a multi‐purpose CAD system | |
Raum et al. | Design and implementation of an expert user interface for the computer aided prototyping system | |
Schmidt et al. | DBPL Language and System Manual | |
Moffitt | A language translator for a computer aided rapid prototyping system | |
Jackson | Object-oriented requirements specification: a model, a tool and a technique | |
Hill | A prototype for converting linear programming (LP) models to structured modeling graphs | |
Hooker | APL full screen editing and error handling | |
Schauer | The Integrated Data Analysis and Management System—A generator for enduser systems | |
Brooker | A ‘database’subsystem for BCPL | |
Avrunin et al. | Automatic generation of inequality systems for constrained expression analysis |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: AI*LABS, INC., FLORIDA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:STACK, BRIAN T.;REEL/FRAME:007841/0335 Effective date: 19960222 |
|
AS | Assignment |
Owner name: AUTHORGENICS, INC., FLORIDA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:AI*LABS, INC.;REEL/FRAME:009041/0249 Effective date: 19980311 |
|
AS | Assignment |
Owner name: COLLINS, RON, FLORIDA Free format text: PROMISSORY NOTE AND SECURITY AGREEMENT;ASSIGNOR:AUTHORGENICS, INC.;REEL/FRAME:009547/0507 Effective date: 19980923 |
|
AS | Assignment |
Owner name: NORO MOSELEY PARTNERS III, L.P., GEORGIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:AUTHORGENICS, INC.;REEL/FRAME:009883/0738 Effective date: 19990316 |
|
AS | Assignment |
Owner name: AUERBACH, MARK, PENNSYLVANIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:AUTHORGENICS, INC.;REEL/FRAME:011400/0042 Effective date: 20001208 |
|
AS | Assignment |
Owner name: AUERBACH, MARK, PENNSYLVANIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:AUTHORGENICS, INC.;REEL/FRAME:011440/0619 Effective date: 20001101 |
|
FEPP | Fee payment procedure |
Free format text: PAT HOLDER CLAIMS SMALL ENTITY STATUS, ENTITY STATUS SET TO SMALL (ORIGINAL EVENT CODE: LTOS); ENTITY STATUS OF PATENT OWNER: SMALL ENTITY |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
REMI | Maintenance fee reminder mailed | ||
LAPS | Lapse for failure to pay maintenance fees | ||
STCH | Information on status: patent discontinuation |
Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362 |
|
FP | Lapsed due to failure to pay maintenance fee |
Effective date: 20060929 |