|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConcentrationMeasurement
Represents the measurement of the concentration of a chemical. The measurement has been done in a context which this object helps define. In version 1.0, the context is defined through the reference to the publication which describes the measurement. In version 1.2, we add support for the tissue in which the concentration has been measured, and the experimental method of measurement. Textual comments are now defined.
| Method Summary | |
|---|---|
Chemical |
getChemical()
Return the chemical for which this concentration has been measured. |
Parameter |
getConcentration()
Returns the value of the measured concentration. |
String |
getMeasurementMethod()
Return the measurement method. |
LiteratureReference |
getReference()
Get the reference that describes this concentration measurement. |
String |
getSamplePreparation()
Return the sample preparation |
String |
getTissue()
Gets the tissue in which this measurement has been made. |
void |
setChemical(Chemical chemical)
Sets the chemical for which this concentration has been measured. |
void |
setConcentration(Parameter concentration)
Sets the value of the measured concentration. |
void |
setMeasurementMethod(String s)
Set the measurement method. |
void |
setReference(LiteratureReference ref)
Sets the reference that describes this concentration measurement. |
void |
setSamplePreparation(String s)
Set the sample preparation |
void |
setTissue(String tissue)
Sets the tissue in which this measurement has been made. |
| Methods inherited from interface org.sigpath.datamodel.SigPathEntity |
|---|
addAlias, addAliases, addReview, addUserComment, changeAlias, getAliases, getAliasesCollection, getAliasesIterator, getChangeLog, getCombinedStringLength, getComments, getDescription, getExternalReferences, getForwardReferences, getLiteratureReferences, getName, getReviews, getSpid, getUserComments, isExportable, removeAlias, removeAliases, removeReviews, setAliases, setAliasesCollection, setChangeLog, setComments, setDescription, setExportable, setName, setSpid |
| Methods inherited from interface org.sigpath.datamodel.lset.Collectable |
|---|
getCollections |
| Method Detail |
|---|
Parameter getConcentration()
void setConcentration(Parameter concentration)
Chemical getChemical()
void setChemical(Chemical chemical)
String getMeasurementMethod()
void setMeasurementMethod(String s)
String getSamplePreparation()
void setSamplePreparation(String s)
String getTissue()
void setTissue(String tissue)
LiteratureReference getReference()
void setReference(LiteratureReference ref)
|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||