Uses of Class
org.biomage.Array.ManufactureLIMS

Packages that use ManufactureLIMS
org.biomage.Array   
org.biomage.Interface   
 

Uses of ManufactureLIMS in org.biomage.Array
 

Subclasses of ManufactureLIMS in org.biomage.Array
 class ManufactureLIMSBiomaterial
          Stores the location from which a biomaterial was obtained.
 

Methods in org.biomage.Array that return ManufactureLIMS
 ManufactureLIMS ArrayManufacture.getFromFeatureLIMSs(int position)
          Method to get ManufactureLIMS from FeatureLIMSs_list
 

Methods in org.biomage.Array with parameters of type ManufactureLIMS
 void ArrayManufacture.addToFeatureLIMSs(int position, ManufactureLIMS manufactureLIMS)
          Method to add ManufactureLIMS at position to FeatureLIMSs_list
 void ArrayManufacture.addToFeatureLIMSs(ManufactureLIMS manufactureLIMS)
          Method to add ManufactureLIMS to FeatureLIMSs_list
 void ArrayManufacture.removeFromFeatureLIMSs(ManufactureLIMS manufactureLIMS)
          Method to remove first ManufactureLIMS from FeatureLIMSs_list
 

Uses of ManufactureLIMS in org.biomage.Interface
 

Methods in org.biomage.Interface that return ManufactureLIMS
 ManufactureLIMS HasFeatureLIMSs.getFromFeatureLIMSs(int position)
          Method to get ManufactureLIMS from FeatureLIMSs_list
 

Methods in org.biomage.Interface with parameters of type ManufactureLIMS
 void HasFeatureLIMSs.addToFeatureLIMSs(int position, ManufactureLIMS manufactureLIMS)
          Method to add ManufactureLIMS at position to FeatureLIMSs_list
 void HasFeatureLIMSs.addToFeatureLIMSs(ManufactureLIMS manufactureLIMS)
          Method to add ManufactureLIMS to FeatureLIMSs_list
 void HasFeatureLIMSs.removeFromFeatureLIMSs(ManufactureLIMS manufactureLIMS)
          Method to remove first ManufactureLIMS from FeatureLIMSs_list