Uses of Interface
org.seamcat.model.types.InterferenceLink
-
Packages that use InterferenceLink Package Description org.seamcat.model org.seamcat.model.plugin.system org.seamcat.model.simulation.result org.seamcat.model.types -
-
Uses of InterferenceLink in org.seamcat.model
Methods in org.seamcat.model that return types with arguments of type InterferenceLink Modifier and Type Method Description java.util.List<InterferenceLink>
Scenario. getInterferenceLinks()
Returns the list of interference links defined in this scenario -
Uses of InterferenceLink in org.seamcat.model.plugin.system
Methods in org.seamcat.model.plugin.system that return InterferenceLink Modifier and Type Method Description InterferenceLink
ConsistencyCheckContext. getInterferenceLink()
When origin is INTERFERENCE_LINK this method returns the interference link configurationInterferenceLink
Context. getInterferenceLink()
Methods in org.seamcat.model.plugin.system with parameters of type InterferenceLink Modifier and Type Method Description Bounds
CorrelationMode. getBounds(InterferenceLink link)
Point2D
CorrelationMode. getCorrelationVector(InterferenceLink link, Results preSimulation)
void
SimulationInstance. interferingSystemSimulation(EventResult eventResult, InterferenceLink link, Point2D position)
For the givenInterferenceLink
let the interfering system simulate.void
SimulationInstance. interferingSystemSimulation(EventResult eventResult, InterferenceLink link, Point2D position, LinkResult positionFromCoLocation)
Will be called with Interference Link is co-Located. -
Uses of InterferenceLink in org.seamcat.model.simulation.result
Methods in org.seamcat.model.simulation.result that return InterferenceLink Modifier and Type Method Description InterferenceLink
InterferenceLinkResult. getInterferenceLink()
Returns the configuration of this interference linkInterferenceLink
DefaultInterfererImpl. getLink()
InterferenceLink
Interferer. getLink()
InterferenceLink
InterfererResultCollector. getLink()
Methods in org.seamcat.model.simulation.result with parameters of type InterferenceLink Modifier and Type Method Description ConsistencyCheckContext
ResultFactory. context(ConsistencyCheckContext parent, InterferenceLink link)
java.util.List<InterferenceLinkResult>
EventResult. getInterferenceLinkResult(InterferenceLink link)
Get all the interference link results of this event for the given interference link.InterfererResultCollector
EventResult. getInterferingSystemResult(InterferenceLink link)
Results
SimulationResult. getResult(InterferenceLink link)
For a configuredScenario
get the results for the specified InterferenceLink.Constructors in org.seamcat.model.simulation.result with parameters of type InterferenceLink Constructor Description DefaultInterfererImpl(InterferenceLink link, AntennaGain antennaGain, LinkResult linkResult, double mcl)
-
Uses of InterferenceLink in org.seamcat.model.types
Methods in org.seamcat.model.types that return InterferenceLink Modifier and Type Method Description InterferenceLink
CorrelationSetting. getCoLocatedWith()
-