gov.nih.nci.mageom.domain.Array
Interface ArrayManufactureDeviation

All Superinterfaces:
Extendable
All Known Implementing Classes:
ArrayManufactureDeviationImpl

public interface ArrayManufactureDeviation
extends Extendable

Stores information of the potential difference between an array design and arrays that have been manufactured using that design (e.g. a tip failed to print several spots).

Version:
%I%, %G%

Method Summary
 ZoneDefect[] getAdjustments()
          Returns the value of this ArrayManufactureDeviation object's adjustments attribute.
 FeatureDefect[] getFeatureDefects()
          Returns the value of this ArrayManufactureDeviation object's featureDefects attribute.
 void setAdjustments(ZoneDefect[] p_adjustments)
          Sets the adjustments attribute.
 void setFeatureDefects(FeatureDefect[] p_featureDefects)
          Sets the featureDefects attribute.
 
Methods inherited from interface gov.nih.nci.mageom.domain.Extendable
getPropertySets, setPropertySets
 

Method Detail

setFeatureDefects

void setFeatureDefects(FeatureDefect[] p_featureDefects)
Sets the featureDefects attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a ArrayManufactureDeviation object.

Parameters:
p_featureDefects - The new value for featureDefects.
See Also:
getFeatureDefects()

getFeatureDefects

FeatureDefect[] getFeatureDefects()
Returns the value of this ArrayManufactureDeviation object's featureDefects attribute.

Returns:
gov.nih.nci.mageom.bean.Array.FeatureDefect[] The value of featureDefects.
See Also:
FeatureDefect

setAdjustments

void setAdjustments(ZoneDefect[] p_adjustments)
Sets the adjustments attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a ArrayManufactureDeviation object.

Parameters:
p_adjustments - The new value for adjustments.
See Also:
getAdjustments()

getAdjustments

ZoneDefect[] getAdjustments()
Returns the value of this ArrayManufactureDeviation object's adjustments attribute.

Returns:
gov.nih.nci.mageom.bean.Array.ZoneDefect[] The value of adjustments.
See Also:
ZoneDefect