Package xal.tools.data
Interface IContextAware
- All Known Subinterfaces:
IAlgorithm
- All Known Implementing Classes:
DiagnosticTracker
,ElsTracker
,EnsembleTracker
,EnvelopeBacktracker
,EnvelopeTracker
,EnvelopeTrackerBase
,EnvelopeTrackerPmq
,EnvelopeTrackerPmqDipole
,EnvTrackerAdapt
,ParticleTracker
,SynchronousTracker
,Trace3dTracker
,Tracker
,TrackerAdaptive
,TransferMapTracker
,TwissTracker
,TwissTrackerPmq
public interface IContextAware
Interface specifying methods for saving/restore object data from an
EditContext
object.- Author:
- Christopher K. Allen
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
load
(String strPrimKeyVal, EditContext ecTableData) Load the class's parameters from anEditContext
object.
-
Method Details
-
load
Load the class's parameters from anEditContext
object.- Parameters:
strPrimKeyVal
- primary key value specifying the name of the recordecTableData
- EditContext containing table data- Throws:
DataFormatException
- bad data format - error in reading
-