/
14.8 FAQ on plugin development
14.8 FAQ on plugin development
Q: if I try to develop a propagation plugin that makes use of FreeSpace or Hata or P528 or any else, how do I do ?
A: you have to go through the Factory like this example for Extended Hata
Figure 358: Example on accessing a PMP through Factory.propagationModelFactory()
in the source code
The above example applies its own input annotations for 'General environment' and 'variations".
You may take the linkResult from the evaluate call of your propagation model or you can generate a new one by creating a new LinkResultImpl(), putting all relevant parameters of the link onto that.
Related content
13.5.3 Propagation model plugin
13.5.3 Propagation model plugin
More like this
A18.5 EXAMPLE OF PMP
A18.5 EXAMPLE OF PMP
More like this
A18.3.2 Development
A18.3.2 Development
More like this
14.4 Propagation Model Plugin (PMP)
14.4 Propagation Model Plugin (PMP)
More like this
A17.1.4 Propagation model plugin
A17.1.4 Propagation model plugin
More like this
14.3 Commonalities to plugins
14.3 Commonalities to plugins
More like this