|
|||||||||||
| 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.BioAssay.BioAssay
|
+--org.biomage.BioAssay.PhysicalBioAssay
A bioAssay created by the bioAssayCreation event (e.g. in gene expression analysis this event is represented by the hybridization event).
| Nested Class Summary |
| Nested classes inherited from class org.biomage.Interface.HasPhysicalBioAssayData |
HasPhysicalBioAssayData.PhysicalBioAssayData_list |
| Nested classes inherited from class org.biomage.Interface.HasBioAssayTreatments |
HasBioAssayTreatments.BioAssayTreatments_list |
| Nested classes inherited from class org.biomage.Interface.HasChannels |
HasChannels.Channels_list |
| Nested classes inherited from class org.biomage.Interface.HasBioAssayFactorValues |
HasBioAssayFactorValues.BioAssayFactorValues_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 BioAssayCreation |
bioAssayCreation
The association between the BioAssayCreation event (typically Hybridization) and the PhysicalBioAssay and its annotation of this event. |
protected HasBioAssayTreatments.BioAssayTreatments_list |
bioAssayTreatments
The set of treatments undergone by this PhysicalBioAssay. |
protected HasPhysicalBioAssayData.PhysicalBioAssayData_list |
physicalBioAssayData
The Images associated with this PhysicalBioAssay by ImageAcquisition. |
| Fields inherited from class org.biomage.BioAssay.BioAssay |
bioAssayFactorValues, channels |
| Fields inherited from class org.biomage.Common.Describable |
auditTrail, descriptions, security |
| Fields inherited from class org.biomage.Common.Extendable |
propertySets |
| Constructor Summary | |
PhysicalBioAssay()
Default constructor. |
|
PhysicalBioAssay(org.xml.sax.Attributes atts)
Attribute constructor. |
|
| Method Summary | |
void |
addToBioAssayTreatments(BioAssayTreatment bioAssayTreatment)
Method to add BioAssayTreatment to BioAssayTreatments_list |
void |
addToBioAssayTreatments(int position,
BioAssayTreatment bioAssayTreatment)
Method to add BioAssayTreatment at position to BioAssayTreatments_list |
void |
addToPhysicalBioAssayData(Image image)
Method to add Image to PhysicalBioAssayData_list |
void |
addToPhysicalBioAssayData(int position,
Image image)
Method to add Image at position to PhysicalBioAssayData_list |
BioAssayCreation |
getBioAssayCreation()
Get method for bioAssayCreation |
HasBioAssayTreatments.BioAssayTreatments_list |
getBioAssayTreatments()
Get method for bioAssayTreatments |
BioAssayTreatment |
getFromBioAssayTreatments(int position)
Method to get BioAssayTreatment from BioAssayTreatments_list |
Image |
getFromPhysicalBioAssayData(int position)
Method to get Image from PhysicalBioAssayData_list |
HasPhysicalBioAssayData.PhysicalBioAssayData_list |
getPhysicalBioAssayData()
Get method for physicalBioAssayData |
void |
removeElementAtFromBioAssayTreatments(int position)
Method to remove by position from BioAssayTreatments_list |
void |
removeElementAtFromPhysicalBioAssayData(int position)
Method to remove by position from PhysicalBioAssayData_list |
void |
removeFromBioAssayTreatments(BioAssayTreatment bioAssayTreatment)
Method to remove first BioAssayTreatment from BioAssayTreatments_list |
void |
removeFromPhysicalBioAssayData(Image image)
Method to remove first Image from PhysicalBioAssayData_list |
void |
setBioAssayCreation(BioAssayCreation bioAssayCreation)
Set method for bioAssayCreation |
void |
setBioAssayTreatments(HasBioAssayTreatments.BioAssayTreatments_list bioAssayTreatments)
Set method for bioAssayTreatments |
void |
setPhysicalBioAssayData(HasPhysicalBioAssayData.PhysicalBioAssayData_list physicalBioAssayData)
Set method for physicalBioAssayData |
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.BioAssay.BioAssay |
addToBioAssayFactorValues, addToBioAssayFactorValues, addToChannels, addToChannels, getBioAssayFactorValues, getChannels, getFromBioAssayFactorValues, getFromChannels, removeElementAtFromBioAssayFactorValues, removeElementAtFromChannels, removeFromBioAssayFactorValues, removeFromChannels, setBioAssayFactorValues, setChannels |
| 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 HasPhysicalBioAssayData.PhysicalBioAssayData_list physicalBioAssayData
protected BioAssayCreation bioAssayCreation
protected HasBioAssayTreatments.BioAssayTreatments_list bioAssayTreatments
| Constructor Detail |
public PhysicalBioAssay()
public PhysicalBioAssay(org.xml.sax.Attributes atts)
| Method Detail |
public void writeMAGEML(java.io.Writer out)
throws java.io.IOException
writeMAGEML in class BioAssayjava.io.IOException
public void writeAttributes(java.io.Writer out)
throws java.io.IOException
writeAttributes in class BioAssayjava.io.IOException
public void writeAssociations(java.io.Writer out)
throws java.io.IOException
writeAssociations in class BioAssayjava.io.IOExceptionpublic void setPhysicalBioAssayData(HasPhysicalBioAssayData.PhysicalBioAssayData_list physicalBioAssayData)
setPhysicalBioAssayData in interface HasPhysicalBioAssayDatapublic HasPhysicalBioAssayData.PhysicalBioAssayData_list getPhysicalBioAssayData()
getPhysicalBioAssayData in interface HasPhysicalBioAssayDatapublic void addToPhysicalBioAssayData(Image image)
addToPhysicalBioAssayData in interface HasPhysicalBioAssayData
public void addToPhysicalBioAssayData(int position,
Image image)
addToPhysicalBioAssayData in interface HasPhysicalBioAssayDatapublic Image getFromPhysicalBioAssayData(int position)
getFromPhysicalBioAssayData in interface HasPhysicalBioAssayDatapublic void removeElementAtFromPhysicalBioAssayData(int position)
removeElementAtFromPhysicalBioAssayData in interface HasPhysicalBioAssayDatapublic void removeFromPhysicalBioAssayData(Image image)
removeFromPhysicalBioAssayData in interface HasPhysicalBioAssayDatapublic void setBioAssayCreation(BioAssayCreation bioAssayCreation)
setBioAssayCreation in interface HasBioAssayCreationpublic BioAssayCreation getBioAssayCreation()
getBioAssayCreation in interface HasBioAssayCreationpublic void setBioAssayTreatments(HasBioAssayTreatments.BioAssayTreatments_list bioAssayTreatments)
setBioAssayTreatments in interface HasBioAssayTreatmentspublic HasBioAssayTreatments.BioAssayTreatments_list getBioAssayTreatments()
getBioAssayTreatments in interface HasBioAssayTreatmentspublic void addToBioAssayTreatments(BioAssayTreatment bioAssayTreatment)
addToBioAssayTreatments in interface HasBioAssayTreatments
public void addToBioAssayTreatments(int position,
BioAssayTreatment bioAssayTreatment)
addToBioAssayTreatments in interface HasBioAssayTreatmentspublic BioAssayTreatment getFromBioAssayTreatments(int position)
getFromBioAssayTreatments in interface HasBioAssayTreatmentspublic void removeElementAtFromBioAssayTreatments(int position)
removeElementAtFromBioAssayTreatments in interface HasBioAssayTreatmentspublic void removeFromBioAssayTreatments(BioAssayTreatment bioAssayTreatment)
removeFromBioAssayTreatments in interface HasBioAssayTreatments
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||