|
|||||||||
| Home >> All >> org >> biomage >> [ Experiment overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.biomage.Experiment
Class ExperimentalFactor

java.lang.Objectorg.biomage.Common.Extendable
org.biomage.Common.Describable
org.biomage.Common.Identifiable
org.biomage.Experiment.ExperimentalFactor
- All Implemented Interfaces:
- org.biomage.Interface.HasAuditTrail, org.biomage.Interface.HasCategory, org.biomage.Interface.HasDescriptions, org.biomage.Interface.HasFactorValues, org.biomage.Interface.HasPropertySets, org.biomage.Interface.HasSecurity, java.io.Serializable
- public class ExperimentalFactor
- extends org.biomage.Common.Identifiable
- implements java.io.Serializable, org.biomage.Interface.HasFactorValues, org.biomage.Interface.HasCategory
- extends org.biomage.Common.Identifiable
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 |
org.biomage.Interface.HasFactorValues.FactorValues_list |
| Nested classes inherited from class org.biomage.Interface.HasAuditTrail |
org.biomage.Interface.HasAuditTrail.AuditTrail_list |
| Nested classes inherited from class org.biomage.Interface.HasDescriptions |
org.biomage.Interface.HasDescriptions.Descriptions_list |
| Nested classes inherited from class org.biomage.Interface.HasPropertySets |
org.biomage.Interface.HasPropertySets.PropertySets_list |
| Field Summary | |
private org.biomage.Description.OntologyEntry |
category
The category of an ExperimentalFactor could be biological (time, [glucose]) or a methodological factor (differing cDNA preparation protocols). |
private org.biomage.Interface.HasFactorValues.FactorValues_list |
factorValues
The pairing of BioAssay FactorValues with the ExperimentDesign ExperimentFactor. |
| Fields inherited from class org.biomage.Common.Identifiable |
|
| Fields inherited from class org.biomage.Common.Describable |
|
| Fields inherited from class org.biomage.Common.Extendable |
|
| 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 |
org.biomage.Description.OntologyEntry |
getCategory()
Get method for category |
org.biomage.Interface.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(org.biomage.Description.OntologyEntry category)
Set method for category |
void |
setFactorValues(org.biomage.Interface.HasFactorValues.FactorValues_list factorValues)
Set method for factorValues |
void |
writeAssociations(java.io.Writer out)
writeAssociations |
void |
writeAttributes(java.io.Writer out)
writeAttributes |
void |
writeMAGEML(java.io.Writer out)
writeMAGEML |
| 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 |
factorValues
private org.biomage.Interface.HasFactorValues.FactorValues_list factorValues
- The pairing of BioAssay FactorValues with the ExperimentDesign
ExperimentFactor.
category
private org.biomage.Description.OntologyEntry category
- The category of an ExperimentalFactor could be biological (time,
[glucose]) or a methodological factor (differing cDNA preparation
protocols).
| Constructor Detail |
ExperimentalFactor
public ExperimentalFactor()
- Default constructor.
ExperimentalFactor
public ExperimentalFactor(org.xml.sax.Attributes atts)
- Attribute constructor.
Looks up the attributes in the parameter and casts them from strings
appropriately
| Method Detail |
writeMAGEML
public void writeMAGEML(java.io.Writer out) throws java.io.IOException
- writeMAGEML
This method is responsible for assembling the attribute and association data into XML. It creates the object tag and then calls the writeAttributes and writeAssociation methods.
writeAttributes
public void writeAttributes(java.io.Writer out) throws java.io.IOException
- writeAttributes
This method is responsible for assembling the attribute data into XML. It calls the super method to write out all attributes of this class and it's ancestors.
writeAssociations
public void writeAssociations(java.io.Writer out) throws java.io.IOException
- writeAssociations
This method is responsible for assembling the association data into XML. It calls the super method to write out all associations of this class's ancestors.
setFactorValues
public void setFactorValues(org.biomage.Interface.HasFactorValues.FactorValues_list factorValues)
- Set method for factorValues
- Specified by:
setFactorValuesin interfaceorg.biomage.Interface.HasFactorValues
getFactorValues
public org.biomage.Interface.HasFactorValues.FactorValues_list getFactorValues()
- Get method for factorValues
- Specified by:
getFactorValuesin interfaceorg.biomage.Interface.HasFactorValues
addToFactorValues
public void addToFactorValues(FactorValue factorValue)
- Method to add FactorValue to FactorValues_list
- Specified by:
addToFactorValuesin interfaceorg.biomage.Interface.HasFactorValues
addToFactorValues
public void addToFactorValues(int position,
FactorValue factorValue)
- Method to add FactorValue at position to FactorValues_list
- Specified by:
addToFactorValuesin interfaceorg.biomage.Interface.HasFactorValues
getFromFactorValues
public FactorValue getFromFactorValues(int position)
- Method to get FactorValue from FactorValues_list
- Specified by:
getFromFactorValuesin interfaceorg.biomage.Interface.HasFactorValues
removeElementAtFromFactorValues
public void removeElementAtFromFactorValues(int position)
- Method to remove by position from FactorValues_list
- Specified by:
removeElementAtFromFactorValuesin interfaceorg.biomage.Interface.HasFactorValues
removeFromFactorValues
public void removeFromFactorValues(FactorValue factorValue)
- Method to remove first FactorValue from FactorValues_list
- Specified by:
removeFromFactorValuesin interfaceorg.biomage.Interface.HasFactorValues
setCategory
public void setCategory(org.biomage.Description.OntologyEntry category)
- Set method for category
- Specified by:
setCategoryin interfaceorg.biomage.Interface.HasCategory
getCategory
public org.biomage.Description.OntologyEntry getCategory()
- Get method for category
- Specified by:
getCategoryin interfaceorg.biomage.Interface.HasCategory
|
|||||||||
| Home >> All >> org >> biomage >> [ Experiment overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC