Interface SimulationResult


  • public interface SimulationResult

    Holds final simulation results for a particular group of the Scenario.

    A result group can be either:

    • Victim results. Interference values iRSS unwanted and iRSS blocking are stored here
    • Interference link results.
    • Statistics: Meta information about the simulation, e.g. simulation time, simulation seed
    • Event Processing results

    • Method Detail

      • getVictimResults

        Results getVictimResults()
        Results for the victim system
        Returns:
        victim results
      • getResult

        Results getResult​(InterferenceLink link)
        For a configured Scenario get the results for the specified InterferenceLink.
        Parameters:
        link - the link to get the results for
        Returns:
        results of the specified InterferenceLink
      • getSimulationStatistics

        Results getSimulationStatistics()