| Introduction |
gives you a quick overview of various
display windows of the tool, providing you a sense
of the overall visualization possibilities of Surveyor |
| Graph View |
covers the Graph window, the main display for studying
structure and dependencies inherent in your code,
and explains how to intepret and control the graph |
| File Editor |
introduces Surveyor built in File Editor, and shows
how its controls and visualization speed your software
understanding |
| Flow Chart |
introduces the diagrams of the control flow, or
program logic, occuring inside the functions in your
code |
| Browsers |
reviews the File and Class Browsers, tools for navigating
through and examining the files and classes in your
software |
| Metrics |
overviews the software metrics and quality checks
collected by Surveyor, and shows how they are presented
in Metrics Tool, File Editor and other displays |
| Browse Mode |
shows you how to operate the Surveyor in Browse
mode. You learn how you can quickly navigate through
your software, to see the key relationships between
your classes, functions, variables and types |
| Structure Mode |
provides an overview of the functionality available
in Structure mode, where you're able to study the
inherent design and resulting dependencies in your
software |
| UML Diagrams |
introduces the Class Diagram and File Diagram modes,
which apply a Unified Modeling Language format for
examining the interfaces, collabarations and relationships
within your exisiting software |
| Control Flow |
introduces the Control Flow mode, where you can
examine the sequence and conditionality of function
calls and variable sets and reads |