Package org.seamcat.model.types
Interface EventProcessing<T>
-
- All Superinterfaces:
Configuration<Plugin<T>,T>
,LibraryItem
public interface EventProcessing<T> extends Configuration<Plugin<T>,T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
evaluate(Scenario scenario, EventResult result, Collector collector)
java.lang.String
getId()
The id of this EventProcessing configuration is used to identify which result group it belongs to-
Methods inherited from interface org.seamcat.model.types.Configuration
consistencyCheck, copy, getModel, getModelClass, getNotes, getPlugin, getPluginClass
-
Methods inherited from interface org.seamcat.model.types.LibraryItem
description
-
-
-
-
Method Detail
-
evaluate
void evaluate(Scenario scenario, EventResult result, Collector collector)
-
getId
java.lang.String getId()
The id of this EventProcessing configuration is used to identify which result group it belongs to- Returns:
- id of configuration
-
-