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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Results
getResult(EventProcessing epp)
Results
getResult(InterferenceLink link)
For a configuredScenario
get the results for the specified InterferenceLink.LinkResultSamples
getSamples()
Results
getSimulationStatistics()
Results
getVictimResults()
Results for the victim system
-
-
-
Method Detail
-
getVictimResults
Results getVictimResults()
Results for the victim system- Returns:
- victim results
-
getResult
Results getResult(InterferenceLink link)
For a configuredScenario
get the results for the specified InterferenceLink.- Parameters:
link
- the link to get the results for- Returns:
- results of the specified InterferenceLink
-
getResult
Results getResult(EventProcessing epp)
-
getSimulationStatistics
Results getSimulationStatistics()
-
getSamples
LinkResultSamples getSamples()
-
-