Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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
languagejava
linenumberstrue
public class VesAlarm {
    private String eventId;
    private String sourceId;
    private String specificProblem;
     
    // getters and setters are ommitted for brevity
    ...
}

...