Class PhysicalBioAssayToDerivedBioAssayTransformer

  • All Implemented Interfaces:
    SourceItemTransformer

    public class PhysicalBioAssayToDerivedBioAssayTransformer
    extends AbstractSourceItemTransformer
    Source item transformer implementation that transform physical bioassay items to derived bioassays. This implementation transform to all derived bioassays that are descendants of the physical bioassays and may optionally limit the derived bioassays that are related to parent collected extracts.
    Since:
    3.5
    Author:
    Nicklas
    • Constructor Detail

      • PhysicalBioAssayToDerivedBioAssayTransformer

        public PhysicalBioAssayToDerivedBioAssayTransformer()
        Create a new physical bioassay to derived bioassay transformer.
      • PhysicalBioAssayToDerivedBioAssayTransformer

        public PhysicalBioAssayToDerivedBioAssayTransformer​(CollectExtracts collectedExtracts)
        Create a new physical bioassay to derived bioassay transformer using the collected extracts to limit the returned items.