/
14.2.4.4 The class InterferenceLinkResults

14.2.4.4 The class InterferenceLinkResults

The class InterferenceLinkResults gives the plugin developer the possibility to navigate all LinkResults produced by this sceario's InterferenceLink. It does to by its three methods listed below.

  • getVictimSystemLinks():  returns a list of LinkResults from inside the victim system. If the victim system is a generic system, it will be a list of one element typically. If the system is of a cellular type, there will most likely be many LinkResults (the default setting for a cellular system is two tier, tri-sector, suggesting 57 base stations).
  • getInterferingSystemLinks(): similar to the getVictimSystemLinks() for only for the interfering system. Notice that the interfering system is now singular, i.e. the interfering system, because we are inside a specific InterferingLink, which identifies a single interfering system.
  • getInterferenceLinkResults(): this returns a list of InterferenceLinkResult elements. Notice that the size of this list is always the product of the size of the other two: if getVictimSystemLinks contains n elements and getInterferingSystemLinks contains m elements, getInterferingLinkResults will contain n*m elements.