org.systemsbiology.jrap
Class MZXMLFileInfo
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parentFiles
protected ParentFile[] parentFiles
instrumentInfo
protected MSInstrumentInfo instrumentInfo
dataProcessing
protected DataProcessingInfo dataProcessing
MZXMLFileInfo
public MZXMLFileInfo()
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