public interface DetectionAgentInterface<T extends Subject>
| Modifier and Type | Method and Description |
|---|---|
void |
analyze(T subject,
String actual_trigger_label,
DetectionAgentProfile profile,
ServerInterface<T> datastore)
Perform the analysis.
|
void analyze(T subject, String actual_trigger_label, DetectionAgentProfile profile, ServerInterface<T> datastore) throws Throwable
subject - actual_trigger_label - profile - datastore - ThrowableCopyright © 2019. All rights reserved.