|
|||||||||||
| 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.Experiment.ExperimentalFactor
ExperimentFactors are the dependent variables of an experiment (e.g. time, glucose concentration, ...).
| Nested Class Summary |
| Nested classes inherited from class org.biomage.Interface.HasFactorValues |
HasFactorValues.FactorValues_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 |
category
The category of an ExperimentalFactor could be biological (time, [glucose]) or a methodological factor (differing cDNA preparation protocols). |
protected HasFactorValues.FactorValues_list |
factorValues
The pairing of BioAssay FactorValues with the ExperimentDesign ExperimentFactor. |
| Fields inherited from class org.biomage.Common.Describable |
auditTrail, descriptions, security |
| Fields inherited from class org.biomage.Common.Extendable |
propertySets |
| Constructor Summary | |
ExperimentalFactor()
Default constructor. |
|
ExperimentalFactor(org.xml.sax.Attributes atts)
Attribute constructor. |
|
| Method Summary | |
void |
addToFactorValues(FactorValue factorValue)
Method to add FactorValue to FactorValues_list |
void |
addToFactorValues(int position,
FactorValue factorValue)
Method to add FactorValue at position to FactorValues_list |
OntologyEntry |
getCategory()
Get method for category |
HasFactorValues.FactorValues_list |
getFactorValues()
Get method for factorValues |
FactorValue |
getFromFactorValues(int position)
Method to get FactorValue from FactorValues_list |
void |
removeElementAtFromFactorValues(int position)
Method to remove by position from FactorValues_list |
void |
removeFromFactorValues(FactorValue factorValue)
Method to remove first FactorValue from FactorValues_list |
void |
setCategory(OntologyEntry category)
Set method for category |
void |
setFactorValues(HasFactorValues.FactorValues_list factorValues)
Set method for factorValues |
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 category
protected HasFactorValues.FactorValues_list factorValues
| Constructor Detail |
public ExperimentalFactor()
public ExperimentalFactor(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 setCategory(OntologyEntry category)
setCategory in interface HasCategorypublic OntologyEntry getCategory()
getCategory in interface HasCategorypublic void setFactorValues(HasFactorValues.FactorValues_list factorValues)
setFactorValues in interface HasFactorValuespublic HasFactorValues.FactorValues_list getFactorValues()
getFactorValues in interface HasFactorValuespublic void addToFactorValues(FactorValue factorValue)
addToFactorValues in interface HasFactorValues
public void addToFactorValues(int position,
FactorValue factorValue)
addToFactorValues in interface HasFactorValuespublic FactorValue getFromFactorValues(int position)
getFromFactorValues in interface HasFactorValuespublic void removeElementAtFromFactorValues(int position)
removeElementAtFromFactorValues in interface HasFactorValuespublic void removeFromFactorValues(FactorValue factorValue)
removeFromFactorValues in interface HasFactorValues
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||