Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.biomage.BioMaterial.BioMaterial

Uses of BioMaterial in org.biomage.BioMaterial
 

Subclasses of BioMaterial in org.biomage.BioMaterial
 class BioSample
          BioSamples are products of treatments that are of interest.
 class BioSource
          The BioSource is the original source material before any treatment events.
 class LabeledExtract
          LabeledExtracts are special BioSamples that have Compounds which are detectable (these are often fluorescent or reactive moieties).
 

Fields in org.biomage.BioMaterial declared as BioMaterial
private  BioMaterial BioMaterialMeasurement.bioMaterial
          A source BioMaterial for a treatment.
 

Methods in org.biomage.BioMaterial that return BioMaterial
 BioMaterial BioMaterial_package.getFromBioMaterial_list(int position)
          Method to get BioMaterial from BioMaterial_list
 BioMaterial BioMaterialMeasurement.getBioMaterial()
          Get method for bioMaterial
 

Methods in org.biomage.BioMaterial with parameters of type BioMaterial
 void BioMaterial_package.addToBioMaterial_list(BioMaterial bioMaterial)
          Method to add BioMaterial to BioMaterial_list
 void BioMaterial_package.addToBioMaterial_list(int position, BioMaterial bioMaterial)
          Method to add BioMaterial at position to BioMaterial_list
 void BioMaterial_package.removeFromBioMaterial_list(BioMaterial bioMaterial)
          Method to remove first BioMaterial from BioMaterial_list
 void BioMaterialMeasurement.setBioMaterial(BioMaterial bioMaterial)
          Set method for bioMaterial