Class SubroutineModelCmd

java.lang.Object
ghidra.framework.cmd.BackgroundCommand<Program>
ghidra.app.cmd.module.SubroutineModelCmd
All Implemented Interfaces:
Command<Program>

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

    • SubroutineModelCmd

      public SubroutineModelCmd(GroupPath groupPath, String treeName, BlockModelService blockModelService, 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
  • Method Details

    • applyTo

      public boolean applyTo(Program program, TaskMonitor monitor)
      Description copied from class: BackgroundCommand
      Method called when this command is to apply changes to the given domain object. A monitor is provided to display status information about the command as it executes in the background.
      Specified by:
      applyTo in class BackgroundCommand<Program>
      Parameters:
      program - domain object that will be affected by the command
      monitor - monitor to show progress of the command
      Returns:
      true if the command applied successfully
    • setPluginTool

      public void setPluginTool(PluginTool tool)