|
|||||||||||
| 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.BioEvent.BioEvent
|
+--org.biomage.BioMaterial.Treatment
The process by which a biomaterial is created (from source biomaterials). Treatments have an order and an action.
| Nested Class Summary |
| Nested classes inherited from class org.biomage.Interface.HasCompoundMeasurements |
HasCompoundMeasurements.CompoundMeasurements_list |
| Nested classes inherited from class org.biomage.Interface.HasSourceBioMaterialMeasurements |
HasSourceBioMaterialMeasurements.SourceBioMaterialMeasurements_list |
| Nested classes inherited from class org.biomage.Interface.HasProtocolApplications |
HasProtocolApplications.ProtocolApplications_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 |
action
The event that occurred (e.g. |
protected Measurement |
actionMeasurement
Measures events like duration, centrifuge speed, etc. |
protected HasCompoundMeasurements.CompoundMeasurements_list |
compoundMeasurements
The compounds and their amounts used in the treatment. |
protected HasSourceBioMaterialMeasurements.SourceBioMaterialMeasurements_list |
sourceBioMaterialMeasurements
The BioMaterials and the amounts used in the treatment |
| Fields inherited from class org.biomage.BioEvent.BioEvent |
protocolApplications |
| Fields inherited from class org.biomage.Common.Describable |
auditTrail, descriptions, security |
| Fields inherited from class org.biomage.Common.Extendable |
propertySets |
| Constructor Summary | |
Treatment()
Default constructor. |
|
Treatment(org.xml.sax.Attributes atts)
Attribute constructor. |
|
| Method Summary | |
void |
addToCompoundMeasurements(CompoundMeasurement compoundMeasurement)
Method to add CompoundMeasurement to CompoundMeasurements_list |
void |
addToCompoundMeasurements(int position,
CompoundMeasurement compoundMeasurement)
Method to add CompoundMeasurement at position to CompoundMeasurements_list |
void |
addToSourceBioMaterialMeasurements(BioMaterialMeasurement bioMaterialMeasurement)
Method to add BioMaterialMeasurement to SourceBioMaterialMeasurements_list |
void |
addToSourceBioMaterialMeasurements(int position,
BioMaterialMeasurement bioMaterialMeasurement)
Method to add BioMaterialMeasurement at position to SourceBioMaterialMeasurements_list |
OntologyEntry |
getAction()
Get method for action |
Measurement |
getActionMeasurement()
Get method for actionMeasurement |
HasCompoundMeasurements.CompoundMeasurements_list |
getCompoundMeasurements()
Get method for compoundMeasurements |
CompoundMeasurement |
getFromCompoundMeasurements(int position)
Method to get CompoundMeasurement from CompoundMeasurements_list |
BioMaterialMeasurement |
getFromSourceBioMaterialMeasurements(int position)
Method to get BioMaterialMeasurement from SourceBioMaterialMeasurements_list |
int |
getOrder()
Get method for order |
HasSourceBioMaterialMeasurements.SourceBioMaterialMeasurements_list |
getSourceBioMaterialMeasurements()
Get method for sourceBioMaterialMeasurements |
void |
removeElementAtFromCompoundMeasurements(int position)
Method to remove by position from CompoundMeasurements_list |
void |
removeElementAtFromSourceBioMaterialMeasurements(int position)
Method to remove by position from SourceBioMaterialMeasurements_list |
void |
removeFromCompoundMeasurements(CompoundMeasurement compoundMeasurement)
Method to remove first CompoundMeasurement from CompoundMeasurements_list |
void |
removeFromSourceBioMaterialMeasurements(BioMaterialMeasurement bioMaterialMeasurement)
Method to remove first BioMaterialMeasurement from SourceBioMaterialMeasurements_list |
void |
setAction(OntologyEntry action)
Set method for action |
void |
setActionMeasurement(Measurement actionMeasurement)
Set method for actionMeasurement |
void |
setCompoundMeasurements(HasCompoundMeasurements.CompoundMeasurements_list compoundMeasurements)
Set method for compoundMeasurements |
void |
setOrder(int order)
Set method for order |
void |
setSourceBioMaterialMeasurements(HasSourceBioMaterialMeasurements.SourceBioMaterialMeasurements_list sourceBioMaterialMeasurements)
Set method for sourceBioMaterialMeasurements |
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.BioEvent.BioEvent |
addToProtocolApplications, addToProtocolApplications, getFromProtocolApplications, getProtocolApplications, removeElementAtFromProtocolApplications, removeFromProtocolApplications, setProtocolApplications |
| 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 action
protected Measurement actionMeasurement
protected HasCompoundMeasurements.CompoundMeasurements_list compoundMeasurements
protected HasSourceBioMaterialMeasurements.SourceBioMaterialMeasurements_list sourceBioMaterialMeasurements
| Constructor Detail |
public Treatment()
public Treatment(org.xml.sax.Attributes atts)
| Method Detail |
public void writeMAGEML(java.io.Writer out)
throws java.io.IOException
writeMAGEML in class BioEventjava.io.IOException
public void writeAttributes(java.io.Writer out)
throws java.io.IOException
writeAttributes in class BioEventjava.io.IOException
public void writeAssociations(java.io.Writer out)
throws java.io.IOException
writeAssociations in class BioEventjava.io.IOExceptionpublic void setOrder(int order)
public int getOrder()
public void setAction(OntologyEntry action)
setAction in interface HasActionpublic OntologyEntry getAction()
getAction in interface HasActionpublic void setActionMeasurement(Measurement actionMeasurement)
setActionMeasurement in interface HasActionMeasurementpublic Measurement getActionMeasurement()
getActionMeasurement in interface HasActionMeasurementpublic void setCompoundMeasurements(HasCompoundMeasurements.CompoundMeasurements_list compoundMeasurements)
setCompoundMeasurements in interface HasCompoundMeasurementspublic HasCompoundMeasurements.CompoundMeasurements_list getCompoundMeasurements()
getCompoundMeasurements in interface HasCompoundMeasurementspublic void addToCompoundMeasurements(CompoundMeasurement compoundMeasurement)
addToCompoundMeasurements in interface HasCompoundMeasurements
public void addToCompoundMeasurements(int position,
CompoundMeasurement compoundMeasurement)
addToCompoundMeasurements in interface HasCompoundMeasurementspublic CompoundMeasurement getFromCompoundMeasurements(int position)
getFromCompoundMeasurements in interface HasCompoundMeasurementspublic void removeElementAtFromCompoundMeasurements(int position)
removeElementAtFromCompoundMeasurements in interface HasCompoundMeasurementspublic void removeFromCompoundMeasurements(CompoundMeasurement compoundMeasurement)
removeFromCompoundMeasurements in interface HasCompoundMeasurementspublic void setSourceBioMaterialMeasurements(HasSourceBioMaterialMeasurements.SourceBioMaterialMeasurements_list sourceBioMaterialMeasurements)
setSourceBioMaterialMeasurements in interface HasSourceBioMaterialMeasurementspublic HasSourceBioMaterialMeasurements.SourceBioMaterialMeasurements_list getSourceBioMaterialMeasurements()
getSourceBioMaterialMeasurements in interface HasSourceBioMaterialMeasurementspublic void addToSourceBioMaterialMeasurements(BioMaterialMeasurement bioMaterialMeasurement)
addToSourceBioMaterialMeasurements in interface HasSourceBioMaterialMeasurements
public void addToSourceBioMaterialMeasurements(int position,
BioMaterialMeasurement bioMaterialMeasurement)
addToSourceBioMaterialMeasurements in interface HasSourceBioMaterialMeasurementspublic BioMaterialMeasurement getFromSourceBioMaterialMeasurements(int position)
getFromSourceBioMaterialMeasurements in interface HasSourceBioMaterialMeasurementspublic void removeElementAtFromSourceBioMaterialMeasurements(int position)
removeElementAtFromSourceBioMaterialMeasurements in interface HasSourceBioMaterialMeasurementspublic void removeFromSourceBioMaterialMeasurements(BioMaterialMeasurement bioMaterialMeasurement)
removeFromSourceBioMaterialMeasurements in interface HasSourceBioMaterialMeasurements
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||