|
|||||||||||
| 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.Array.ArrayManufactureDeviation
Stores information of the potential difference between an array design and arrays that have been manufactured using that design (e.g. a tip failed to print several spots).
| Nested Class Summary |
| Nested classes inherited from class org.biomage.Interface.HasFeatureDefects |
HasFeatureDefects.FeatureDefects_list |
| Nested classes inherited from class org.biomage.Interface.HasAdjustments |
HasAdjustments.Adjustments_list |
| Nested classes inherited from class org.biomage.Interface.HasPropertySets |
HasPropertySets.PropertySets_list |
| Field Summary | |
protected HasAdjustments.Adjustments_list |
adjustments
Descriptions of how a Zone has been printed differently than specified in the ArrayDesign. |
protected HasFeatureDefects.FeatureDefects_list |
featureDefects
Description on features who are manufactured in a different location than specified in the ArrayDesign. |
| Fields inherited from class org.biomage.Common.Extendable |
propertySets |
| Constructor Summary | |
ArrayManufactureDeviation()
Default constructor. |
|
ArrayManufactureDeviation(org.xml.sax.Attributes atts)
Attribute constructor. |
|
| Method Summary | |
void |
addToAdjustments(int position,
ZoneDefect zoneDefect)
Method to add ZoneDefect at position to Adjustments_list |
void |
addToAdjustments(ZoneDefect zoneDefect)
Method to add ZoneDefect to Adjustments_list |
void |
addToFeatureDefects(FeatureDefect featureDefect)
Method to add FeatureDefect to FeatureDefects_list |
void |
addToFeatureDefects(int position,
FeatureDefect featureDefect)
Method to add FeatureDefect at position to FeatureDefects_list |
HasAdjustments.Adjustments_list |
getAdjustments()
Get method for adjustments |
HasFeatureDefects.FeatureDefects_list |
getFeatureDefects()
Get method for featureDefects |
ZoneDefect |
getFromAdjustments(int position)
Method to get ZoneDefect from Adjustments_list |
FeatureDefect |
getFromFeatureDefects(int position)
Method to get FeatureDefect from FeatureDefects_list |
void |
removeElementAtFromAdjustments(int position)
Method to remove by position from Adjustments_list |
void |
removeElementAtFromFeatureDefects(int position)
Method to remove by position from FeatureDefects_list |
void |
removeFromAdjustments(ZoneDefect zoneDefect)
Method to remove first ZoneDefect from Adjustments_list |
void |
removeFromFeatureDefects(FeatureDefect featureDefect)
Method to remove first FeatureDefect from FeatureDefects_list |
void |
setAdjustments(HasAdjustments.Adjustments_list adjustments)
Set method for adjustments |
void |
setFeatureDefects(HasFeatureDefects.FeatureDefects_list featureDefects)
Set method for featureDefects |
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.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 HasAdjustments.Adjustments_list adjustments
protected HasFeatureDefects.FeatureDefects_list featureDefects
| Constructor Detail |
public ArrayManufactureDeviation()
public ArrayManufactureDeviation(org.xml.sax.Attributes atts)
| Method Detail |
public void writeMAGEML(java.io.Writer out)
throws java.io.IOException
writeMAGEML in class Extendablejava.io.IOException
public void writeAttributes(java.io.Writer out)
throws java.io.IOException
writeAttributes in class Extendablejava.io.IOException
public void writeAssociations(java.io.Writer out)
throws java.io.IOException
writeAssociations in class Extendablejava.io.IOExceptionpublic void setAdjustments(HasAdjustments.Adjustments_list adjustments)
setAdjustments in interface HasAdjustmentspublic HasAdjustments.Adjustments_list getAdjustments()
getAdjustments in interface HasAdjustmentspublic void addToAdjustments(ZoneDefect zoneDefect)
addToAdjustments in interface HasAdjustments
public void addToAdjustments(int position,
ZoneDefect zoneDefect)
addToAdjustments in interface HasAdjustmentspublic ZoneDefect getFromAdjustments(int position)
getFromAdjustments in interface HasAdjustmentspublic void removeElementAtFromAdjustments(int position)
removeElementAtFromAdjustments in interface HasAdjustmentspublic void removeFromAdjustments(ZoneDefect zoneDefect)
removeFromAdjustments in interface HasAdjustmentspublic void setFeatureDefects(HasFeatureDefects.FeatureDefects_list featureDefects)
setFeatureDefects in interface HasFeatureDefectspublic HasFeatureDefects.FeatureDefects_list getFeatureDefects()
getFeatureDefects in interface HasFeatureDefectspublic void addToFeatureDefects(FeatureDefect featureDefect)
addToFeatureDefects in interface HasFeatureDefects
public void addToFeatureDefects(int position,
FeatureDefect featureDefect)
addToFeatureDefects in interface HasFeatureDefectspublic FeatureDefect getFromFeatureDefects(int position)
getFromFeatureDefects in interface HasFeatureDefectspublic void removeElementAtFromFeatureDefects(int position)
removeElementAtFromFeatureDefects in interface HasFeatureDefectspublic void removeFromFeatureDefects(FeatureDefect featureDefect)
removeFromFeatureDefects in interface HasFeatureDefects
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||