|
|||||||||||
| 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.ArrayDesign.ArrayDesign
|
+--org.biomage.ArrayDesign.PhysicalArrayDesign
A design that is expected to be used to manufacture physical arrays.
| Nested Class Summary |
| Nested classes inherited from class org.biomage.Interface.HasZoneGroups |
HasZoneGroups.ZoneGroups_list |
| Nested classes inherited from class org.biomage.Interface.HasProtocolApplications |
HasProtocolApplications.ProtocolApplications_list |
| Nested classes inherited from class org.biomage.Interface.HasCompositeGroups |
HasCompositeGroups.CompositeGroups_list |
| Nested classes inherited from class org.biomage.Interface.HasDesignProviders |
HasDesignProviders.DesignProviders_list |
| Nested classes inherited from class org.biomage.Interface.HasReporterGroups |
HasReporterGroups.ReporterGroups_list |
| Nested classes inherited from class org.biomage.Interface.HasFeatureGroups |
HasFeatureGroups.FeatureGroups_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 OntologyEntry |
surfaceType
The type of surface from a controlled vocabulary that would include terms such as non-absorptive, absorptive, etc. |
protected HasZoneGroups.ZoneGroups_list |
zoneGroups
In the case where the array design is specified by one or more zones, allows specifying where those zones are located. |
| Fields inherited from class org.biomage.ArrayDesign.ArrayDesign |
compositeGroups, designProviders, featureGroups, protocolApplications, reporterGroups |
| Fields inherited from class org.biomage.Common.Describable |
auditTrail, descriptions, security |
| Fields inherited from class org.biomage.Common.Extendable |
propertySets |
| Constructor Summary | |
PhysicalArrayDesign()
Default constructor. |
|
PhysicalArrayDesign(org.xml.sax.Attributes atts)
Attribute constructor. |
|
| Method Summary | |
void |
addToZoneGroups(int position,
ZoneGroup zoneGroup)
Method to add ZoneGroup at position to ZoneGroups_list |
void |
addToZoneGroups(ZoneGroup zoneGroup)
Method to add ZoneGroup to ZoneGroups_list |
ZoneGroup |
getFromZoneGroups(int position)
Method to get ZoneGroup from ZoneGroups_list |
OntologyEntry |
getSurfaceType()
Get method for surfaceType |
HasZoneGroups.ZoneGroups_list |
getZoneGroups()
Get method for zoneGroups |
void |
removeElementAtFromZoneGroups(int position)
Method to remove by position from ZoneGroups_list |
void |
removeFromZoneGroups(ZoneGroup zoneGroup)
Method to remove first ZoneGroup from ZoneGroups_list |
void |
setSurfaceType(OntologyEntry surfaceType)
Set method for surfaceType |
void |
setZoneGroups(HasZoneGroups.ZoneGroups_list zoneGroups)
Set method for zoneGroups |
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 OntologyEntry surfaceType
protected HasZoneGroups.ZoneGroups_list zoneGroups
| Constructor Detail |
public PhysicalArrayDesign()
public PhysicalArrayDesign(org.xml.sax.Attributes atts)
| Method Detail |
public void writeMAGEML(java.io.Writer out)
throws java.io.IOException
writeMAGEML in class ArrayDesignjava.io.IOException
public void writeAttributes(java.io.Writer out)
throws java.io.IOException
writeAttributes in class ArrayDesignjava.io.IOException
public void writeAssociations(java.io.Writer out)
throws java.io.IOException
writeAssociations in class ArrayDesignjava.io.IOExceptionpublic void setSurfaceType(OntologyEntry surfaceType)
setSurfaceType in interface HasSurfaceTypepublic OntologyEntry getSurfaceType()
getSurfaceType in interface HasSurfaceTypepublic void setZoneGroups(HasZoneGroups.ZoneGroups_list zoneGroups)
setZoneGroups in interface HasZoneGroupspublic HasZoneGroups.ZoneGroups_list getZoneGroups()
getZoneGroups in interface HasZoneGroupspublic void addToZoneGroups(ZoneGroup zoneGroup)
addToZoneGroups in interface HasZoneGroups
public void addToZoneGroups(int position,
ZoneGroup zoneGroup)
addToZoneGroups in interface HasZoneGroupspublic ZoneGroup getFromZoneGroups(int position)
getFromZoneGroups in interface HasZoneGroupspublic void removeElementAtFromZoneGroups(int position)
removeElementAtFromZoneGroups in interface HasZoneGroupspublic void removeFromZoneGroups(ZoneGroup zoneGroup)
removeFromZoneGroups in interface HasZoneGroups
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||