Uses of Class
xal.model.probe.traj.SynchronousState
Packages that use SynchronousState
-
Uses of SynchronousState in xal.model.probe
Methods in xal.model.probe that return SynchronousStateModifier and TypeMethodDescriptionSynchronousProbe.createEmptyProbeState()Creates a new, emptySynchronousState.SynchronousProbe.createProbeState()Return a newProbeStateobject, of the appropriate type, initialized to the current state of this probe.protected SynchronousStateSynchronousProbe.readStateFrom(DataAdaptor container) Methods in xal.model.probe that return types with arguments of type SynchronousStateModifier and TypeMethodDescriptionSynchronousProbe.createTrajectory()Creates aTrajectory<SynchronousState>object of the proper type for saving the probe's history. -
Uses of SynchronousState in xal.model.probe.traj
Methods in xal.model.probe.traj that return SynchronousStateConstructors in xal.model.probe.traj with parameters of type SynchronousStateModifierConstructorDescriptionSynchronousState(SynchronousState stateSync) Copy constructor for SynchronousState.