public abstract class SystemLinkImpl<T extends SystemLink> extends Object implements SystemLink<T>
Constructor and Description |
---|
SystemLinkImpl(AntennaGain antennaGain,
LinkResult linkResult) |
Modifier and Type | Method and Description |
---|---|
AntennaGain |
getAntennaGain() |
LinkResult |
getLinkResult() |
boolean |
isSameRx(T other)
Used by the visualizer to display the Event Result.
|
boolean |
isSameTx(T other)
Used by the visualizer to display the Event Result.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRxName, getTxName
public SystemLinkImpl(AntennaGain antennaGain, LinkResult linkResult)
public AntennaGain getAntennaGain()
getAntennaGain
in interface SystemLink<T extends SystemLink>
public LinkResult getLinkResult()
getLinkResult
in interface SystemLink<T extends SystemLink>
public boolean isSameRx(T other)
SystemLink
isSameRx
in interface SystemLink<T extends SystemLink>
other
- another link of the same systempublic boolean isSameTx(T other)
SystemLink
isSameTx
in interface SystemLink<T extends SystemLink>
other
- another link of the same systemCopyright © 2018. All rights reserved.