Package net.sf.basedb.util.listable
Class PhysicalBioAssayToExtractTransformer
java.lang.Object
net.sf.basedb.util.listable.AbstractSourceItemTransformer
net.sf.basedb.util.listable.PhysicalBioAssayToExtractTransformer
- All Implemented Interfaces:
SourceItemTransformer
Source item transformer implementation that transform physical bioassay items
to extracts. This implementation will only transform to the physical bioassay:s
immediate parent extract. Grandparents are not included. To do this, combine this
transformed with a
ExtractToParentExtractTransformer
.- Since:
- 3.5
- Author:
- Nicklas
-
Constructor Summary
ConstructorDescriptionCreate a new physical bioassay to extract transformer. -
Method Summary
Methods inherited from class net.sf.basedb.util.listable.AbstractSourceItemTransformer
getSourceItemType, getTargetItemType, safeIdList
-
Constructor Details
-
PhysicalBioAssayToExtractTransformer
public PhysicalBioAssayToExtractTransformer()Create a new physical bioassay to extract 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
-