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 Type
    Method
    Description
    void
    writeFieldMap(String fieldMapPath)
    Write the field map to a file.
  • Method Details

    • writeFieldMap

      void writeFieldMap(String fieldMapPath)
      Write the field map to a file.
      Parameters:
      fieldMapPath - The path to the directory where field map should be saved.