|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.proteios.io.mzdata.MzDataImpCommon
org.proteios.io.mzdata.MzDataImpCommonDc
org.proteios.io.mzdata.MzDataImpCommonAnnotation
org.proteios.io.mzdata.MzDataImpCommonPeakList
org.proteios.io.mzdata.MzDataImpSpectrumInstrumentBlock
public class MzDataImpSpectrumInstrumentBlock
This class processes a "spectrumInstrument" XML block in an mzData file. It collects data from name-value pairs in cvParam tags and makes it available through accessor methods to its instance variables.
| Field Summary |
|---|
| Fields inherited from class org.proteios.io.mzdata.MzDataImpCommonDc |
|---|
anna, dc, factory |
| Fields inherited from class org.proteios.io.mzdata.MzDataImpCommon |
|---|
log |
| Constructor Summary | |
|---|---|
MzDataImpSpectrumInstrumentBlock(SessionControl sc)
Default constructor. |
|
| Method Summary | |
|---|---|
void |
blockEnd(javax.xml.stream.XMLStreamReader parser)
Processes end of XML block processed by this class. |
void |
blockStart(javax.xml.stream.XMLStreamReader parser)
Processes start of XML block processed by this class. |
void |
cvParamElementStart(javax.xml.stream.XMLStreamReader parser)
Processes start of cvParam XML element. |
int |
getMsLevel()
Get the msLevel. |
float |
getMzRangeStart()
Get the mzRangeStart. |
float |
getMzRangeStop()
Get the mzRangeStop. |
float |
getTimeInMinutes()
Get the timeInMinutes. |
void |
processInternalStartElement(javax.xml.stream.XMLStreamReader parser)
Processes an internal StartElement event. |
void |
setMsLevel(int msLevel)
Set the msLevel. |
void |
setMzRangeStart(float mzRangeStart)
Set the mzRangeStart. |
void |
setMzRangeStop(float mzRangeStop)
Set the mzRangeStop. |
void |
setTimeInMinutes(float timeInMinutes)
Set the timeInMinutes. |
HardwareConfiguration |
spectrumInstrumentItem(PeakList peakList)
Creates a spectrumInstrument item. |
void |
storeSpectrumInstrumentAnnotations(HardwareConfiguration spectrumInstrument)
Stores variable values as annotations for spectrumInstrument. |
void |
userParamElementStart(javax.xml.stream.XMLStreamReader parser)
Processes start of userParam XML element. |
| Methods inherited from class org.proteios.io.mzdata.MzDataImpCommonPeakList |
|---|
getPeakList, parse, setPeakList |
| Methods inherited from class org.proteios.io.mzdata.MzDataImpCommonAnnotation |
|---|
fetchCvLookupAnnotation, fetchCvLookupAnnotationList, fetchCvParamAnnotation, fetchCvParamAnnotationList, fetchUserParamAnnotation, fetchUserParamAnnotationList, storeAnnotation, storeCvLookupAnnotation, storeCvParamAnnotation, storeUserParamAnnotation |
| Methods inherited from class org.proteios.io.mzdata.MzDataImpCommonDc |
|---|
enableDbControl, enableDbControl, getDbControl, getSessionControl, setDbControl |
| Methods inherited from class org.proteios.io.mzdata.MzDataImpCommon |
|---|
getBlockTagName, getTempStrBuf, parse, processCData, processCharacters, processInternalEndElement, setBlockTagName, setTempStrBuf |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MzDataImpSpectrumInstrumentBlock(SessionControl sc)
sc - | Method Detail |
|---|
public int getMsLevel()
public void setMsLevel(int msLevel)
msLevel - int the msLevel to set.public float getMzRangeStart()
public void setMzRangeStart(float mzRangeStart)
mzRangeStart - float the mzRangeStart to set.public float getMzRangeStop()
public void setMzRangeStop(float mzRangeStop)
mzRangeStop - float the mzRangeStop to set.public float getTimeInMinutes()
public void setTimeInMinutes(float timeInMinutes)
timeInMinutes - float the timeInMinutes to set.
public void blockStart(javax.xml.stream.XMLStreamReader parser)
throws javax.xml.stream.XMLStreamException
blockStart in class MzDataImpCommonparser - XMLStreamReader instance.
javax.xml.stream.XMLStreamException - If there is an XML Stream related error
public void blockEnd(javax.xml.stream.XMLStreamReader parser)
throws javax.xml.stream.XMLStreamException
blockEnd in class MzDataImpCommonparser - XMLStreamReader instance.
javax.xml.stream.XMLStreamException - If there is an XML Stream related error
public void processInternalStartElement(javax.xml.stream.XMLStreamReader parser)
throws javax.xml.stream.XMLStreamException
processInternalStartElement in class MzDataImpCommonparser - XMLStreamReader instance.
javax.xml.stream.XMLStreamException - If there is an XML Stream related error
public void cvParamElementStart(javax.xml.stream.XMLStreamReader parser)
throws javax.xml.stream.XMLStreamException
parser - XMLStreamReader instance.
javax.xml.stream.XMLStreamException - If there is an XML Stream related error
public void userParamElementStart(javax.xml.stream.XMLStreamReader parser)
throws javax.xml.stream.XMLStreamException
parser - XMLStreamReader instance.
javax.xml.stream.XMLStreamException - If there is an XML Stream related errorpublic HardwareConfiguration spectrumInstrumentItem(PeakList peakList)
peakList - PeakList peakList
public void storeSpectrumInstrumentAnnotations(HardwareConfiguration spectrumInstrument)
spectrumInstrument - HardwareConfiguration spectrumInstrument
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||