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

Packages that use Feature
gov.nih.nci.mageom.domain.Array   
gov.nih.nci.mageom.domain.Array.impl   
gov.nih.nci.mageom.domain.ArrayDesign   
gov.nih.nci.mageom.domain.ArrayDesign.impl   
gov.nih.nci.mageom.domain.BioAssayData   
gov.nih.nci.mageom.domain.BioAssayData.impl   
gov.nih.nci.mageom.domain.DesignElement   
gov.nih.nci.mageom.domain.DesignElement.impl   
 

Uses of Feature in gov.nih.nci.mageom.domain.Array
 

Methods in gov.nih.nci.mageom.domain.Array that return Feature
 Feature ManufactureLIMS.getFeature()
          Returns the value of this ManufactureLIMS object's feature attribute.
 Feature FeatureDefect.getFeature()
          Returns the value of this FeatureDefect object's feature attribute.
 

Methods in gov.nih.nci.mageom.domain.Array with parameters of type Feature
 void ManufactureLIMS.setFeature(Feature p_feature)
          Sets the feature attribute.
 void FeatureDefect.setFeature(Feature p_feature)
          Sets the feature attribute.
 

Uses of Feature in gov.nih.nci.mageom.domain.Array.impl
 

Fields in gov.nih.nci.mageom.domain.Array.impl declared as Feature
protected  Feature ManufactureLIMSImpl.feature
          DOCUMENT ME
protected  Feature FeatureDefectImpl.feature
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.Array.impl that return Feature
 Feature ManufactureLIMSImpl.getFeature()
           
 Feature FeatureDefectImpl.getFeature()
           
 

Methods in gov.nih.nci.mageom.domain.Array.impl with parameters of type Feature
 void ManufactureLIMSImpl.setFeature(Feature p_feature)
          Sets the feature attribute.
 void FeatureDefectImpl.setFeature(Feature p_feature)
          Sets the feature attribute.
 

Uses of Feature in gov.nih.nci.mageom.domain.ArrayDesign
 

Methods in gov.nih.nci.mageom.domain.ArrayDesign that return Feature
 Feature[] FeatureGroup.getFeatures()
          Returns the value of this FeatureGroup object's features attribute.
 

Methods in gov.nih.nci.mageom.domain.ArrayDesign with parameters of type Feature
 void FeatureGroup.setFeatures(Feature[] p_features)
          Sets the features attribute.
 

Uses of Feature in gov.nih.nci.mageom.domain.ArrayDesign.impl
 

Fields in gov.nih.nci.mageom.domain.ArrayDesign.impl declared as Feature
protected  Feature[] FeatureGroupImpl.features
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.ArrayDesign.impl that return Feature
 Feature[] FeatureGroupImpl.getFeatures()
           
 

Methods in gov.nih.nci.mageom.domain.ArrayDesign.impl with parameters of type Feature
 void FeatureGroupImpl.setFeatures(Feature[] p_features)
          Sets the features attribute.
 

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

Methods in gov.nih.nci.mageom.domain.BioAssayData that return Feature
 Feature[] FeatureDimension.getContainedFeatures()
          Returns the value of this FeatureDimension object's containedFeatures attribute.
 

Methods in gov.nih.nci.mageom.domain.BioAssayData with parameters of type Feature
 void FeatureDimension.setContainedFeatures(Feature[] p_containedFeatures)
          Sets the containedFeatures attribute.
 

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

Fields in gov.nih.nci.mageom.domain.BioAssayData.impl declared as Feature
protected  Feature[] FeatureDimensionImpl.containedFeatures
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.BioAssayData.impl that return Feature
 Feature[] FeatureDimensionImpl.getContainedFeatures()
           
 

Methods in gov.nih.nci.mageom.domain.BioAssayData.impl with parameters of type Feature
 void FeatureDimensionImpl.setContainedFeatures(Feature[] p_containedFeatures)
          Sets the containedFeatures attribute.
 

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

Methods in gov.nih.nci.mageom.domain.DesignElement that return Feature
 Feature[] Feature.getControlFeatures()
          Returns the value of this Feature object's controlFeatures attribute.
 Feature[] Feature.getControlledFeatures()
          Returns the value of this Feature object's controlledFeatures attribute.
 Feature FeatureInformation.getFeature()
          Returns the value of this FeatureInformation object's feature attribute.
 

Methods in gov.nih.nci.mageom.domain.DesignElement with parameters of type Feature
 void Feature.setControlFeatures(Feature[] p_controlFeatures)
          Sets the controlFeatures attribute.
 void Feature.setControlledFeatures(Feature[] p_controlledFeatures)
          Sets the controlledFeatures attribute.
 void FeatureInformation.setFeature(Feature p_feature)
          Sets the feature attribute.
 

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

Classes in gov.nih.nci.mageom.domain.DesignElement.impl that implement Feature
 class FeatureImpl
          An intended position on an array.
 

Fields in gov.nih.nci.mageom.domain.DesignElement.impl declared as Feature
protected  Feature[] FeatureImpl.controlFeatures
          DOCUMENT ME
protected  Feature[] FeatureImpl.controlledFeatures
          DOCUMENT ME
protected  Feature FeatureInformationImpl.feature
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.DesignElement.impl that return Feature
 Feature[] FeatureImpl.getControlFeatures()
           
 Feature[] FeatureImpl.getControlledFeatures()
           
 Feature FeatureInformationImpl.getFeature()
           
 Feature[] FeatureImpl.searchFeatures(FeatureSearchCriteria criteria)
          Returns an array of Feature objects that satisfy the given FeatureSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.DesignElement.impl with parameters of type Feature
 void FeatureImpl.setControlFeatures(Feature[] p_controlFeatures)
          Sets the controlFeatures attribute.
 void FeatureImpl.setControlledFeatures(Feature[] p_controlledFeatures)
          Sets the controlledFeatures attribute.
 void FeatureInformationImpl.setFeature(Feature p_feature)
          Sets the feature attribute.