Class CollectedExtractsToDerivedBioAssayTransformer

java.lang.Object
net.sf.basedb.util.listable.AbstractSourceItemTransformer
net.sf.basedb.util.listable.CollectedExtractsToDerivedBioAssayTransformer
All Implemented Interfaces:
SourceItemTransformer

public class CollectedExtractsToDerivedBioAssayTransformer
extends AbstractSourceItemTransformer
Source item transformer implementation that transform collected extract items to derived bioassays. This implementations works on the derived bioassay level and merges the source derived bioassays with all derived bioassays having a direct link to the set of collected extracts.
Since:
3.5
Author:
Nicklas
  • Field Details

    • collectedExtracts

      private final CollectExtracts collectedExtracts
    • includeChildBioAssays

      private final boolean includeChildBioAssays
  • Constructor Details

    • CollectedExtractsToDerivedBioAssayTransformer

      public CollectedExtractsToDerivedBioAssayTransformer​(CollectExtracts collectedExtracts)
      Create a new collected extracts to derived bioassay transformer.
    • CollectedExtractsToDerivedBioAssayTransformer

      public CollectedExtractsToDerivedBioAssayTransformer​(CollectExtracts collectedExtracts, boolean includeChildBioAssays)
      Create a new collected extracts to derived bioassay transformer.
      Parameters:
      includeChildBioAssays - TRUE to also include child bioassays to those that are directly linke (even if they are not linked or linked to other extracts)
      Since:
      3.19.10
  • Method Details