Versions Compared

Key

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

Anchor
14.7.2
14.7.2
The EventProcessingPlugin interface provides all simulated results as EventResult to the EPP and defines its basic structure as shown in Figure 343. It is composed of the following:

  1. evaluate(): inside the method evaluate the code to be performed by the EPP results generated by the EPP are passed to the workspace by ResultTypes and displayed on the result panel
  2. consistencyCheck(): it allows the consistency check of the EPP reporting warning messages together with the consistency check of the workspace
  3. description(): the description is split into  "name of the EPP"," description" (comma separated string variables)
  4. Input: input parameters of the EPP
  5. tabs(): the interface to the PPUI (Post Processing UI)

Image Added'

Anchor
F344
F344
Figure 344: basic structure of the EPP