Class SubroutineModelCmd

  • All Implemented Interfaces:
    Command

    public class SubroutineModelCmd
    extends BackgroundCommand
    Command that organizes a Module or Fragment according to a specified block model. This organization produces a "flat" (single layer) partitioning.
    See Also:
    CodeBlockModel
    • Constructor Detail

      • SubroutineModelCmd

        public SubroutineModelCmd​(GroupPath groupPath,
                                  java.lang.String treeName,
                                  BlockModelService blockModelService,
                                  java.lang.String modelName)
        Constructor
        Parameters:
        groupPath - group path of the affected Module or Fragment
        treeName - name of the tree where group exists
        blockModelService - service that has the known block models
        modelName - name of the model to use