Uses of Class
xal.model.probe.Probe
Packages that use Probe
Package
Description
-
Uses of Probe in xal.extension.jels.model.probe
Subclasses of Probe in xal.extension.jels.model.probe -
Uses of Probe in xal.extension.widgets.apputils
Methods in xal.extension.widgets.apputils that return ProbeConstructors in xal.extension.widgets.apputils with parameters of type ProbeModifierConstructorDescriptionSimpleProbeEditor(Frame owner, Probe<?> bean) SimpleProbeEditor(Frame owner, Probe<?> bean, boolean visible) -
Uses of Probe in xal.model.probe
Subclasses of Probe in xal.model.probeModifier and TypeClassDescriptionclassBunchProbe<S extends BunchProbeState<S>>Abstract base class for all probes having beam properties.classSimple diagnostic probe for testing the Lattice framework.classRepresents an ensemble of particles.classEnvelopeProberepresents the RMS beam envelopes of a beam.classParticleProbe extends the base BeamProbe to manage a particle state which is a Vector of homogeneous phase space variables.classThis class represents the behavior of the synchronous particle of a particle beam bunch.classProbe that tracks all the transfer maps between modeling elements.classEnvelopeProberepresents the RMS beam envelopes of a beam.Methods in xal.model.probe that return ProbeModifier and TypeMethodDescriptionProbe.copy()Creates a deep copy of the probestatic Probe<?>Probe.newProbeInitializedFrom(Probe<?> probeInit) Clone factory method.static Probe<?>Probe.readFrom(DataAdaptor container) Read the contents of the suppliedDataAdaptorand return an instance of the appropriate Probe species.Methods in xal.model.probe with parameters of type ProbeModifier and TypeMethodDescriptionprotected voidThis is a convenience function for derived classes when implementing their deepCopy() method.protected voidEnvelopeProbe.initializeFrom(Probe<EnvelopeProbeState> probe) Deprecated.Never usedprotected voidProbe.initializeFrom(Probe<S> probe) Deprecated.This method is only called from child class overrides which are never called themselves.protected voidTransferMapProbe.initializeFrom(Probe<TransferMapState> probe) Deprecated.Never Usedprotected voidTwissProbe.initializeFrom(Probe<TwissProbeState> probe) Deprecated.Never usedstatic Probe<?>Probe.newProbeInitializedFrom(Probe<?> probeInit) Clone factory method.Constructors in xal.model.probe with parameters of type Probe -
Uses of Probe in xal.model.probe.traj
Methods in xal.model.probe.traj with parameters of type ProbeModifier and TypeMethodDescriptionvoidCaptures the specified probe's current state to aProbeStateobject then saves it to the trajectory.Constructors in xal.model.probe.traj with parameters of type Probe -
Uses of Probe in xal.model.xml
Methods in xal.model.xml that return ProbeModifier and TypeMethodDescriptionstatic Probe<?>Parse the XML file specified by the supplied URI.Probe<?>ProbeXmlParser.parseAdaptor(DataAdaptor adaptor) Parse the given data source and build a probe object according to that described.static Probe<?>ProbeXmlParser.parseDataAdaptor(DataAdaptor adaptor) Parse the given data source and build a probe object according to that described.Probe<?>ProbeXmlParser.parseProbeFile(String fileUri) Parse the XML file specified by the supplied URI.Methods in xal.model.xml with parameters of type ProbeModifier and TypeMethodDescriptionstatic DocumentProbeXmlWriter.documentForProbe(Probe<?> probe) Returns a DOM document for the supplied probe.ProbeXmlWriter.writeProbeToDoc(Probe<?> aProbe) Writes suppliedProbeto the specified XML file.static voidWrites suppliedProbeto the specified XML file. -
Uses of Probe in xal.sim.scenario
Methods in xal.sim.scenario that return ProbeModifier and TypeMethodDescriptionProbe<?>Scenario.getProbe()Returns the scenario's current probe, or null if there is none.Methods in xal.sim.scenario with parameters of type Probe