|
|||||||||||
| 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
The DesignElementGroup holds information on either features, reporters, or compositeSequences, particularly that information that is common between all of the DesignElements contained.
| Nested Class Summary |
| 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 OntologyEntry |
species
The organism from which the biosequences of this group are from. |
protected HasTypes.Types_list |
types
The specific type of a feature, reporter, or composite. |
| Fields inherited from class org.biomage.Common.Describable |
auditTrail, descriptions, security |
| Fields inherited from class org.biomage.Common.Extendable |
propertySets |
| Constructor Summary | |
DesignElementGroup()
Default constructor. |
|
DesignElementGroup(org.xml.sax.Attributes atts)
Attribute constructor. |
|
| Method Summary | |
void |
addToTypes(int position,
OntologyEntry ontologyEntry)
Method to add OntologyEntry at position to Types_list |
void |
addToTypes(OntologyEntry ontologyEntry)
Method to add OntologyEntry to Types_list |
OntologyEntry |
getFromTypes(int position)
Method to get OntologyEntry from Types_list |
OntologyEntry |
getSpecies()
Get method for species |
HasTypes.Types_list |
getTypes()
Get method for types |
void |
removeElementAtFromTypes(int position)
Method to remove by position from Types_list |
void |
removeFromTypes(OntologyEntry ontologyEntry)
Method to remove first OntologyEntry from Types_list |
void |
setSpecies(OntologyEntry species)
Set method for species |
void |
setTypes(HasTypes.Types_list types)
Set method for types |
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 HasTypes.Types_list types
protected OntologyEntry species
| Constructor Detail |
public DesignElementGroup()
public DesignElementGroup(org.xml.sax.Attributes atts)
| Method Detail |
public void writeMAGEML(java.io.Writer out)
throws java.io.IOException
writeMAGEML in class Identifiablejava.io.IOException
public void writeAttributes(java.io.Writer out)
throws java.io.IOException
writeAttributes in class Identifiablejava.io.IOException
public void writeAssociations(java.io.Writer out)
throws java.io.IOException
writeAssociations in class Identifiablejava.io.IOExceptionpublic void setTypes(HasTypes.Types_list types)
setTypes in interface HasTypespublic HasTypes.Types_list getTypes()
getTypes in interface HasTypespublic void addToTypes(OntologyEntry ontologyEntry)
addToTypes in interface HasTypes
public void addToTypes(int position,
OntologyEntry ontologyEntry)
addToTypes in interface HasTypespublic OntologyEntry getFromTypes(int position)
getFromTypes in interface HasTypespublic void removeElementAtFromTypes(int position)
removeElementAtFromTypes in interface HasTypespublic void removeFromTypes(OntologyEntry ontologyEntry)
removeFromTypes in interface HasTypespublic void setSpecies(OntologyEntry species)
setSpecies in interface HasSpeciespublic OntologyEntry getSpecies()
getSpecies in interface HasSpecies
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||