|
Class Summary |
| Edge |
This class maintains the information for a single edge in the
Tree data structure. |
| fibQuestion |
This class extends question to provide support for
fill-in-the-blank questions. |
| GAIGSarray |
GAIGSarray provides the ability to implement a one or two dimensional
array and also create GAIGS visualizations of its state. |
| GAIGSbase |
Abstract class GAIGSbase - provides basic instance variables and functionality
for linear GAIGS structures and for GAIGSarray. |
| GAIGSgraph |
GAIGSgraph extends the VisualGraph class, providing
a uniform interface for that class in generating GAIGS XML code. |
| GAIGShashStruct |
Build a GAIGShashStruct adhering to the following DTD
|
| GAIGSItem |
GAIGSItem is used by a number of GAIGS XML Support classes to store
an item and its associated display color. |
| GAIGSlabel |
GAIGSlabel is not a true GAIGS structure, and is just a work around
for placing labels in GAIGS visualizations. |
| GAIGSlegend |
This class provides support for a color legend structure that can be used to
show the meanings of the various colors used in GAIGS visualizations. |
| GAIGSlist |
GAIGSlist provides the ability to implement a linked list and also
create GAIGS visualizations of its state. |
| GAIGSNameValueIndex |
Build a GAIGSNameValueindex adhering to the following DTD
|
| GAIGSqueue |
GAIGSqueue extends the GAIGSlist class, providing
the ability to implement a standard queue data structure and also create GAIGS
visualizations of its state. |
| GAIGSRefStruct |
Build a GAIGSRefStruct adhering to the following DTD
|
| GAIGSstack |
GAIGSstack extends the GAIGSlist class, providing
the ability to implement a standard stack data structure and also create GAIGS
visualizations of its state. |
| GAIGStext |
This is the new GAIGS support class for drawing text to the visualization
pane. |
| GAIGStree |
GAIGStree extends the Tree class, providing
a uniform interface for that class in generating GAIGS XML code. |
| mcQuestion |
This class extends question to provide support for
mulitple-choice questions. |
| msQuestion |
This class extends question to provide support for
multiple-selection questions. |
| question |
This is the abstract base class that defines the essential data and methods
of a question object. |
| questionCollection |
This class is used to store a collection of question objects. |
| RefBox |
A RefBox represents a single box within a RefStruct. |
| ShowFile |
ShowFile is a GAIGS XML Support class design to handle all writing to
a GAIGS XML Script file. |
| tfQuestion |
This class extends question to provide support for true-false
questions. |
| Tree |
This class provides support for binary and general trees, with methods to
output these trees in both GAIGS formats. |
| TreeNode |
This class maintains the information for a single node in the
Tree data structure. |
| VisEdge |
This class maintains the information for a single edge in the
VisualGraph data structure. |
| VisNode |
This class maintains the information for a single node in the
VisualGraph data structure. |
| VisualGraph |
This class is a tool for storing and manipulating graphs. |
| XMLfibQuestion |
This class allows fill-in-the-blank questions to be displayed along with
GAIGS snapshots. |
| XMLmcQuestion |
This class allows multiple-choice questions to be displayed along with
GAIGS snapshots. |
| XMLmsQuestion |
This class allows multiple-selection questions to be displayed along with
GAIGS snapshots. |
| XMLParameterParser |
This class contains static methods designed to parse the user's inputs from
an XML input generator file. |
| XMLquestionCollection |
This class stores a collection of XML questions to be
displayed along with GAIGS snapshots. |
| XMLtfQuestion |
This class allows true-false questions to be displayed along with GAIGS
snapshots. |