Interface SectionMapProposal
- All Superinterfaces:
MapProposal<TraceSection, MemoryBlock, SectionMapProposal.SectionMapEntry>
public interface SectionMapProposal
extends MapProposal<TraceSection, MemoryBlock, SectionMapProposal.SectionMapEntry>
A proposed map of sections to program memory blocks
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGet the trace module of this proposalGet the corresponding program image of this proposalMethods inherited from interface MapProposal
computeMap, computeScore, getToObject, getTrace
-
Method Details
-
getModule
-
getProgram
Program getProgram()Get the corresponding program image of this proposal- Specified by:
getProgramin interfaceMapProposal<TraceSection, MemoryBlock, SectionMapProposal.SectionMapEntry>- Returns:
- the program
-