Program for User-Friendly Management of Input and Output Data Sets

TBMG-7680

11/01/2003

Abstract
Content

A computer program manages large, hierarchical sets of input and output (I/O) parameters (typically, sequences of alpha- numeric data) involved in computational simulations in a variety of technological disciplines. This program represents sets of parameters as structures coded in object-oriented but otherwise standard American National Standards Institute C language. Each structure contains a group of I/O parameters that “make sense” as a unit in the simulation program with which this program is used. The addition of options and/or elements to sets of parameters amounts to the addition of new elements to data structures. By association of child data generated in response to a particular user input, a hierarchical ordering of input parameters can be achieved. Associated with child data structures are the creation and description mechanisms within the parent data structures. Child data structures can spawn further child data structures. In this program, the creation and representation of a sequence of data structures is effected by one line of code that looks for children of a sequence of structures until there are no more children to be found. A linked list of structures is created dynamically and is completely represented in the data structures themselves. Such hierarchical data presentation can guide users through otherwise complex setup procedures and it can be integrated within a variety of graphical representations.

Meta TagsDetails
Citation
"Program for User-Friendly Management of Input and Output Data Sets," Mobility Engineering, November 1, 2003.
Additional Details
Publisher
Published
Nov 1, 2003
Product Code
TBMG-7680
Content Type
Magazine Article
Language
English