Package xal.smf
Interface IFileBasedFieldMap
- All Known Implementing Classes:
MagFieldMap
,RfFieldMap
public interface IFileBasedFieldMap
This interface must be implemented by any element that holds a field map that
can be saved to a file.
- Author:
- Juan F. Esteban Müller <JuanF.EstebanMuller@ess.eu>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
writeFieldMap
(String fieldMapPath) Write the field map to a file.
-
Method Details
-
writeFieldMap
Write the field map to a file.- Parameters:
fieldMapPath
- The path to the directory where field map should be saved.
-