Uses of Interface
org.seamcat.model.types.result.Results
-
-
Uses of Results in org.seamcat.model.plugin.eventprocessing
Methods in org.seamcat.model.plugin.eventprocessing with parameters of type Results Modifier and Type Method Description void
PPUI. onButtonClick(M model, Scenario scenario, Results eppResult, SimulationResult simulationResult)
void
EventProcessingPostProcessor. postProcess(Input input, Scenario scenario, Results results, SimulationResult simResult)
-
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.plugin.system.optional
Methods in org.seamcat.model.plugin.system.optional with parameters of type Results Modifier and Type Method Description LongTask<?>
AsVictimPostProcessingTab. process(SeamcatPanel<T> panel, SimulationResult result, Scenario scenario, Results results)
-
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 -
Uses of Results in org.seamcat.model.types
Methods in org.seamcat.model.types with parameters of type Results Modifier and Type Method Description void
EventProcessing. postProcess(Scenario scenario, Results results, SimulationResult simResult)
-