Uses of Interface
org.seamcat.model.simulation.result.SystemLink
-
Packages that use SystemLink Package Description org.seamcat.model.simulation.result -
-
Uses of SystemLink in org.seamcat.model.simulation.result
Classes in org.seamcat.model.simulation.result with type parameters of type SystemLink Modifier and Type Interface Description interface
SystemLink<T extends SystemLink>
A System Link represents a radio connection between a transmitter (tx) and receiver (rx) of aSystemPlugin
.class
SystemLinkImpl<T extends SystemLink>
Subinterfaces of SystemLink in org.seamcat.model.simulation.result Modifier and Type Interface Description interface
Interferer<T extends Interferer>
An Interferer represent aSystemLink
(i.e.interface
Victim<T extends Victim>
A Victim represent aSystemLink
(i.e.Classes in org.seamcat.model.simulation.result that implement SystemLink Modifier and Type Class Description class
DefaultInterfererImpl<T extends Interferer>
class
DefaultVictimImpl<T extends Victim>
class
SystemLinkImpl<T extends SystemLink>
-