public interface PropagationModelPlugin<T> extends Plugin<T>
Modifier and Type | Method and Description |
---|---|
double |
evaluate(LinkResult linkResult,
boolean variation,
T input)
Evaluates the path loss
The user-defined model has a standard interface. |
consistencyCheck
description
double evaluate(LinkResult linkResult, boolean variation, T input)
linkResult
- containing the result for the link for which to calculate the path lossvariation
- selects variationinput
- User defined parametersCopyright © 2018. All rights reserved.