Interface Interferer<T extends Interferer>
-
- All Superinterfaces:
SystemLink<T>
- All Known Implementing Classes:
DefaultInterfererImpl
public interface Interferer<T extends Interferer> extends SystemLink<T>
An Interferer represent aSystemLink
(i.e. a tx->rx link of aSystemPlugin
. This link is created by the interfering system during the interfering system simulation phase. The interfering system can add Interferer instances to theInterfererResultCollector
and doing so will make the Interference Engine of SEAMCAT use these Interferer(s) when it createsInterferenceLinkResult
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InterferenceLink
getLink()
double
getMinimumCouplingLoss()
-
Methods inherited from interface org.seamcat.model.simulation.result.SystemLink
getAntennaGain, getLinkResult, getRxName, getTxName, isSameRx, isSameTx
-
-
-
-
Method Detail
-
getMinimumCouplingLoss
double getMinimumCouplingLoss()
-
getLink
InterferenceLink getLink()
-
-