Uses of Class
org.biomage.Array.ArrayManufacture

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

Uses of ArrayManufacture in org.biomage.Array
 

Fields in org.biomage.Array declared as ArrayManufacture
protected  ArrayManufacture Array.information
          Association between the manufactured array and the information on that manufacture.
 

Methods in org.biomage.Array that return ArrayManufacture
 ArrayManufacture Array_package.getFromArrayManufacture_list(int position)
          Method to get ArrayManufacture from ArrayManufacture_list
 ArrayManufacture Array.getInformation()
          Get method for information
 

Methods in org.biomage.Array with parameters of type ArrayManufacture
 void Array_package.addToArrayManufacture_list(ArrayManufacture arrayManufacture)
          Method to add ArrayManufacture to ArrayManufacture_list
 void Array_package.addToArrayManufacture_list(int position, ArrayManufacture arrayManufacture)
          Method to add ArrayManufacture at position to ArrayManufacture_list
 void Array_package.removeFromArrayManufacture_list(ArrayManufacture arrayManufacture)
          Method to remove first ArrayManufacture from ArrayManufacture_list
 void Array.setInformation(ArrayManufacture information)
          Set method for information
 

Uses of ArrayManufacture in org.biomage.Interface
 

Methods in org.biomage.Interface that return ArrayManufacture
 ArrayManufacture HasInformation.getInformation()
          Get method for information
 

Methods in org.biomage.Interface with parameters of type ArrayManufacture
 void HasInformation.setInformation(ArrayManufacture information)
          Set method for information