Package net.sf.basedb.util.listable
Class DerivedBioAssayToRawBioAssayTransformer
java.lang.Object
net.sf.basedb.util.listable.AbstractSourceItemTransformer
net.sf.basedb.util.listable.DerivedBioAssayToRawBioAssayTransformer
- All Implemented Interfaces:
SourceItemTransformer
Source item transformer implementation that transform derived bioassay items
to raw bioassays.
- Since:
- 3.5
- Author:
- Nicklas
-
Field Summary
-
Constructor Summary
ConstructorDescriptionCreate a new derived bioassay to raw bioassay transformer.DerivedBioAssayToRawBioAssayTransformer
(CollectExtracts collectedExtracts) Create a new derived bioassay to raw bioassay transformer that also consider collected parent extracts. -
Method Summary
Methods inherited from class net.sf.basedb.util.listable.AbstractSourceItemTransformer
getSourceItemType, getTargetItemType, safeIdList
-
Field Details
-
collectedExtracts
-
-
Constructor Details
-
DerivedBioAssayToRawBioAssayTransformer
public DerivedBioAssayToRawBioAssayTransformer()Create a new derived bioassay to raw bioassay transformer. -
DerivedBioAssayToRawBioAssayTransformer
Create a new derived bioassay to raw bioassay transformer that also consider collected parent extracts.
-
-
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
-