SigPath

org.sigpath.datamodel
Interface ConcentrationMeasurement

All Superinterfaces:
Collectable, SigPathEntity
All Known Implementing Classes:
ConcentrationMeasurementImpl

public interface ConcentrationMeasurement
extends SigPathEntity

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.

Version:
$Revision: 5745 $
Author:
Fabien Campagne

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

getConcentration

Parameter getConcentration()
Returns the value of the measured concentration.


setConcentration

void setConcentration(Parameter concentration)
Sets the value of the measured concentration.


getChemical

Chemical getChemical()
Return the chemical for which this concentration has been measured.


setChemical

void setChemical(Chemical chemical)
Sets the chemical for which this concentration has been measured.


getMeasurementMethod

String getMeasurementMethod()
Return the measurement method. For example: mass_spec


setMeasurementMethod

void setMeasurementMethod(String s)
Set the measurement method. For example: e.g. mass_spec


getSamplePreparation

String getSamplePreparation()
Return the sample preparation


setSamplePreparation

void setSamplePreparation(String s)
Set the sample preparation


getTissue

String getTissue()
Gets the tissue in which this measurement has been made.


setTissue

void setTissue(String tissue)
Sets the tissue in which this measurement has been made.


getReference

LiteratureReference getReference()
Get the reference that describes this concentration measurement.


setReference

void setReference(LiteratureReference ref)
Sets the reference that describes this concentration measurement.


SigPath

Copyright © 2002-2005 Institute for Computational Biomedicine, All Rights Reserved.