Interface EventProcessingPlugin<T>
-
- All Superinterfaces:
LibraryItem
,Plugin<T>
public interface EventProcessingPlugin<T> extends Plugin<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
evaluate(Scenario scenario, EventResult result, T input, Collector collector)
-
Methods inherited from interface org.seamcat.model.types.LibraryItem
description
-
Methods inherited from interface org.seamcat.model.plugin.Plugin
consistencyCheck
-
-
-
-
Method Detail
-
evaluate
void evaluate(Scenario scenario, EventResult result, T input, Collector collector)
-
-