Uses of Class
xal.model.probe.traj.EnsembleProbeState
Packages that use EnsembleProbeState
-
Uses of EnsembleProbeState in xal.model.probe
Methods in xal.model.probe that return EnsembleProbeStateModifier and TypeMethodDescriptionEnsembleProbe.createEmptyProbeState()Creates a new, emptyEnsembleProbeState.EnsembleProbe.createProbeState()Creates a state snapshot of this probe's state and returns it as aProbeStateobject.protected EnsembleProbeStateEnsembleProbe.readStateFrom(DataAdaptor container) Methods in xal.model.probe that return types with arguments of type EnsembleProbeStateModifier and TypeMethodDescriptionEnsembleProbe.createTrajectory()Creates a trajectory of the proper type for saving the probe's history. -
Uses of EnsembleProbeState in xal.model.probe.traj
Methods in xal.model.probe.traj that return EnsembleProbeStateModifier and TypeMethodDescriptionEnsembleProbeState.copy()Implements the clone operation required by the base classProbeStateConstructors in xal.model.probe.traj with parameters of type EnsembleProbeStateModifierConstructorDescriptionEnsembleProbeState(EnsembleProbeState ensembleProbeState) Copy constructor for EnsembleProbeState.