Versions Compared

Key

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

...

  • ConsistencyCheckContext: provides information about parameters relevant for the type of plugin.
  • List<Object>:
    depending on the type of plugin it contains one or two objects which are either a Radio System or links which can be the system link, the interference link or the sensing link of generic systems. Corresponding details are described in the following sub-sections.
  • Input
    the input parameters of the plugin
  • Validator:
    provides the interface to the scenario check in returning the consistency check messages generated by the plugin



Anchor
F320
F320
Figure 320: ConsistencyCheckContext interface


Concerning the ConsistencyCheckContext it is important to be aware of the applicability of plugins to the scenario components:

...

This default information can be replaced or extended if the plugin is nested, i.e. if the plugin is used as an input parameter of another plugin (annotation, see the previous section 14.3.1).

Image Removed

...

In case you apply nested plugins it is highly recommended to check the validity of these nested plugins inside the consistency check of your 'parent' plugin. The below example of an EPP which uses a nested PMP wants only to show the principle of checking input parameters:


In case you apply nested plugins it is highly recommended to check the validity of these nested plugins inside the consistency check of your 'parent' plugin. The below example of an EPP which uses a nested PMP wants only to show the principle of checking input parameters:

Anchor
F320F321F320
F321
Figure 320321: Example of checking the validity of a nested plugin

...