Package | Description |
---|---|
org.seamcat.model.plugin.antenna | |
org.seamcat.model.plugin.propagation | |
org.seamcat.model.plugin.system | |
org.seamcat.model.simulation.result | |
org.seamcat.model.types |
Modifier and Type | Method and Description |
---|---|
double |
AntennaGainPlugin.evaluate(LinkResult context,
AntennaResult antenna,
double peakGain,
T input)
Calculates the precise gain from this antenna towards a specific set of
horizontal and vertical angles If no specific antenna patterns are defined
for this antenna, the peak gain is returned.
|
Modifier and Type | Method and Description |
---|---|
double |
PropagationModelPlugin.evaluate(LinkResult linkResult,
boolean variation,
T input)
Evaluates the path loss
The user-defined model has a standard interface. |
Modifier and Type | Method and Description |
---|---|
void |
SimulationInstance.interferingSystemSimulation(EventResult eventResult,
InterferenceLink link,
Point2D position,
LinkResult positionFromCoLocation)
Will be called with Interference Link is co-Located.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InterferenceLinkResult |
Modifier and Type | Method and Description |
---|---|
LinkResult |
LinkResult.add(Point2D delta) |
LinkResult |
InterferenceLinkResult.getInterferingSystemLink() |
LinkResult |
SystemLinkImpl.getLinkResult() |
LinkResult |
SystemLink.getLinkResult() |
LinkResult |
InterferenceLinkResult.getVictimSystemLink() |
LinkResult |
ResultFactory.linkResult()
Generates an empty LinkResult
|
LinkResult |
ResultFactory.linkResult(RadioSystem system,
double frequency) |
Modifier and Type | Method and Description |
---|---|
List<LinkResult> |
LinkResultSamples.getInterferingSystemSamples() |
List<LinkResult> |
Collector.getLinkResults(MultiValueDef def) |
List<LinkResult> |
LinkResultSamples.getVictimSystemSamples() |
Modifier and Type | Method and Description |
---|---|
void |
Collector.add(MultiValueDef def,
LinkResult linkResult)
Collect a MultiValueDef of type LinkResult
|
Constructor and Description |
---|
DefaultInterfererImpl(int linkIndex,
AntennaGain antennaGain,
LinkResult linkResult,
double mcl) |
DefaultVictimImpl(AntennaGain antennaGain,
LinkResult linkResult) |
SystemLinkImpl(AntennaGain antennaGain,
LinkResult linkResult) |
Modifier and Type | Method and Description |
---|---|
double |
PropagationModel.evaluate(LinkResult linkResult)
Evaluates the path loss where variation is
as set in the workspace
|
double |
AntennaGain.evaluate(LinkResult context,
AntennaResult directionResult) |
double |
PropagationModel.evaluate(LinkResult linkResult,
boolean variation)
Evaluates the path loss where the caller decides
if variation is selected
|
Copyright © 2018. All rights reserved.