Class ComplexityDepthModularizationCmd

  • All Implemented Interfaces:
    Command

    public class ComplexityDepthModularizationCmd
    extends AbstractModularizationCmd
    This command will organize a program tree into levels from the bottom up. In other words, all the leaf functions are at the same level and all the functions that only call leaf functions are one level less and so on and so forth.