Class Summary |
AbstractionViz |
Provides a common base class and functionailty for displaying
functions and programs in data flow form |
AlignedCodeBlockViz |
Provides the functionality to display consecutive lines of code |
AlignedControlViz |
To provide a common base class and functionality for
ControlVizs that are aligned around an axis 'alignmentAxis' |
BreakViz |
Provides the functionality for displaying a break statement
in data flow form |
CaseViz |
Provides the functionality for displaying cases of a switch
statement in data flow form |
ComparisonViz |
Provides the functionality for drawing comparison
statements in data flow form |
ContinueViz |
Provides the functionality for displaying a continue
statement in data flow form |
ControlVisualizer |
Visualizes the data space of a program |
ControlViz |
Provide a common base class and provides the common
functionality for all classes that inherit from it |
ControlVizDimension |
To provide a class object that supports the AlignedControlViz
class with aligning the ControlVizs it contains correctly |
ControlVizFactory |
Provides the functionality too create the correct ControlViz
given the String from the model |
DoWhileViz |
Provides the functionality for displaying a while loop
in data flow form |
ExitViz |
Provides the functionality for displaying an exit
statement in data flow form |
ForViz |
Provides the functionality for displaying a for loop
in data flow form |
FunctionCallViz |
Provides the functionality for displaying a C++
instruction that contains a function calls in data
flow form |
FunctionViz |
Provides the functionality for displaying a C++ function
int data flow form |
IfElseViz |
Provides the fucntionality for displaying an if/else statement
in data flow form |
IfViz |
Provides the functionality for displaying an If statement
in data flow form |
InstructionViz |
Provides functionality for drawing a general instruction
in C++ in data flow form |
IterationViz |
Provides a common bas class and basic functionality for
displaying for, while, and do/while loops in data flow form |
LineDrawer |
Assists the many ControlVizs with drawing lines between
the ControlVizs |
ProgramViz |
Provides the functionality for displaying a C++
program in data flow form |
ReturnViz |
Provides the functionality for displaying a return
statement in data flow form |
SelectionViz |
Provides the functionality for displaying if, if/else
and switch statements in data flow form |
SequenceViz |
Provides the base class for ControlVizs that are the
representations of instructions in C++ |
StringParser |
|
SwitchBodyViz |
Assists the SwitchViz. |
SwitchViz |
Class: SwitchViz
Purpose: Provides the functionality for displaying a switch statement
in data flow form |
Tester |
|
WhileViz |
Provides the functionality for displaying a while loop
in data flow form |