Package | Description |
---|---|
org.seamcat.model.plugin.system | |
org.seamcat.model.simulation.result |
Modifier and Type | Method and Description |
---|---|
List<Victim> |
SimulationInstance.getResultingVictims(VictimResultCollector vCollector)
This method allows the victim system to prune its generated
Victim s. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultVictimImpl<T extends Victim> |
interface |
Victim<T extends Victim> |
Modifier and Type | Class and Description |
---|---|
class |
DefaultVictimImpl<T extends Victim> |
Modifier and Type | Method and Description |
---|---|
Victim |
InterferenceLinkResult.getVictim() |
Modifier and Type | Method and Description |
---|---|
List<Victim> |
VictimResultCollector.getVictims() |
Modifier and Type | Method and Description |
---|---|
void |
VictimResultCollector.add(Victim victim) |
void |
EventResult.addExternalInterferer(Victim victim,
Interferer interferer,
double unwanted,
double blocking) |
List<Interferer> |
EventResult.getExternalInterferers(Victim victim) |
List<Double> |
EventResult.getExternalInterferersBlocking(Victim victim) |
List<Double> |
EventResult.getExternalInterferersPathLoss(Victim victim) |
List<Double> |
EventResult.getExternalInterferersUnwanted(Victim victim) |
void |
EventResult.setTotalInterference(Victim victim,
double totalU,
double totalB) |
double |
EventResult.totalInterferenceBlocking(Victim victim) |
double |
EventResult.totalInterferenceUnwanted(Victim victim)
Return the total unwanted interference
as received by the given Victim
|
Copyright © 2018. All rights reserved.