Interface ClutterModel<T>


  • public interface ClutterModel<T>
    This is an optional interface to be implemented by on PropagationModelPlugin
    • Method Detail

      • rxEnvironmentSelected

        NamedClutterEnvironment rxEnvironmentSelected​(T input)
        takes the selected environment from the PMP settings
        Parameters:
        input - interface of the PMP
        Returns:
        selected environment, if user defined 'user defined'
      • supportSeparateRxTxEnvironments

        boolean supportSeparateRxTxEnvironments()
      • txEnvironmentSelected

        NamedClutterEnvironment txEnvironmentSelected​(T input)
        takes the selected environment from the PMP settings
        Parameters:
        input - interface of the PMP
        Returns:
        selected environment, if user defined 'user defined'