A Concrete Sample of Holmes Rules
Info |
---|
The data structure shown below may vary according to the changes of the VES standard. Actually it is used only internally in Holmes. Other projects do not have to care about it. |
Code Block | ||||
---|---|---|---|---|
| ||||
public class VesAlarm { private String eventId; private String sourceId; private String specificProblem; // getters and setters are ommitted for brevity ... } |
...