/
A18.7.3 Post Processing buttons on the UI

A18.7.3 Post Processing buttons on the UI

User defined post processing buttons are generated through the annotation @PostProcessing as shown on Section ‎14.7.3.3. How to apply a 'consistency check' feature to the post processing is basically shown on Section ‎14.7.3.4.

This example uses one post processing as (stand alone) consistency check which is inherently used by the other one which performs the calculation of the probability of exceeding the criterion limit.  

Figure 522: custom UI source code (consistency check)


The post processing "calculate probability"

  1. takes the distribution vectors generated by the EPP and
  2. derives the probability of exceeding the given limit and
  3. puts the result onto a text field of the right panel.


For simplicity the functionality 'summation vector' has not been implemented.

Figure 523: custom UI source code (calculation)