org.systemsbiology.jrap
Class MZXMLFileInfo

java.lang.Object
  extended by org.systemsbiology.jrap.MZXMLFileInfo

public class MZXMLFileInfo
extends java.lang.Object

MZXMLFileInfo is a class that contains all information from the header of an MzXML file that is constant for the entire file.

Author:
M. Vogelzang

Field Summary
protected  DataProcessingInfo dataProcessing
           
protected  MSInstrumentInfo instrumentInfo
           
protected  ParentFile[] parentFiles
           
 
Constructor Summary
MZXMLFileInfo()
           
 
Method Summary
 DataProcessingInfo getDataProcessing()
          Get data about how the data was processed.
 MSInstrumentInfo getInstrumentInfo()
          Get information about the MS instrument used to extract data.
 ParentFile[] getParentFiles()
          Get information about parent files, chronologically ordered.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parentFiles

protected ParentFile[] parentFiles

instrumentInfo

protected MSInstrumentInfo instrumentInfo

dataProcessing

protected DataProcessingInfo dataProcessing
Constructor Detail

MZXMLFileInfo

public MZXMLFileInfo()
Method Detail

getParentFiles

public ParentFile[] getParentFiles()
Get information about parent files, chronologically ordered.

Returns:
An array of information about parent files of an mzXML file.

getInstrumentInfo

public MSInstrumentInfo getInstrumentInfo()
Get information about the MS instrument used to extract data.

Returns:
MS instrument information, or null when no information was present in the file.

getDataProcessing

public DataProcessingInfo getDataProcessing()
Get data about how the data was processed.

Returns:
An instance of DataProcessingInfo.


SASHIMI Project