Uses of Class
org.biomage.BioAssay.PhysicalBioAssay

Packages that use PhysicalBioAssay
org.biomage.BioAssay   
org.biomage.Interface   
 

Uses of PhysicalBioAssay in org.biomage.BioAssay
 

Fields in org.biomage.BioAssay declared as PhysicalBioAssay
protected  PhysicalBioAssay BioAssayTreatment.physicalBioAssay
          The set of treatments undergone by this PhysicalBioAssay.
protected  PhysicalBioAssay FeatureExtraction.physicalBioAssaySource
          The PhysicalBioAssay used in the FeatureExtraction event.
protected  PhysicalBioAssay BioAssayCreation.physicalBioAssayTarget
          The association between the BioAssayCreation event (typically Hybridization) and the PhysicalBioAssay and its annotation of this event.
protected  PhysicalBioAssay BioAssayTreatment.target
          The PhysicalBioAssay that was treated.
 

Methods in org.biomage.BioAssay that return PhysicalBioAssay
 PhysicalBioAssay BioAssayTreatment.getPhysicalBioAssay()
          Get method for physicalBioAssay
 PhysicalBioAssay FeatureExtraction.getPhysicalBioAssaySource()
          Get method for physicalBioAssaySource
 PhysicalBioAssay BioAssayCreation.getPhysicalBioAssayTarget()
          Get method for physicalBioAssayTarget
 PhysicalBioAssay BioAssayTreatment.getTarget()
          Get method for target
 

Methods in org.biomage.BioAssay with parameters of type PhysicalBioAssay
 void BioAssayTreatment.setPhysicalBioAssay(PhysicalBioAssay physicalBioAssay)
          Set method for physicalBioAssay
 void FeatureExtraction.setPhysicalBioAssaySource(PhysicalBioAssay physicalBioAssaySource)
          Set method for physicalBioAssaySource
 void BioAssayCreation.setPhysicalBioAssayTarget(PhysicalBioAssay physicalBioAssayTarget)
          Set method for physicalBioAssayTarget
 void BioAssayTreatment.setTarget(PhysicalBioAssay target)
          Set method for target
 

Uses of PhysicalBioAssay in org.biomage.Interface
 

Methods in org.biomage.Interface that return PhysicalBioAssay
 PhysicalBioAssay HasPhysicalBioAssay.getPhysicalBioAssay()
          Get method for physicalBioAssay
 PhysicalBioAssay HasPhysicalBioAssaySource.getPhysicalBioAssaySource()
          Get method for physicalBioAssaySource
 PhysicalBioAssay HasPhysicalBioAssayTarget.getPhysicalBioAssayTarget()
          Get method for physicalBioAssayTarget
 PhysicalBioAssay HasTarget.getTarget()
          Get method for target
 

Methods in org.biomage.Interface with parameters of type PhysicalBioAssay
 void HasPhysicalBioAssay.setPhysicalBioAssay(PhysicalBioAssay physicalBioAssay)
          Set method for physicalBioAssay
 void HasPhysicalBioAssaySource.setPhysicalBioAssaySource(PhysicalBioAssay physicalBioAssaySource)
          Set method for physicalBioAssaySource
 void HasPhysicalBioAssayTarget.setPhysicalBioAssayTarget(PhysicalBioAssay physicalBioAssayTarget)
          Set method for physicalBioAssayTarget
 void HasTarget.setTarget(PhysicalBioAssay target)
          Set method for target