Uses of Interface
org.seamcat.model.plugin.system.ConsistencyCheckContext
-
-
Uses of ConsistencyCheckContext in org.seamcat.model.factory
Methods in org.seamcat.model.factory with parameters of type ConsistencyCheckContext Modifier and Type Method Description static void
Factory. checkPlugin(ConsistencyCheckContext context, Configuration conf)
-
Uses of ConsistencyCheckContext in org.seamcat.model.plugin
Methods in org.seamcat.model.plugin with parameters of type ConsistencyCheckContext Modifier and Type Method Description void
Plugin. consistencyCheck(ConsistencyCheckContext context, T input)
-
Uses of ConsistencyCheckContext in org.seamcat.model.plugin.system
Methods in org.seamcat.model.plugin.system that return ConsistencyCheckContext Modifier and Type Method Description ConsistencyCheckContext
ConsistencyCheckContext. setContextObject(java.lang.Object context)
Returns a new Context with the specified context objectMethods in org.seamcat.model.plugin.system with parameters of type ConsistencyCheckContext Modifier and Type Method Description void
ConsistencyCheck. consistencyCheck(ConsistencyCheckContext context, Scenario scenario)
Perform a consistency check of this system.VectorSpace
ConsistencyCheck. getInterferenceLinkSystemCoverage(boolean victim, ConsistencyCheckContext context)
Calculate a vector range of positions that are possible from the given system and interference setting. -
Uses of ConsistencyCheckContext in org.seamcat.model.plugin.system.optional
Methods in org.seamcat.model.plugin.system.optional with parameters of type ConsistencyCheckContext Modifier and Type Method Description TransceiverSettings
TransceiverConsistencyCheck. getRxSettings(ConsistencyCheckContext context)
TransceiverSettings
TransceiverConsistencyCheckImpl. getRxSettings(ConsistencyCheckContext context)
TransceiverSettings
TransceiverConsistencyCheck. getTxSettings(ConsistencyCheckContext context)
TransceiverSettings
TransceiverConsistencyCheckImpl. getTxSettings(ConsistencyCheckContext context)
-
Uses of ConsistencyCheckContext in org.seamcat.model.simulation.consistency
Methods in org.seamcat.model.simulation.consistency with parameters of type ConsistencyCheckContext Modifier and Type Method Description static void
PluginValidator. plugin(ConsistencyCheckContext context, Configuration conf)
-
Uses of ConsistencyCheckContext in org.seamcat.model.simulation.result
Methods in org.seamcat.model.simulation.result that return ConsistencyCheckContext Modifier and Type Method Description ConsistencyCheckContext
ResultFactory. context(ConsistencyCheckContext parent, ContexedSystemPlugin plugin, Distribution frequency)
ConsistencyCheckContext
ResultFactory. context(ConsistencyCheckContext parent, InterferenceLink link)
Methods in org.seamcat.model.simulation.result with parameters of type ConsistencyCheckContext Modifier and Type Method Description ConsistencyCheckContext
ResultFactory. context(ConsistencyCheckContext parent, ContexedSystemPlugin plugin, Distribution frequency)
ConsistencyCheckContext
ResultFactory. context(ConsistencyCheckContext parent, InterferenceLink link)
-
Uses of ConsistencyCheckContext in org.seamcat.model.types
Methods in org.seamcat.model.types with parameters of type ConsistencyCheckContext Modifier and Type Method Description void
Configuration. consistencyCheck(ConsistencyCheckContext context)
-