Uses of Class
gov.nih.nci.mageom.domain.BioEvent.impl.BioEventImpl

Packages that use BioEventImpl
gov.nih.nci.mageom.domain.BioAssay.impl   
gov.nih.nci.mageom.domain.BioAssayData.impl   
gov.nih.nci.mageom.domain.BioEvent.impl   
gov.nih.nci.mageom.domain.BioMaterial.impl   
gov.nih.nci.mageom.domain.DesignElement.impl   
 

Uses of BioEventImpl in gov.nih.nci.mageom.domain.BioAssay.impl
 

Subclasses of BioEventImpl in gov.nih.nci.mageom.domain.BioAssay.impl
 class BioAssayCreationImpl
          The process by which an array and one or more biomaterials are combined to create a bioAssayCreation.
 class BioAssayTreatmentImpl
          The event which records the process by which PhysicalBioAssays are processed (typically washing, blocking, etc...).
 class FeatureExtractionImpl
          The process by which data is extracted from an image producing a measuredBioAssayData and a measuredBioAssay.
 class HybridizationImpl
          The archetypal bioAssayCreation event, whereby biomaterials are hybridized to an array.
 class ImageAcquisitionImpl
          The process by which an image is generated (typically scanning).
 

Uses of BioEventImpl in gov.nih.nci.mageom.domain.BioAssayData.impl
 

Subclasses of BioEventImpl in gov.nih.nci.mageom.domain.BioAssayData.impl
 class BioAssayMapImpl
          The BioAssayMap is the description of how source MeasuredBioAssays and/or DerivedBioAssays are manipulated (mathematically) to produce DerivedBioAssays.
 class DesignElementMapImpl
          A DesignElementMap is the description of how source DesignElements are transformed into a target DesignElement.
 class QuantitationTypeMapImpl
          A QuantitationTypeMap is the description of how source QuantitationTypes are mathematically transformed into a target QuantitationType.
 class TransformationImpl
          The process by which derivedBioAssays are created from measuredBioAssays and/or derivedBioAssays.
 

Uses of BioEventImpl in gov.nih.nci.mageom.domain.BioEvent.impl
 

Subclasses of BioEventImpl in gov.nih.nci.mageom.domain.BioEvent.impl
 class MapImpl
          A Map is the description of how sources are transformed into a target.
 

Uses of BioEventImpl in gov.nih.nci.mageom.domain.BioMaterial.impl
 

Subclasses of BioEventImpl in gov.nih.nci.mageom.domain.BioMaterial.impl
 class TreatmentImpl
          The process by which a biomaterial is created (from source biomaterials).
 

Uses of BioEventImpl in gov.nih.nci.mageom.domain.DesignElement.impl
 

Subclasses of BioEventImpl in gov.nih.nci.mageom.domain.DesignElement.impl
 class CompositeCompositeMapImpl
          A CompositeCompositeMap is the description of how source CompositeSequences are transformed into a target CompositeSequence.
 class FeatureReporterMapImpl
          A FeatureReporterMap is the description of how source features are transformed into a target reporter.
 class ReporterCompositeMapImpl
          A ReporterCompositeMap is the description of how source Reporters are transformed into a target CompositeSequences.