Uses of Interface
org.seamcat.model.types.result.Results
-
Packages that use Results Package Description org.seamcat.model.plugin.system org.seamcat.model.simulation.result -
-
Uses of Results in org.seamcat.model.plugin.system
Methods in org.seamcat.model.plugin.system with parameters of type Results Modifier and Type Method Description Point2D
CorrelationMode. getCorrelationVector(InterferenceLink link, Results preSimulation)
void
ContexedSystemPlugin. postSimulation(Results results)
void
SystemPlugin. postSimulation(Context context, Results results)
void
ContexedSystemPlugin. preSimulation(Results pre)
void
SystemPlugin. preSimulation(Context context, Results results)
Calculate the pre-simulation results for this system. -
Uses of Results in org.seamcat.model.simulation.result
Methods in org.seamcat.model.simulation.result that return Results Modifier and Type Method Description Results
InterfererResultCollector. getPreSimulationResults()
Results
VictimResultCollector. getPreSimulationResults()
Results
SimulationResult. getResult(EventProcessing epp)
Results
SimulationResult. getResult(InterferenceLink link)
For a configuredScenario
get the results for the specified InterferenceLink.Results
SimulationResult. getSimulationStatistics()
Results
SimulationResult. getVictimResults()
Results for the victim system
-