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

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

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

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

Methods in gov.nih.nci.mageom.domain.DesignElement with parameters of type FeatureInformation
 void FeatureReporterMap.setFeatureInformationSources(FeatureInformation[] p_featureInformationSources)
          Sets the featureInformationSources attribute.
 

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

Classes in gov.nih.nci.mageom.domain.DesignElement.impl that implement FeatureInformation
 class FeatureInformationImpl
          As part of the map information, allows the association of one or more differences in the BioMaterial on a feature from the BioMaterial of the Reporter.
 

Fields in gov.nih.nci.mageom.domain.DesignElement.impl declared as FeatureInformation
protected  FeatureInformation[] FeatureReporterMapImpl.featureInformationSources
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.DesignElement.impl that return FeatureInformation
 FeatureInformation[] FeatureReporterMapImpl.getFeatureInformationSources()
           
 FeatureInformation[] FeatureInformationImpl.searchFeatureInformations(FeatureInformationSearchCriteria criteria)
          Returns an array of FeatureInformation objects that satisfy the given FeatureInformationSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.DesignElement.impl with parameters of type FeatureInformation
 void FeatureReporterMapImpl.setFeatureInformationSources(FeatureInformation[] p_featureInformationSources)
          Sets the featureInformationSources attribute.