| Modifier and Type | Method and Description |
|---|---|
static DetectionAgentProfile |
DetectionAgentProfile.fromFile(File file)
Read a detection agent profile from a YAML file.
|
static DetectionAgentProfile |
DetectionAgentProfile.fromInputStream(InputStream input)
Read a detection agent profile from an input stream (a resource file).
|
| Modifier and Type | Method and Description |
|---|---|
void |
DetectionAgentInterface.analyze(T subject,
long timestamp,
String actual_trigger_label,
DetectionAgentProfile profile,
ServerInterface<T> datastore)
Perform the analysis.
|
Copyright © 2019. All rights reserved.