Class ExampleDetector<T extends Subject>

  • 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