|
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
org.proteios.io.mzdata.MzDataExpCommonAnnotation
public class MzDataExpCommonAnnotation
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 |
|---|
| Fields inherited from class org.proteios.io.mzdata.MzDataExpCommonDc |
|---|
anna, dc, factory |
| Fields inherited from class org.proteios.io.mzdata.MzDataExpCommon |
|---|
log |
| Constructor Summary | |
|---|---|
MzDataExpCommonAnnotation(SessionControl sc)
Default constructor. |
|
| Method Summary | |
|---|---|
AnnotationType |
createAddedParamAnnotationType(String atName,
Type atType,
Item atItem,
String addedParamType,
String addedParamName,
String addedParamValue)
Creates added parameter annotation type for storing variable values as annotations. |
AnnotationType |
createAnnotationType(String atName,
Type atType,
Item atItem)
Creates annotation type for storing variable values as annotations. |
AnnotationType |
createCvLookupAnnotationType(String atName,
Type atType,
Item atItem,
String lookupFullName,
String lookupVersion)
Creates cvLookup annotation type for storing variable values as annotations. |
AnnotationType |
createCvParamAnnotationType(String atName,
Type atType,
Item atItem,
String cvLabel,
String accession)
Creates cvParam annotation type for storing variable values as annotations. |
AnnotationType |
createUserParamAnnotationType(String atName,
Type atType,
Item atItem)
Creates userParam annotation type for storing variable values as annotations. |
AnnotationType |
fetchAddedParamAnnotationType(String atName,
Type atType,
Item atItem,
String addedParamType,
String addedParamName,
String addedParamValue)
Fetches added parameter annotation type for storing variable values as annotations. |
String |
fetchAnnotation(AnnotationSet as,
String atName,
Type atType,
DbControl argDc)
Fetches annotation value from annotation for given annotation type. |
CvLookup |
fetchCvLookupAnnotation(AnnotationSet as,
String atName,
Type atType,
DbControl argDc)
Fetches annotation value from annotation for given cvLookup annotation type. |
List<CvLookup> |
fetchCvLookupAnnotationList(AnnotationSet as,
Type atType,
DbControl argDc)
Fetches list of cvLookup type annotations. |
AnnotationType |
fetchCvLookupAnnotationType(String atName,
Type atType,
Item atItem,
String lookupFullName,
String lookupVersion)
Fetches cvLookup annotation type for storing variable values as annotations. |
CvParam |
fetchCvParamAnnotation(AnnotationSet as,
String atName,
Type atType,
DbControl argDc)
Fetches annotation value from annotation for given cvParam annotation type. |
List<CvParam> |
fetchCvParamAnnotationList(AnnotationSet as,
Type atType,
DbControl argDc)
Fetches list of cvParam type annotations. |
UserParam |
fetchUserParamAnnotation(AnnotationSet as,
String atName,
Type atType,
DbControl argDc)
Fetches annotation value from annotation for given userParam annotation type. |
List<UserParam> |
fetchUserParamAnnotationList(AnnotationSet as,
Type atType,
DbControl argDc)
Fetches list of userParam type annotations. |
AnnotationType |
obtainAddedParamAnnotationType(String atName,
Type atType,
Item atItem,
String addedParamType,
String addedParamName,
String addedParamValue)
Obtains added parameter annotation type for storing variable values as annotations. |
AnnotationType |
obtainCvLookupAnnotationType(String atName,
Type atType,
Item atItem,
String lookupFullName,
String lookupVersion)
Obtains cvLookup annotation type for storing variable values as annotations. |
void |
storeAnnotation(AnnotationSet as,
String atName,
Type atType,
Item atItem,
String value)
Stores variable value as annotation. |
void |
storeCvLookupAnnotation(AnnotationSet as,
String lookupCvLabel,
Type atType,
Item atItem,
String lookupFullName,
String lookupVersion,
String lookupAddress)
Stores variable values as cvLookup annotation. |
void |
storeCvParamAnnotation(AnnotationSet as,
String atName,
Type atType,
Item atItem,
String value,
String cvLabel,
String accession)
Stores variable values as cvParam annotation. |
void |
storeUserParamAnnotation(AnnotationSet as,
String atName,
Type atType,
Item atItem,
String value)
Stores variable values as userParam annotation. |
| Methods inherited from class org.proteios.io.mzdata.MzDataExpCommonDc |
|---|
enableAnnotator, enableDbControl, enableDbControl, getDbControl, getSessionControl, setDbControl |
| 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 |
| Constructor Detail |
|---|
public MzDataExpCommonAnnotation(SessionControl sc)
| Method Detail |
|---|
public AnnotationType createAnnotationType(String atName,
Type atType,
Item atItem)
atName - String the name of annotationTypeatType - Type the type of the annotationTypeatItem - Item the Item the annotationType should be enabled for
public AnnotationType createAddedParamAnnotationType(String atName,
Type atType,
Item atItem,
String addedParamType,
String addedParamName,
String addedParamValue)
atName - String the name of the AnnotationTypeatType - Type the type of the AnnotationTypeatItem - Item the Item the AnnotationType should be enabled foraddedParamType - String the annotation added parameter type as a StringaddedParamName - String the annotation added parameter name as a StringaddedParamValue - String the annotation added parameter value as a String
public AnnotationType fetchAddedParamAnnotationType(String atName,
Type atType,
Item atItem,
String addedParamType,
String addedParamName,
String addedParamValue)
atName - String the name of the AnnotationTypeatType - Type the type of the AnnotationTypeatItem - Item the Item the AnnotationType should be enabled foraddedParamType - String the annotation added parameter type as a StringaddedParamName - String the annotation added parameter name as a StringaddedParamValue - String the annotation added parameter value as a String
public AnnotationType obtainAddedParamAnnotationType(String atName,
Type atType,
Item atItem,
String addedParamType,
String addedParamName,
String addedParamValue)
atName - String the name of the AnnotationTypeatType - Type the type of the AnnotationTypeatItem - Item the Item the AnnotationType should be enabled foraddedParamType - String the annotation added parameter type as a StringaddedParamName - String the annotation added parameter name as a StringaddedParamValue - String the annotation added parameter value as a String
public void storeAnnotation(AnnotationSet as,
String atName,
Type atType,
Item atItem,
String value)
as - AnnotationSet the AnnotationSet to useatName - String the name of the annotationTypeatType - Type the type of the annotationTypeatItem - Item the Item the annotationType should be enabled forvalue - String the annotation value as a String
public String fetchAnnotation(AnnotationSet as,
String atName,
Type atType,
DbControl argDc)
as - AnnotationSet the AnnotationSet to useatName - String the name of annotationTypeatType - Type the type of the annotationTypeargDc - DbControl the DbControl object to use
public AnnotationType createCvLookupAnnotationType(String atName,
Type atType,
Item atItem,
String lookupFullName,
String lookupVersion)
atName - String the name of the AnnotationTypeatType - Type the type of the AnnotationTypeatItem - Item the Item the AnnotationType should be enabled forlookupFullName - String the annotation added parameter name as a StringlookupVersion - String the annotation added parameter value as a String
public AnnotationType fetchCvLookupAnnotationType(String atName,
Type atType,
Item atItem,
String lookupFullName,
String lookupVersion)
atName - String the name of the AnnotationTypeatType - Type the type of the AnnotationTypeatItem - Item the Item the AnnotationType should be enabled forlookupFullName - String the annotation added parameter name as a StringlookupVersion - String the annotation added parameter value as a String
public AnnotationType obtainCvLookupAnnotationType(String atName,
Type atType,
Item atItem,
String lookupFullName,
String lookupVersion)
atName - String the name of the AnnotationTypeatType - Type the type of the AnnotationTypeatItem - Item the Item the AnnotationType should be enabled forlookupFullName - String the annotation added parameter name as a StringlookupVersion - String the annotation added parameter value as a String
public void storeCvLookupAnnotation(AnnotationSet as,
String lookupCvLabel,
Type atType,
Item atItem,
String lookupFullName,
String lookupVersion,
String lookupAddress)
as - AnnotationSet the AnnotationSet to uselookupCvLabel - String the name of the AnnotationTypeatType - Type the type of the AnnotationTypeatItem - Item the Item the AnnotationType should be enabled forlookupFullName - String the annotation added parameter name as a StringlookupVersion - String the annotation added parameter value as a StringlookupAddress - String the annotation value as a String
public CvLookup fetchCvLookupAnnotation(AnnotationSet as,
String atName,
Type atType,
DbControl argDc)
as - AnnotationSet the AnnotationSet to useatName - String the name of annotationTypeatType - Type the type of the annotationTypeargDc - DbControl the DbControl object to use
public List<CvLookup> fetchCvLookupAnnotationList(AnnotationSet as,
Type atType,
DbControl argDc)
as - AnnotationSet the AnnotationSet to useatType - Type the type of the annotationTypeargDc - DbControl the DbControl object to use
public AnnotationType createCvParamAnnotationType(String atName,
Type atType,
Item atItem,
String cvLabel,
String accession)
atName - String the name of the AnnotationTypeatType - Type the type of the AnnotationTypeatItem - Item the Item the AnnotationType should be enabled forcvLabel - String the annotation cvLabel as a Stringaccession - String the annotation accession as a String
public void storeCvParamAnnotation(AnnotationSet as,
String atName,
Type atType,
Item atItem,
String value,
String cvLabel,
String accession)
as - AnnotationSet the AnnotationSet to useatName - String the name of the AnnotationTypeatType - Type the type of the AnnotationTypeatItem - Item the Item the AnnotationType should be enabled forvalue - String the annotation value as a StringcvLabel - String the annotation cvLabel as a Stringaccession - String the annotation accession as a String
public CvParam fetchCvParamAnnotation(AnnotationSet as,
String atName,
Type atType,
DbControl argDc)
as - AnnotationSet the AnnotationSet to useatName - String the name of annotationTypeatType - Type the type of the annotationTypeargDc - DbControl the DbControl object to use
public List<CvParam> fetchCvParamAnnotationList(AnnotationSet as,
Type atType,
DbControl argDc)
as - AnnotationSet the AnnotationSet to useatType - Type the type of the annotationTypeargDc - DbControl the DbControl object to use
public AnnotationType createUserParamAnnotationType(String atName,
Type atType,
Item atItem)
atName - String the name of the AnnotationTypeatType - Type the type of the AnnotationTypeatItem - Item the Item the AnnotationType should be enabled for
public void storeUserParamAnnotation(AnnotationSet as,
String atName,
Type atType,
Item atItem,
String value)
as - AnnotationSet the AnnotationSet to useatName - String the name of the AnnotationTypeatType - Type the type of the AnnotationTypeatItem - Item the Item the AnnotationType should be enabled forvalue - String the annotation value as a String
public UserParam fetchUserParamAnnotation(AnnotationSet as,
String atName,
Type atType,
DbControl argDc)
as - AnnotationSet the AnnotationSet to useatName - String the name of annotationTypeatType - Type the type of the annotationTypeargDc - DbControl the DbControl object to use
public List<UserParam> fetchUserParamAnnotationList(AnnotationSet as,
Type atType,
DbControl argDc)
as - AnnotationSet the AnnotationSet to useatType - Type the type of the annotationTypeargDc - DbControl the DbControl object to use
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||