| AbstractModularizationCmd |
|
| ComplexityDepthModularizationCmd |
This command will organize a program tree into levels from the bottom up.
|
| CreateDefaultTreeCmd |
Command to create a root in the program; the root module has
fragments named the same as the memory blocks.
|
| CreateFolderCommand |
Command to create a folder in a program tree.
|
| CreateFragmentCmd |
Command to create a Fragment.
|
| DeleteTreeCmd |
Delete a tree in the program.
|
| DominanceModularizationCmd |
this code will apply the Dominance algorithm to a module or fragment in
a program tree.
|
| MergeFolderCmd |
Command to merge a Folder with its Parent folder.
|
| ModuleAlgorithmCmd |
Command that applies the "module" algorithm to a specified Module or
Fragment.
|
| RenameCmd |
Command for renaming a fragment or a module in listing.
|
| RenameTreeCmd |
Command to rename a tree in a program; this does not affect
the root module of the tree.
|
| ReorderModuleCmd |
Command to reorder children in a module.
|
| SubroutineModelCmd |
Command that organizes a Module or Fragment according to a specified block
model.
|