/
14.7.2 Core EPP
14.7.2 Core EPP
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:
- 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
- consistencyCheck(): it allows the consistency check of the EPP reporting warning messages together with the consistency check of the workspace
- description(): the description is split into "name of the EPP"," description" (comma separated string variables)
- Input: input parameters of the EPP
- tabs(): the interface to the PPUI (Post Processing UI)
'
Figure 344: basic structure of the EPP
, multiple selections available,
Related content
11.3 Loading an EPP to a simulation
11.3 Loading an EPP to a simulation
More like this
11.4 Configuring an EPP
11.4 Configuring an EPP
More like this
14.7.1 Overview
14.7.1 Overview
More like this
12.7 EPP results
12.7 EPP results
More like this
11.2 Event processing GUI
11.2 Event processing GUI
More like this
A18.7 EXAMPLE OF EPP
A18.7 EXAMPLE OF EPP
More like this