Package net.sf.basedb.util.listable
Class CollectExtracts.CollectFromDerivedBioAssays
java.lang.Object
net.sf.basedb.util.listable.AbstractSourceItemTransformer
net.sf.basedb.util.listable.CollectExtracts.CollectFromDerivedBioAssays
- All Implemented Interfaces:
SourceItemTransformer
- Enclosing class:
- CollectExtracts
Transformer implementation that given a set of derived bioassays
load their linked extracts and store that in the parent class. The
original source of derived bioassays is returned unmodifed.
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class net.sf.basedb.util.listable.AbstractSourceItemTransformer
getSourceItemType, getTargetItemType, safeIdList
-
Field Details
-
loadParents
private final boolean loadParents
-
-
Constructor Details
-
CollectFromDerivedBioAssays
CollectFromDerivedBioAssays(boolean loadParents)
-
-
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
-