|
|||||||||||
| 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.DesignElementGroup
|
+--org.biomage.ArrayDesign.ReporterGroup
Allows specification of the type of Reporter Design Element.
| Nested Class Summary |
| Nested classes inherited from class org.biomage.Interface.HasReporters |
HasReporters.Reporters_list |
| Nested classes inherited from class org.biomage.Interface.HasTypes |
HasTypes.Types_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 HasReporters.Reporters_list |
reporters
The reporters that belong to this group. |
| Fields inherited from class org.biomage.ArrayDesign.DesignElementGroup |
species, types |
| Fields inherited from class org.biomage.Common.Describable |
auditTrail, descriptions, security |
| Fields inherited from class org.biomage.Common.Extendable |
propertySets |
| Constructor Summary | |
ReporterGroup()
Default constructor. |
|
ReporterGroup(org.xml.sax.Attributes atts)
Attribute constructor. |
|
| Method Summary | |
void |
addToReporters(int position,
Reporter reporter)
Method to add Reporter at position to Reporters_list |
void |
addToReporters(Reporter reporter)
Method to add Reporter to Reporters_list |
Reporter |
getFromReporters(int position)
Method to get Reporter from Reporters_list |
HasReporters.Reporters_list |
getReporters()
Get method for reporters |
void |
removeElementAtFromReporters(int position)
Method to remove by position from Reporters_list |
void |
removeFromReporters(Reporter reporter)
Method to remove first Reporter from Reporters_list |
void |
setReporters(HasReporters.Reporters_list reporters)
Set method for reporters |
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.ArrayDesign.DesignElementGroup |
addToTypes, addToTypes, getFromTypes, getSpecies, getTypes, removeElementAtFromTypes, removeFromTypes, setSpecies, setTypes |
| 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 HasReporters.Reporters_list reporters
| Constructor Detail |
public ReporterGroup()
public ReporterGroup(org.xml.sax.Attributes atts)
| Method Detail |
public void writeMAGEML(java.io.Writer out)
throws java.io.IOException
writeMAGEML in class DesignElementGroupjava.io.IOException
public void writeAttributes(java.io.Writer out)
throws java.io.IOException
writeAttributes in class DesignElementGroupjava.io.IOException
public void writeAssociations(java.io.Writer out)
throws java.io.IOException
writeAssociations in class DesignElementGroupjava.io.IOExceptionpublic void setReporters(HasReporters.Reporters_list reporters)
setReporters in interface HasReporterspublic HasReporters.Reporters_list getReporters()
getReporters in interface HasReporterspublic void addToReporters(Reporter reporter)
addToReporters in interface HasReporters
public void addToReporters(int position,
Reporter reporter)
addToReporters in interface HasReporterspublic Reporter getFromReporters(int position)
getFromReporters in interface HasReporterspublic void removeElementAtFromReporters(int position)
removeElementAtFromReporters in interface HasReporterspublic void removeFromReporters(Reporter reporter)
removeFromReporters in interface HasReporters
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||