Package be.cylab.mark.example
Class ExampleDetector<T extends Subject>
- java.lang.Object
-
- be.cylab.mark.example.ExampleDetector<T>
-
- Type Parameters:
T- The type of subject we deal with
- All Implemented Interfaces:
DetectionAgentInterface<T>
public class ExampleDetector<T extends Subject> extends Object implements DetectionAgentInterface<T>
Dummy detection agent that reads some data from datastore and writes one evidence.- Author:
- Thibault Debatty
-
-
Constructor Summary
Constructors Constructor Description ExampleDetector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidanalyze(Event<T> ev, DetectionAgentProfile profile, ServerInterface<T> datastore)
-
-
-
Method Detail
-
analyze
public final void analyze(Event<T> ev, DetectionAgentProfile profile, ServerInterface<T> datastore) throws Throwable
- Specified by:
analyzein interfaceDetectionAgentInterface<T extends Subject>- Throws:
Throwable
-
-