public interface ConsistencyCheckContext
Modifier and Type | Method and Description |
---|---|
Object |
getContextObject()
Gives the specific context object to help identify where
in the simulation we are being invoked from.
|
Bounds |
getCoverage() |
Distribution |
getFrequency()
When origin is either SYSTEM or INTERFERENCE_LINK
the frequency will return the system frequency or the
interference link frequency
|
InterferenceLink |
getInterferenceLink()
When origin is INTERFERENCE_LINK this method returns the
interference link configuration
|
Origin |
getOrigin()
Origin describes where this consistency check context originates
from.
|
TransceiverSettings |
getRxSettings() |
Scenario |
getScenario()
When origin is EPP the scenario will return the
scenario in which this EPP is attached
|
RadioSystem |
getSystem()
When origin is either SYSTEM or INTERFERENCE_LINK the
system will be the system or interference link interferer
|
SystemPlugin |
getSystemPlugin() |
TransceiverSettings |
getTxSettings() |
ConsistencyCheckContext |
setContextObject(Object context)
Returns a new Context with the specified context object
|
Origin getOrigin()
Distribution getFrequency()
RadioSystem getSystem()
SystemPlugin getSystemPlugin()
InterferenceLink getInterferenceLink()
Scenario getScenario()
Object getContextObject()
ConsistencyCheckContext setContextObject(Object context)
context
- Bounds getCoverage()
TransceiverSettings getTxSettings()
TransceiverSettings getRxSettings()
Copyright © 2018. All rights reserved.