Class ExtraValue

All Implemented Interfaces:
AccessControlled, FileStoreEnabled, Identifiable

public class ExtraValue
extends ChildItem
implements FileStoreEnabled
Represents extra values attached to a BioAssaySet. The type of extra values are defined by the ExtraValueType. The insertion of extra values is done using batchers, created by calling either BioAssaySet.getSpotExtraValueBatcher(Class, ExtraValueType, Job) or BioAssaySet.getPositionExtraValueBatcher(Class, ExtraValueType, Job). Only one set of extra values of the same ExtraValueType are allowed in a bioassayset.
Version:
2.0
Author:
Nicklas
See Also:
SpotExtraValueBatcher, PositionExtraValueBatcher
Last modified
$Date: 2015-04-21 09:59:42 +0200 (ti, 21 apr 2015) $
  • Field Details

  • Constructor Details

    • ExtraValue

      ExtraValue​(ExtraValueData data)
      Creates a new extra value item from the given data.
      Parameters:
      data - the data
  • Method Details