Uses of Class
org.biomage.DesignElement.Feature

Packages that use Feature
gov.nih.nci.caarray.services.arraydesign.loader   
org.biomage.Array   
org.biomage.ArrayDesign   
org.biomage.BioAssayData   
org.biomage.DesignElement   
org.biomage.Interface   
 

Uses of Feature in gov.nih.nci.caarray.services.arraydesign.loader
 

Methods in gov.nih.nci.caarray.services.arraydesign.loader with parameters of type Feature
 void ArrayDesignSaver.saveFeature(Feature feature, FeatureGroup featureGroup)
           
 

Uses of Feature in org.biomage.Array
 

Fields in org.biomage.Array declared as Feature
protected  Feature ManufactureLIMS.feature
          The feature whose LIMS information is being described.
protected  Feature FeatureDefect.feature
          The feature that was manufactured defectively.
 

Methods in org.biomage.Array that return Feature
 Feature ManufactureLIMS.getFeature()
          Get method for feature
 Feature FeatureDefect.getFeature()
          Get method for feature
 

Methods in org.biomage.Array with parameters of type Feature
 void ManufactureLIMS.setFeature(Feature feature)
          Set method for feature
 void FeatureDefect.setFeature(Feature feature)
          Set method for feature
 

Uses of Feature in org.biomage.ArrayDesign
 

Methods in org.biomage.ArrayDesign that return Feature
 Feature FeatureGroup.getFromFeatures(int position)
          Method to get Feature from Features_list
 

Methods in org.biomage.ArrayDesign with parameters of type Feature
 void FeatureGroup.addToFeatures(Feature feature)
          Method to add Feature to Features_list
 void FeatureGroup.addToFeatures(int position, Feature feature)
          Method to add Feature at position to Features_list
 void FeatureGroup.removeFromFeatures(Feature feature)
          Method to remove first Feature from Features_list
 

Uses of Feature in org.biomage.BioAssayData
 

Methods in org.biomage.BioAssayData that return Feature
 Feature FeatureDimension.getFromContainedFeatures(int position)
          Method to get Feature from ContainedFeatures_list
 

Methods in org.biomage.BioAssayData with parameters of type Feature
 void FeatureDimension.addToContainedFeatures(Feature feature)
          Method to add Feature to ContainedFeatures_list
 void FeatureDimension.addToContainedFeatures(int position, Feature feature)
          Method to add Feature at position to ContainedFeatures_list
 void FeatureDimension.removeFromContainedFeatures(Feature feature)
          Method to remove first Feature from ContainedFeatures_list
 

Uses of Feature in org.biomage.DesignElement
 

Fields in org.biomage.DesignElement declared as Feature
protected  Feature FeatureInformation.feature
          The feature the FeatureInformation is supplying information for.
 

Methods in org.biomage.DesignElement that return Feature
 Feature FeatureInformation.getFeature()
          Get method for feature
 Feature Feature.getFromControlFeatures(int position)
          Method to get Feature from ControlFeatures_list
 Feature Feature.getFromControlledFeatures(int position)
          Method to get Feature from ControlledFeatures_list
 

Methods in org.biomage.DesignElement with parameters of type Feature
 void Feature.addToControlFeatures(Feature feature)
          Method to add Feature to ControlFeatures_list
 void Feature.addToControlFeatures(int position, Feature feature)
          Method to add Feature at position to ControlFeatures_list
 void Feature.addToControlledFeatures(Feature feature)
          Method to add Feature to ControlledFeatures_list
 void Feature.addToControlledFeatures(int position, Feature feature)
          Method to add Feature at position to ControlledFeatures_list
 void Feature.removeFromControlFeatures(Feature feature)
          Method to remove first Feature from ControlFeatures_list
 void Feature.removeFromControlledFeatures(Feature feature)
          Method to remove first Feature from ControlledFeatures_list
 void FeatureInformation.setFeature(Feature feature)
          Set method for feature
 

Uses of Feature in org.biomage.Interface
 

Methods in org.biomage.Interface that return Feature
 Feature HasFeature.getFeature()
          Get method for feature
 Feature HasContainedFeatures.getFromContainedFeatures(int position)
          Method to get Feature from ContainedFeatures_list
 Feature HasControlFeatures.getFromControlFeatures(int position)
          Method to get Feature from ControlFeatures_list
 Feature HasControlledFeatures.getFromControlledFeatures(int position)
          Method to get Feature from ControlledFeatures_list
 Feature HasFeatures.getFromFeatures(int position)
          Method to get Feature from Features_list
 

Methods in org.biomage.Interface with parameters of type Feature
 void HasContainedFeatures.addToContainedFeatures(Feature feature)
          Method to add Feature to ContainedFeatures_list
 void HasContainedFeatures.addToContainedFeatures(int position, Feature feature)
          Method to add Feature at position to ContainedFeatures_list
 void HasControlFeatures.addToControlFeatures(Feature feature)
          Method to add Feature to ControlFeatures_list
 void HasControlFeatures.addToControlFeatures(int position, Feature feature)
          Method to add Feature at position to ControlFeatures_list
 void HasControlledFeatures.addToControlledFeatures(Feature feature)
          Method to add Feature to ControlledFeatures_list
 void HasControlledFeatures.addToControlledFeatures(int position, Feature feature)
          Method to add Feature at position to ControlledFeatures_list
 void HasFeatures.addToFeatures(Feature feature)
          Method to add Feature to Features_list
 void HasFeatures.addToFeatures(int position, Feature feature)
          Method to add Feature at position to Features_list
 void HasContainedFeatures.removeFromContainedFeatures(Feature feature)
          Method to remove first Feature from ContainedFeatures_list
 void HasControlFeatures.removeFromControlFeatures(Feature feature)
          Method to remove first Feature from ControlFeatures_list
 void HasControlledFeatures.removeFromControlledFeatures(Feature feature)
          Method to remove first Feature from ControlledFeatures_list
 void HasFeatures.removeFromFeatures(Feature feature)
          Method to remove first Feature from Features_list
 void HasFeature.setFeature(Feature feature)
          Set method for feature