Package net.sf.basedb.util.listable
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 Summary
Fields Modifier and Type Field Description private CollectExtracts
collectedExtracts
-
Constructor Summary
Constructors Constructor Description CollectedExtractsToDerivedBioAssayTransformer(CollectExtracts collectedExtracts)
Create a new collected extracts to derived bioassay transformer. -
Method Summary
Methods inherited from class net.sf.basedb.util.listable.AbstractSourceItemTransformer
getSourceItemType, getTargetItemType, safeIdList
-
Field Details
-
collectedExtracts
-
-
Constructor Details
-
CollectedExtractsToDerivedBioAssayTransformer
Create a new collected extracts to derived bioassay transformer.
-
-
Method Details
-
transform
Description copied from interface:SourceItemTransformer
Transform the given set of source item ID:s into a set of target item ID:s
-