Uses of Interface
org.seamcat.model.simulation.result.EventResult
-
Packages that use EventResult Package Description org.seamcat.model.plugin.eventprocessing org.seamcat.model.plugin.system org.seamcat.model.plugin.system.optional org.seamcat.model.types -
-
Uses of EventResult in org.seamcat.model.plugin.eventprocessing
Methods in org.seamcat.model.plugin.eventprocessing with parameters of type EventResult Modifier and Type Method Description void
EventProcessingPlugin. evaluate(Scenario scenario, EventResult result, T input, Collector collector)
-
Uses of EventResult in org.seamcat.model.plugin.system
Methods in org.seamcat.model.plugin.system with parameters of type EventResult Modifier and Type Method Description void
SimulationInstance. interferedVictimSimulation(EventResult eventResult)
The interference engine will adjust all victims by their total interference (unwanted and blocking) and then call this method.void
SimulationInstance. interferingSystemSimulation(EventResult eventResult, InterferenceLink link, Point2D position)
For the givenInterferenceLink
let the interfering system simulate.void
SimulationInstance. interferingSystemSimulation(EventResult eventResult, InterferenceLink link, Point2D position, LinkResult positionFromCoLocation)
Will be called with Interference Link is co-Located.void
SimulationInstance. postEvent(EventResult eventResult)
Called for the victim system to allow final adjustments on the results before EPP invocation. -
Uses of EventResult in org.seamcat.model.plugin.system.optional
Methods in org.seamcat.model.plugin.system.optional with parameters of type EventResult Modifier and Type Method Description void
LastEventUI. buildLastEventUI(Scenario scenario, EventResult lastEvent, Collector collector, javax.swing.JPanel canvas)
-
Uses of EventResult in org.seamcat.model.types
Methods in org.seamcat.model.types with parameters of type EventResult Modifier and Type Method Description void
EventProcessing. evaluate(Scenario scenario, EventResult result, Collector collector)
-