Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.biomage.Array.ArrayGroup

Uses of ArrayGroup in org.biomage.Array
 

Fields in org.biomage.Array declared as ArrayGroup
private  ArrayGroup Array.arrayGroup
          Association between an ArrayGroup and its Arrays, typically the ArrayGroup will represent a slide and the Arrays will be the manufactured so that they may be hybridized separately on that slide.
 

Methods in org.biomage.Array that return ArrayGroup
 ArrayGroup Array_package.getFromArrayGroup_list(int position)
          Method to get ArrayGroup from ArrayGroup_list
 ArrayGroup Array.getArrayGroup()
          Get method for arrayGroup
 

Methods in org.biomage.Array with parameters of type ArrayGroup
 void Array_package.addToArrayGroup_list(ArrayGroup arrayGroup)
          Method to add ArrayGroup to ArrayGroup_list
 void Array_package.addToArrayGroup_list(int position, ArrayGroup arrayGroup)
          Method to add ArrayGroup at position to ArrayGroup_list
 void Array_package.removeFromArrayGroup_list(ArrayGroup arrayGroup)
          Method to remove first ArrayGroup from ArrayGroup_list
 void Array.setArrayGroup(ArrayGroup arrayGroup)
          Set method for arrayGroup