Last update: 2011-06-23

org.proteios.io
Class SpectrumFileAnalyzer

java.lang.Object
  extended by org.proteios.io.SpectrumFileAnalyzer
All Implemented Interfaces:
SpectrumFileAnalyzerInterface

public class SpectrumFileAnalyzer
extends Object
implements SpectrumFileAnalyzerInterface

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

Author:
olle

Constructor Summary
SpectrumFileAnalyzer()
          Default constructor.
 
Method Summary
 List<StringPairInterface> getAnalyzer()
          Get the spectrum instrument analyzer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpectrumFileAnalyzer

public SpectrumFileAnalyzer()
Default constructor.

Method Detail

getAnalyzer

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

Specified by:
getAnalyzer in interface SpectrumFileAnalyzerInterface
Returns:
List The spectrum instrument analyzer.

Last update: 2011-06-23