Class SystemLinkImpl<T extends SystemLink>

    • Method Detail

      • isSameRx

        public boolean isSameRx​(T other)
        Description copied from interface: SystemLink
        Used by the visualizer to display the Event Result. An Interferer will only be called with interferers of its own system. For instance if base stations are generated as interferers usually many connections will belong to the same base station. For the visualizer to understand this the method here is used.
        Specified by:
        isSameRx in interface SystemLink<T extends SystemLink>
        Parameters:
        other - another link of the same system
        Returns:
        whether the other link originates from the same rx as the enclosing interferer
      • isSameTx

        public boolean isSameTx​(T other)
        Description copied from interface: SystemLink
        Used by the visualizer to display the Event Result. An Interferer will only be called with interferers of its own system. For instance if base stations are generated as interferers usually many connections will belong to the same base station. For the visualizer to understand this the method here is used.
        Specified by:
        isSameTx in interface SystemLink<T extends SystemLink>
        Parameters:
        other - another link of the same system
        Returns:
        whether the other link originates from the same tx as the enclosing interferer