Uses of Interface
gov.nih.nci.mageom.domain.DesignElement.FeatureReporterMap

Packages that use FeatureReporterMap
gov.nih.nci.mageom.domain.DesignElement   
gov.nih.nci.mageom.domain.DesignElement.impl   
 

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

Methods in gov.nih.nci.mageom.domain.DesignElement that return FeatureReporterMap
 FeatureReporterMap[] Reporter.getFeatureReporterMaps()
          Returns the value of this Reporter object's featureReporterMaps attribute.
 

Methods in gov.nih.nci.mageom.domain.DesignElement with parameters of type FeatureReporterMap
 void Reporter.setFeatureReporterMaps(FeatureReporterMap[] p_featureReporterMaps)
          Sets the featureReporterMaps attribute.
 

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

Classes in gov.nih.nci.mageom.domain.DesignElement.impl that implement FeatureReporterMap
 class FeatureReporterMapImpl
          A FeatureReporterMap is the description of how source features are transformed into a target reporter.
 

Fields in gov.nih.nci.mageom.domain.DesignElement.impl declared as FeatureReporterMap
protected  FeatureReporterMap[] ReporterImpl.featureReporterMaps
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.DesignElement.impl that return FeatureReporterMap
 FeatureReporterMap[] ReporterImpl.getFeatureReporterMaps()
           
 FeatureReporterMap[] FeatureReporterMapImpl.searchFeatureReporterMaps(FeatureReporterMapSearchCriteria criteria)
          Returns an array of FeatureReporterMap objects that satisfy the given FeatureReporterMapSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.DesignElement.impl with parameters of type FeatureReporterMap
 void ReporterImpl.setFeatureReporterMaps(FeatureReporterMap[] p_featureReporterMaps)
          Sets the featureReporterMaps attribute.