|
|||||||||||
| 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.HigherLevelAnalysis.NodeContents
The contents of a node for any or all of the three Dimensions. If a node only contained genes just the DesignElementDimension would be defined.
| Nested Class Summary |
| 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 relevant BioAssays for this NodeContents from the BioAssayData. |
protected DesignElementDimension |
designElementDimension
The relevant DesignElements for this NodeContents from the BioAssayData. |
protected QuantitationTypeDimension |
quantitationDimension
The relevant QuantitationTypes for this NodeContents from the BioAssayData. |
| Fields inherited from class org.biomage.Common.Describable |
auditTrail, descriptions, security |
| Fields inherited from class org.biomage.Common.Extendable |
propertySets |
| Constructor Summary | |
NodeContents()
Default constructor. |
|
NodeContents(org.xml.sax.Attributes atts)
Attribute constructor. |
|
| Method Summary | |
BioAssayDimension |
getBioAssayDimension()
Get method for bioAssayDimension |
DesignElementDimension |
getDesignElementDimension()
Get method for designElementDimension |
QuantitationTypeDimension |
getQuantitationDimension()
Get method for quantitationDimension |
void |
setBioAssayDimension(BioAssayDimension bioAssayDimension)
Set method for bioAssayDimension |
void |
setDesignElementDimension(DesignElementDimension designElementDimension)
Set method for designElementDimension |
void |
setQuantitationDimension(QuantitationTypeDimension quantitationDimension)
Set method for quantitationDimension |
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.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 BioAssayDimension bioAssayDimension
protected DesignElementDimension designElementDimension
protected QuantitationTypeDimension quantitationDimension
| Constructor Detail |
public NodeContents()
public NodeContents(org.xml.sax.Attributes atts)
| Method Detail |
public void writeMAGEML(java.io.Writer out)
throws java.io.IOException
writeMAGEML in class Describablejava.io.IOException
public void writeAttributes(java.io.Writer out)
throws java.io.IOException
writeAttributes in class Describablejava.io.IOException
public void writeAssociations(java.io.Writer out)
throws java.io.IOException
writeAssociations in class Describablejava.io.IOExceptionpublic 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 setQuantitationDimension(QuantitationTypeDimension quantitationDimension)
setQuantitationDimension in interface HasQuantitationDimensionpublic QuantitationTypeDimension getQuantitationDimension()
getQuantitationDimension in interface HasQuantitationDimension
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||