public class DefaultVictimImpl<T extends Victim> extends SystemLinkImpl<T> implements Victim<T>
Constructor and Description |
---|
DefaultVictimImpl(AntennaGain antennaGain,
LinkResult linkResult) |
Modifier and Type | Method and Description |
---|---|
void |
adjustTotalInterference(double totalU,
double totalB) |
String |
getRxName() |
double |
getTotalInterferenceBlocking() |
double |
getTotalInterferenceUnwanted() |
String |
getTxName() |
getAntennaGain, getLinkResult, isSameRx, isSameTx
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAntennaGain, getLinkResult, isSameRx, isSameTx
public DefaultVictimImpl(AntennaGain antennaGain, LinkResult linkResult)
public void adjustTotalInterference(double totalU, double totalB)
adjustTotalInterference
in interface Victim<T extends Victim>
public double getTotalInterferenceUnwanted()
getTotalInterferenceUnwanted
in interface Victim<T extends Victim>
public double getTotalInterferenceBlocking()
getTotalInterferenceBlocking
in interface Victim<T extends Victim>
public String getRxName()
getRxName
in interface SystemLink<T extends Victim>
public String getTxName()
getTxName
in interface SystemLink<T extends Victim>
Copyright © 2018. All rights reserved.