|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.biomage.Common.Extendable
|
+--org.biomage.Common.Describable
|
+--org.biomage.Common.Identifiable
|
+--org.biomage.BioAssayData.BioAssayData
Represents the dataset created when the BioAssays are created. BioAssayData is the entry point to the values. Because the actual values are represented by a different object, BioDataValues, which can be memory intensive, the annotation of the transformation can be gotten separate from the data.
| Nested Class Summary |
| Nested classes inherited from class org.biomage.Interface.HasSummaryStatistics |
HasSummaryStatistics.SummaryStatistics_list |
| Nested classes inherited from class org.biomage.Interface.HasAuditTrail |
HasAuditTrail.AuditTrail_list |
| Nested classes inherited from class org.biomage.Interface.HasDescriptions |
HasDescriptions.Descriptions_list |
| Nested classes inherited from class org.biomage.Interface.HasPropertySets |
HasPropertySets.PropertySets_list |
| Field Summary | |
protected BioAssayDimension |
bioAssayDimension
The BioAssays of the BioAssayData. |
protected BioDataValues |
bioDataValues
The data values of the BioAssayData. |
protected DesignElementDimension |
designElementDimension
The DesignElements of the BioAssayData. |
protected QuantitationTypeDimension |
quantitationTypeDimension
The QuantitationTypes of the BioAssayData. |
protected HasSummaryStatistics.SummaryStatistics_list |
summaryStatistics
Statistics on the Quality of the BioAssayData. |
| Fields inherited from class org.biomage.Common.Describable |
auditTrail, descriptions, security |
| Fields inherited from class org.biomage.Common.Extendable |
propertySets |
| Constructor Summary | |
BioAssayData()
Default constructor. |
|
BioAssayData(org.xml.sax.Attributes atts)
Attribute constructor. |
|
| Method Summary | |
void |
addToSummaryStatistics(int position,
NameValueType nameValueType)
Method to add NameValueType at position to SummaryStatistics_list |
void |
addToSummaryStatistics(NameValueType nameValueType)
Method to add NameValueType to SummaryStatistics_list |
BioAssayDimension |
getBioAssayDimension()
Get method for bioAssayDimension |
BioDataValues |
getBioDataValues()
Get method for bioDataValues |
DesignElementDimension |
getDesignElementDimension()
Get method for designElementDimension |
NameValueType |
getFromSummaryStatistics(int position)
Method to get NameValueType from SummaryStatistics_list |
QuantitationTypeDimension |
getQuantitationTypeDimension()
Get method for quantitationTypeDimension |
HasSummaryStatistics.SummaryStatistics_list |
getSummaryStatistics()
Get method for summaryStatistics |
void |
removeElementAtFromSummaryStatistics(int position)
Method to remove by position from SummaryStatistics_list |
void |
removeFromSummaryStatistics(NameValueType nameValueType)
Method to remove first NameValueType from SummaryStatistics_list |
void |
setBioAssayDimension(BioAssayDimension bioAssayDimension)
Set method for bioAssayDimension |
void |
setBioDataValues(BioDataValues bioDataValues)
Set method for bioDataValues |
void |
setDesignElementDimension(DesignElementDimension designElementDimension)
Set method for designElementDimension |
void |
setQuantitationTypeDimension(QuantitationTypeDimension quantitationTypeDimension)
Set method for quantitationTypeDimension |
void |
setSummaryStatistics(HasSummaryStatistics.SummaryStatistics_list summaryStatistics)
Set method for summaryStatistics |
void |
writeAssociations(java.io.Writer out)
writeAssociations This method is responsible for assembling the association data into XML. |
void |
writeAttributes(java.io.Writer out)
writeAttributes This method is responsible for assembling the attribute data into XML. |
void |
writeMAGEML(java.io.Writer out)
writeMAGEML This method is responsible for assembling the attribute and association data into XML. |
| Methods inherited from class org.biomage.Common.Identifiable |
getIdentifier, getName, setIdentifier, setName |
| Methods inherited from class org.biomage.Common.Describable |
addToAuditTrail, addToAuditTrail, addToDescriptions, addToDescriptions, getAuditTrail, getDescriptions, getFromAuditTrail, getFromDescriptions, getSecurity, removeElementAtFromAuditTrail, removeElementAtFromDescriptions, removeFromAuditTrail, removeFromDescriptions, setAuditTrail, setDescriptions, setSecurity |
| Methods inherited from class org.biomage.Common.Extendable |
addToPropertySets, addToPropertySets, getFromPropertySets, getPropertySets, removeElementAtFromPropertySets, removeFromPropertySets, setPropertySets |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected HasSummaryStatistics.SummaryStatistics_list summaryStatistics
protected BioAssayDimension bioAssayDimension
protected DesignElementDimension designElementDimension
protected QuantitationTypeDimension quantitationTypeDimension
protected BioDataValues bioDataValues
| Constructor Detail |
public BioAssayData()
public BioAssayData(org.xml.sax.Attributes atts)
| Method Detail |
public void writeMAGEML(java.io.Writer out)
throws java.io.IOException
writeMAGEML in class Identifiablejava.io.IOException
public void writeAttributes(java.io.Writer out)
throws java.io.IOException
writeAttributes in class Identifiablejava.io.IOException
public void writeAssociations(java.io.Writer out)
throws java.io.IOException
writeAssociations in class Identifiablejava.io.IOExceptionpublic void setSummaryStatistics(HasSummaryStatistics.SummaryStatistics_list summaryStatistics)
setSummaryStatistics in interface HasSummaryStatisticspublic HasSummaryStatistics.SummaryStatistics_list getSummaryStatistics()
getSummaryStatistics in interface HasSummaryStatisticspublic void addToSummaryStatistics(NameValueType nameValueType)
addToSummaryStatistics in interface HasSummaryStatistics
public void addToSummaryStatistics(int position,
NameValueType nameValueType)
addToSummaryStatistics in interface HasSummaryStatisticspublic NameValueType getFromSummaryStatistics(int position)
getFromSummaryStatistics in interface HasSummaryStatisticspublic void removeElementAtFromSummaryStatistics(int position)
removeElementAtFromSummaryStatistics in interface HasSummaryStatisticspublic void removeFromSummaryStatistics(NameValueType nameValueType)
removeFromSummaryStatistics in interface HasSummaryStatisticspublic void setBioAssayDimension(BioAssayDimension bioAssayDimension)
setBioAssayDimension in interface HasBioAssayDimensionpublic BioAssayDimension getBioAssayDimension()
getBioAssayDimension in interface HasBioAssayDimensionpublic void setDesignElementDimension(DesignElementDimension designElementDimension)
setDesignElementDimension in interface HasDesignElementDimensionpublic DesignElementDimension getDesignElementDimension()
getDesignElementDimension in interface HasDesignElementDimensionpublic void setQuantitationTypeDimension(QuantitationTypeDimension quantitationTypeDimension)
setQuantitationTypeDimension in interface HasQuantitationTypeDimensionpublic QuantitationTypeDimension getQuantitationTypeDimension()
getQuantitationTypeDimension in interface HasQuantitationTypeDimensionpublic void setBioDataValues(BioDataValues bioDataValues)
setBioDataValues in interface HasBioDataValuespublic BioDataValues getBioDataValues()
getBioDataValues in interface HasBioDataValues
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||