Uses of Interface
gov.nih.nci.mageom.domain.BioEvent.Map

Packages that use Map
gov.nih.nci.mageom.domain.BioAssayData   
gov.nih.nci.mageom.domain.BioAssayData.impl   
gov.nih.nci.mageom.domain.BioEvent.impl   
gov.nih.nci.mageom.domain.DesignElement   
gov.nih.nci.mageom.domain.DesignElement.impl   
 

Uses of Map in gov.nih.nci.mageom.domain.BioAssayData
 

Subinterfaces of Map in gov.nih.nci.mageom.domain.BioAssayData
 interface BioAssayMap
          The BioAssayMap is the description of how source MeasuredBioAssays and/or DerivedBioAssays are manipulated (mathematically) to produce DerivedBioAssays.
 interface DesignElementMap
          A DesignElementMap is the description of how source DesignElements are transformed into a target DesignElement.
 interface QuantitationTypeMap
          A QuantitationTypeMap is the description of how source QuantitationTypes are mathematically transformed into a target QuantitationType.
 

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

Classes in gov.nih.nci.mageom.domain.BioAssayData.impl that implement Map
 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.
 

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

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

Methods in gov.nih.nci.mageom.domain.BioEvent.impl that return Map
 Map[] MapImpl.searchMaps(MapSearchCriteria criteria)
          Returns an array of Map objects that satisfy the given MapSearchCriteria.
 

Uses of Map in gov.nih.nci.mageom.domain.DesignElement
 

Subinterfaces of Map in gov.nih.nci.mageom.domain.DesignElement
 interface CompositeCompositeMap
          A CompositeCompositeMap is the description of how source CompositeSequences are transformed into a target CompositeSequence.
 interface FeatureReporterMap
          A FeatureReporterMap is the description of how source features are transformed into a target reporter.
 interface ReporterCompositeMap
          A ReporterCompositeMap is the description of how source Reporters are transformed into a target CompositeSequences.
 

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

Classes in gov.nih.nci.mageom.domain.DesignElement.impl that implement Map
 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.