Uses of Interface
gov.nih.nci.mageom.domain.Array.ArrayGroup

Packages that use ArrayGroup
gov.nih.nci.mageom.domain.Array   
gov.nih.nci.mageom.domain.Array.impl   
 

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

Methods in gov.nih.nci.mageom.domain.Array that return ArrayGroup
 ArrayGroup Array.getArrayGroup()
          Returns the value of this Array object's arrayGroup attribute.
 

Methods in gov.nih.nci.mageom.domain.Array with parameters of type ArrayGroup
 void Array.setArrayGroup(ArrayGroup p_arrayGroup)
          Sets the arrayGroup attribute.
 

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

Classes in gov.nih.nci.mageom.domain.Array.impl that implement ArrayGroup
 class ArrayGroupImpl
          An array package is a physical platform that contains one or more arrays that are separately addressable (e.g.
 

Fields in gov.nih.nci.mageom.domain.Array.impl declared as ArrayGroup
protected  ArrayGroup ArrayImpl.arrayGroup
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.Array.impl that return ArrayGroup
 ArrayGroup ArrayImpl.getArrayGroup()
           
 ArrayGroup[] ArrayGroupImpl.searchArrayGroups(ArrayGroupSearchCriteria criteria)
          Returns an array of ArrayGroup objects that satisfy the given ArrayGroupSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.Array.impl with parameters of type ArrayGroup
 void ArrayImpl.setArrayGroup(ArrayGroup p_arrayGroup)
          Sets the arrayGroup attribute.