|
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.MzDataExpCommon
org.proteios.io.mzdata.MzDataExpCommonDc
public class MzDataExpCommonDc
This class supports export of mzData files from Proteios. An mzData file contains information on a mass spectrometry experiment. Given a Proteios peakListSet, MzDataExporter fetches stored data related to this peakListSet and stores it in an mzData file.
| Field Summary | |
|---|---|
protected Annotator |
anna
|
protected DbControl |
dc
|
protected ItemFactory |
factory
|
| Fields inherited from class org.proteios.io.mzdata.MzDataExpCommon |
|---|
log |
| Constructor Summary | |
|---|---|
MzDataExpCommonDc(SessionControl sc)
Default constructor. |
|
| Method Summary | |
|---|---|
void |
enableAnnotator(DbControl dc)
Make sure that Annotator exists, and that the DbControl is attached to it. |
void |
enableDbControl()
Make sure that DbControl is running. |
void |
enableDbControl(BasicItem item)
Make sure that DbControl is running, and that the item is attached to it. |
DbControl |
getDbControl()
Get the DbControl. |
SessionControl |
getSessionControl()
|
void |
setDbControl(DbControl dc)
Set the DbControl. |
| Methods inherited from class org.proteios.io.mzdata.MzDataExpCommon |
|---|
getBlockTagName, setBlockTagName, write, writeAttribute, writeEndTag, writeNamespace, writeSimpleElementPair, writeSimpleElementPair, writeSingleElementEnd, writeStartElement, writeStartElementEnd, writeStartListTag, writeStartTag, zeroPad, zeroPad, zeroPad |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DbControl dc
protected ItemFactory factory
protected Annotator anna
| Constructor Detail |
|---|
public MzDataExpCommonDc(SessionControl sc)
| Method Detail |
|---|
public SessionControl getSessionControl()
public DbControl getDbControl()
public void setDbControl(DbControl dc)
dc - DbControl the DbControl to set.public void enableDbControl()
public void enableDbControl(BasicItem item)
item - BasicItem item to reattach to DbControllerpublic void enableAnnotator(DbControl dc)
dc - DbControl to attach to Annotator
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||