Uses of Interface
org.seamcat.model.types.EventProcessing
-
Packages that use EventProcessing Package Description org.seamcat.model org.seamcat.model.plugin.eventprocessing org.seamcat.model.simulation.result -
-
Uses of EventProcessing in org.seamcat.model
Methods in org.seamcat.model that return types with arguments of type EventProcessing Modifier and Type Method Description java.util.List<EventProcessing>
Scenario. getEventProcessingList()
Returns the list of Event Processing Plugins configured for this scenario -
Uses of EventProcessing in org.seamcat.model.plugin.eventprocessing
Methods in org.seamcat.model.plugin.eventprocessing that return EventProcessing Modifier and Type Method Description <T> EventProcessing<T>
EventProcessingFactory. getByClass(java.lang.Class<? extends EventProcessingPlugin<T>> clazz)
<T> EventProcessing<T>
EventProcessingFactory. getByClass(java.lang.Class<? extends EventProcessingPlugin<T>> clazz, T input)
<T> EventProcessing<T>
EventProcessingFactory. getByClass(java.lang.Class<? extends EventProcessingPlugin<T>> clazz, T input, java.lang.String id, java.lang.String name, java.lang.String notes)
<T> EventProcessing<T>
EventProcessingFactory. getByConfiguration(Configuration<EventProcessingPlugin<T>,T> configuration)
-
Uses of EventProcessing in org.seamcat.model.simulation.result
Methods in org.seamcat.model.simulation.result with parameters of type EventProcessing Modifier and Type Method Description Results
SimulationResult. getResult(EventProcessing epp)
-