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 TypeMethodDescriptionboolean
Scenario.checkSynchronization
(AcceleratorNode aNode, Map<String, Double> values) Testing Supportvoid
Scenario.resync()
Synchronizes each lattice element to the appropriate data source.void
Scenario.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 TypeMethodDescriptionvoid
ElectromagnetSynchronizer.checkSynchronization
(IComponent aComp, Map<String, Double> valueMap) void
PermanentMagnetSynchronizer.checkSynchronization
(IComponent aComp, Map<String, Double> valueMap) void
RfCavitySynchronizer.checkSynchronization
(IComponent aComp, Map<String, Double> valueMap) boolean
SynchronizationManager.checkSynchronization
(AcceleratorNode aNode, Map<String, Double> values) void
Synchronizer.checkSynchronization
(IComponent aComp, Map<String, Double> valueMap) void
ElectromagnetSynchronizer.resync
(IComponent aComp, Map<String, Double> valueMap) void
PermanentMagnetSynchronizer.resync
(IComponent aComp, Map<String, Double> valueMap) void
RfCavitySynchronizer.resync
(IComponent aComp, Map<String, Double> valueMap) void
SynchronizationManager.resync()
static void
SynchronizationManager.resync
(IComponent aComp, Map<String, Double> valueMap) Synchronizes anElem to the property values contained in valueMap.void
Synchronizer.resync
(IComponent aComp, Map<String, Double> valueMap) void
SynchronizationManager.resyncFromCache()
use the cached values modified by the model inputs and resync the model