Uses of Class
xal.model.probe.traj.DiagnosticProbeState
Packages that use DiagnosticProbeState
-
Uses of DiagnosticProbeState in xal.model.probe
Methods in xal.model.probe that return DiagnosticProbeStateModifier and TypeMethodDescriptionDiagnosticProbe.createEmptyProbeState()Creates a new, emptyDiagnosticProbeState.DiagnosticProbe.createProbeState()protected DiagnosticProbeStateDiagnosticProbe.readStateFrom(DataAdaptor container) Methods in xal.model.probe that return types with arguments of type DiagnosticProbeStateModifier and TypeMethodDescriptionDiagnosticProbe.createTrajectory()Creates a trajectory of the proper type for saving the probe's history. -
Uses of DiagnosticProbeState in xal.model.probe.traj
Methods in xal.model.probe.traj that return DiagnosticProbeStateModifier and TypeMethodDescriptionDiagnosticProbeState.copy()Implements the clone operation required by the base classProbeState.Constructors in xal.model.probe.traj with parameters of type DiagnosticProbeStateModifierConstructorDescriptionDiagnosticProbeState(DiagnosticProbeState diagnosticProbeState) Copy constructor for DiagnosticProbeState.