public interface ConsistencyCheck
Modifier and Type | Method and Description |
---|---|
void |
consistencyCheck(ConsistencyCheckContext context,
Scenario scenario,
Validator validator)
Perform a consistency check of this system.
|
VectorSpace |
getInterferenceLinkSystemCoverage(boolean victim,
ConsistencyCheckContext context)
Calculate a vector range of positions that are possible from the given system
and interference setting.
|
Bounds |
getSystemCoverage() |
void consistencyCheck(ConsistencyCheckContext context, Scenario scenario, Validator validator)
scenario
- the scenario wherein this SystemPlugin
isvalidator
- a validator to report errors if any is detectedBounds getSystemCoverage()
VectorSpace getInterferenceLinkSystemCoverage(boolean victim, ConsistencyCheckContext context)
victim
- indicating if this is the victim case or notcontext
- the current context containing the interference linkCopyright © 2018. All rights reserved.