Uses of Class
xal.tools.data.DataFormatException
Packages that use DataFormatException
Package
Description
Contains classes for representing particle beams
and various aspects and properties of particle beams.
-
Uses of DataFormatException in xal.model.alg
Methods in xal.model.alg that throw DataFormatExceptionModifier and TypeMethodDescriptionvoidEnvelopeTrackerBase.load(String strPrimKeyVal, EditContext ecTableData) Load the parameters of thisIAlgorithmobject from the table data in the givenEditContext.voidEnvTrackerAdapt.load(String strPrimKeyVal, EditContext ecTableData) Load the parameters of thisIAlgorithmobject from the table data in the givenEditContext.voidEnvTrackerAdapt.load(DataAdaptor daptArchive) Load the parameters of the algorithm from a data source exposing theIArchiveinterface.voidTrace3dTracker.load(String strPrimKeyVal, EditContext ecTableData) Load the parameters of thisIAlgorithmobject from the table data in the givenEditContext.voidTracker.load(String strPrimKeyVal, EditContext ecTableData) Load the parameters of thisIAlgorithmobject from the table data in the givenEditContext.voidTracker.load(DataAdaptor daSource) Load the state and settings of this algorithm from a data source exposing theDataAdaptorinterface.voidTwissTracker.load(String strPrimKeyVal, EditContext ecTableData) Load the parameters of thisIAlgorithmobject from the table data in the givenEditContext.static IAlgorithmTracker.newInstance(DataAdaptor daSource) Read the contents of the suppliedDataAdaptorand return a new instance of the appropriateIAlgorithmobject initialized with the data source behind theDataAdaptorinterface. -
Uses of DataFormatException in xal.model.probe
Methods in xal.model.probe that throw DataFormatExceptionModifier and TypeMethodDescriptionvoidProbe.load(DataAdaptor daptSource) Load the contents of a probe from an data archive represented by aDataAdaptorinterface.static Probe<?>Probe.readFrom(DataAdaptor container) Read the contents of the suppliedDataAdaptorand return an instance of the appropriate Probe species.protected DiagnosticProbeStateDiagnosticProbe.readStateFrom(DataAdaptor container) protected EnsembleProbeStateEnsembleProbe.readStateFrom(DataAdaptor container) protected EnvelopeProbeStateEnvelopeProbe.readStateFrom(DataAdaptor container) protected ParticleProbeStateParticleProbe.readStateFrom(DataAdaptor container) protected abstract SProbe.readStateFrom(DataAdaptor container) Read the contents of the suppliedDataAdaptorand return an instance of the appropriate Trajectory species.protected SynchronousStateSynchronousProbe.readStateFrom(DataAdaptor container) protected TransferMapStateTransferMapProbe.readStateFrom(DataAdaptor container) protected TwissProbeStateTwissProbe.readStateFrom(DataAdaptor container) Creates a newTwissProbeStateobject and initializes it from the data source exposing the givenDataAdaptorinterface.Constructors in xal.model.probe that throw DataFormatExceptionModifierConstructorDescriptionTwissProbe(DataAdaptor daSource) Initializing constructor - initialize from data adaptor Create an newTwissProbeobject and initialize its state variables according to the data in the data source exposing theDataAdaptorinterface. -
Uses of DataFormatException in xal.model.probe.traj
Methods in xal.model.probe.traj that throw DataFormatExceptionModifier and TypeMethodDescriptionfinal voidProbeState.load(DataAdaptor container) Recovers the state information from a data source represented by aDataAdaptorinterface.voidTrajectory.load(DataAdaptor daptSrc) Load the currentTrajectoryobject with the state history information in theDataAdaptorobject.static <S extends ProbeState<S>>
Trajectory<S>Trajectory.loadFrom(DataAdaptor daptSrc) Return a new instance of the appropriately typedTrajectoryobject initialized with the data contained in the given data source.protected voidBunchProbeState.readPropertiesFrom(DataAdaptor daSource) Recover the state values particular toBunchProbeStateobjects from the data source.protected voidDiagnosticProbeState.readPropertiesFrom(DataAdaptor container) protected voidEnsembleProbeState.readPropertiesFrom(DataAdaptor container) Recover the state values particular toEnsembleProbeStateobjects from the data source.protected voidEnvelopeProbeState.readPropertiesFrom(DataAdaptor container) Recover the state values particular toEnvelopeProbeStateobjects from the data source.protected voidParticleProbeState.readPropertiesFrom(DataAdaptor container) Recover the state values particular toBunchProbeStateobjects from the data source.protected voidProbeState.readPropertiesFrom(DataAdaptor container) Recover the state information from aDataAdaptorinterface.protected voidSynchronousState.readPropertiesFrom(DataAdaptor daptSrc) protected voidTransferMapState.readPropertiesFrom(DataAdaptor daptSrc) Restore the state values for this probe state object from the data store represented by theDataAdaptorinterface.protected voidTwissProbeState.readPropertiesFrom(DataAdaptor daSource) Recover the state values particular toTwissProbeStateobjects from the data source. -
Uses of DataFormatException in xal.model.xml
Methods in xal.model.xml that throw DataFormatExceptionModifier and TypeMethodDescriptionprotected IElementLatticeXmlParser.buildElement(DataAdaptor daptElem) Build a IElement object according to parameters specified in a data adaptor.protected ElementSeqLatticeXmlParser.buildSequence(DataAdaptor daptSeq) Build a sequence with its elements from a data source represented by a DataAdaptor interface.protected voidLatticeXmlParser.loadComposite(IComposite secNew, DataAdaptor daptSeq) Load an ElementSeq object with it's componentsprotected voidLatticeXmlParser.loadElement(IElement elem, DataAdaptor daptElem) Load an IElement object with its parameters specified in the data adaptor. -
Uses of DataFormatException in xal.tools.beam
Methods in xal.tools.beam that throw DataFormatExceptionModifier and TypeMethodDescriptionvoidPhaseMap.load(DataAdaptor daptArchive) Restore the value of the thisPhaseMatrixfrom the contents of a data archive.voidTwiss3D.load(DataAdaptor daSource) Recover the state values particular toBunchDistributionobjects from the data source.static CovarianceMatrixCovarianceMatrix.loadFrom(DataAdaptor daSource) Create a newCovarianceMatrixobject and initialize with the data source behind the givenDataAdaptorinterface.static PhaseMatrixPhaseMatrix.loadFrom(DataAdaptor daSource) Create a newPhaseMatrixobject and initialize with the data source behind the givenDataAdaptorinterface.static PhaseVectorPhaseVector.loadFrom(DataAdaptor daSource) Create a newPhaseVectorobject and initialize with the data source behind the givenDataAdaptorinterface.Constructors in xal.tools.beam that throw DataFormatExceptionModifierConstructorDescriptionPhaseMatrix(DataAdaptor daSource) Create a newPhaseMatrixobject and initialize with the data source behind theDataAdaptorinterface.PhaseVector(DataAdaptor daSource) Create a newPhaseVectorobject and initialize it with the data behind theDataAdaptordata source.Twiss3D(DataAdaptor daSource) Initializing Constructor: Create a newTwiss3Dobject and initialize it with data from the data source behind theDataAdaptorinterface. -
Uses of DataFormatException in xal.tools.data
Subclasses of DataFormatException in xal.tools.dataMethods in xal.tools.data that throw DataFormatExceptionModifier and TypeMethodDescriptionvoidIArchive.load(DataAdaptor daSource) Recover an object's state from an archived data source.voidIContextAware.load(String strPrimKeyVal, EditContext ecTableData) Load the class's parameters from anEditContextobject. -
Uses of DataFormatException in xal.tools.math
Methods in xal.tools.math that throw DataFormatExceptionModifier and TypeMethodDescriptionvoidBaseMatrix.load(DataAdaptor daptArchive) Restore the value of the this matrix from the contents of a data archive.voidBaseVector.load(DataAdaptor daptArchive) Restore the value of the this vector from the contents of a data archive.