BEAST
|
Commands affecting anomaly detectors. More...
Public Member Functions | |
AnomalyDetectorCommand (String operation) | |
AnomalyDetectorCommand (String operation, AnomalyDetector detector) | |
String | getOperation () |
void | setOperation (String operation) |
boolean | validate () |
AnomalyDetector | getAnomalyDetector () |
void | setAnomalyDetector (AnomalyDetector anomalyDetector) |
List< AnomalyDetector > | getImportedDetectors () |
void | setImportedDetectors (List< AnomalyDetector > importedDetectors) |
Public Member Functions inherited from eu.baltrad.beast.admin.Command | |
void | setRawMessage (String s) |
Sets the RAW message used to populate the command. | |
String | getRawMessage () |
Commands affecting anomaly detectors.
|
inline |
|
inline |
|
inline |
Reimplemented from eu.baltrad.beast.admin.Command.
|
inline |
anomalyDetector | the anomalyDetector to set |
|
inline |
importedDetectors | the importedDetectors to set |
|
inline |
operation | the operation to set |
|
inline |
Reimplemented from eu.baltrad.beast.admin.Command.