Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

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)

'

Figure 343: basic structure of the EPP

 


  • No labels