Interface SubroutineBlockModel

All Superinterfaces:
CodeBlockModel
All Known Implementing Classes:
IsolatedEntrySubModel, MultEntSubModel, OverlapCodeSubModel, PartitionCodeSubModel

public interface SubroutineBlockModel extends CodeBlockModel
Subroutine block model.
  • Method Details

    • getBaseSubroutineModel

      SubroutineBlockModel getBaseSubroutineModel()
      Get the underlying base subroutine model. This is generally the MultEntSubModel (M-Model).
      Returns:
      base subroutine model. If there is no base model, this subroutine model is returned.