QueriesHolder

QueriesHolder

Superclass
Object

Subclasses
none

Referenced By
SingleEditorValues

This class holds the queries and the associated values.  The queries and values are seen as
a table.
To access a particular query or value, the name of the query and the column number must be
known.
The name of the query is basically the row number.

Instance variables:
editorValues <EditorValues> [The editor values that holds the queries originate from.]
columnNames <Array of: String> [The names of the columns of the business model. For example, actual and budget]
counter <Number> [A counter that is incremented any time a nameless query is encoded into the database]
querySize <Number> The number of queries in the column.
queries <List of: Dictionary of QueryObject> The list, whose size is querysize, which holds dictionaries, each with a name and the query object. An identical name is found in each dictionary.
queryValues <List of: Dictionary of ListQueryValue> The list, whose size is querySize, which holds dictinaries, each with a name and the corresponding value of the query. Developed By: Joseph W. Yoder (yoder@cs.uiuc.edu) and Jee Ku (jku@cat.ncsa.uiuc.edu)

Potential problems with this comment:
	Instance variable commented but not in class definition - 
		editorValues
	Instance variable not commented - 
		editorName, encodings