Uses of Class
xal.sim.sync.SynchronizationException
Packages that use SynchronizationException
-
Uses of SynchronizationException in xal.sim.scenario
Methods in xal.sim.scenario that throw SynchronizationExceptionModifier and TypeMethodDescriptionbooleanScenario.checkSynchronization(AcceleratorNode aNode, Map<String, Double> values) Testing SupportvoidScenario.resync()Synchronizes each lattice element to the appropriate data source.voidScenario.resyncFromCache()Synchronizes each lattice element from the cache and applies the whatif model inputs. -
Uses of SynchronizationException in xal.sim.sync
Methods in xal.sim.sync that throw SynchronizationExceptionModifier and TypeMethodDescriptionvoidElectromagnetSynchronizer.checkSynchronization(IComponent aComp, Map<String, Double> valueMap) voidPermanentMagnetSynchronizer.checkSynchronization(IComponent aComp, Map<String, Double> valueMap) voidRfCavitySynchronizer.checkSynchronization(IComponent aComp, Map<String, Double> valueMap) booleanSynchronizationManager.checkSynchronization(AcceleratorNode aNode, Map<String, Double> values) voidSynchronizer.checkSynchronization(IComponent aComp, Map<String, Double> valueMap) voidElectromagnetSynchronizer.resync(IComponent aComp, Map<String, Double> valueMap) voidPermanentMagnetSynchronizer.resync(IComponent aComp, Map<String, Double> valueMap) voidRfCavitySynchronizer.resync(IComponent aComp, Map<String, Double> valueMap) voidSynchronizationManager.resync()static voidSynchronizationManager.resync(IComponent aComp, Map<String, Double> valueMap) Synchronizes anElem to the property values contained in valueMap.voidSynchronizer.resync(IComponent aComp, Map<String, Double> valueMap) voidSynchronizationManager.resyncFromCache()use the cached values modified by the model inputs and resync the model