Uses of Interface
org.seamcat.model.simulation.result.Collector
-
Packages that use Collector Package Description org.seamcat.model.plugin.eventprocessing org.seamcat.model.plugin.system.optional org.seamcat.model.simulation.result org.seamcat.model.types -
-
Uses of Collector in org.seamcat.model.plugin.eventprocessing
Methods in org.seamcat.model.plugin.eventprocessing with parameters of type Collector Modifier and Type Method Description void
EventProcessingPlugin. evaluate(Scenario scenario, EventResult result, T input, Collector collector)
-
Uses of Collector in org.seamcat.model.plugin.system.optional
Methods in org.seamcat.model.plugin.system.optional with parameters of type Collector Modifier and Type Method Description void
LastEventUI. buildLastEventUI(Scenario scenario, EventResult lastEvent, Collector collector, javax.swing.JPanel canvas)
-
Uses of Collector in org.seamcat.model.simulation.result
Subinterfaces of Collector in org.seamcat.model.simulation.result Modifier and Type Interface Description interface
InterfererResultCollector
interface
VictimResultCollector
Methods in org.seamcat.model.simulation.result that return types with arguments of type Collector Modifier and Type Method Description java.util.List<Collector>
EventResult. getEventProcessingResults()
Get the results for theEventProcessingPlugin
configured by theScenario
-
Uses of Collector in org.seamcat.model.types
Methods in org.seamcat.model.types with parameters of type Collector Modifier and Type Method Description void
EventProcessing. evaluate(Scenario scenario, EventResult result, Collector collector)
-