Last update: 2011-06-23

org.proteios.io
Interface SpectrumFileAnalyzerInterface

All Known Implementing Classes:
SpectrumFileAnalyzer

public interface SpectrumFileAnalyzerInterface

This interface defines methods to access instrument analyzer information obtained from spectrum files.

Author:
olle

Method Summary
 List<StringPairInterface> getAnalyzer()
          Get the spectrum instrument analyzer.
 

Method Detail

getAnalyzer

List<StringPairInterface> getAnalyzer()
Get the spectrum instrument analyzer.

Returns:
List The spectrum instrument analyzer.

Last update: 2011-06-23