public class BioAssayExperimentalFactorLoader extends Object implements DataLoader<BioAssay>
BioAssaySetUtil.getAnnotationValues(DbControl, SnapshotManager, BioAssay, net.sf.basedb.core.AnnotationType)
Modifier and Type | Field and Description |
---|---|
private SnapshotManager |
snapshotManager |
Constructor and Description |
---|
BioAssayExperimentalFactorLoader() |
BioAssayExperimentalFactorLoader(SnapshotManager snapshotManager)
Creates an experimental factor loader that uses a specific snapshot manager
for loading the annotation values.
|
Modifier and Type | Method and Description |
---|---|
Object |
getData(DbControl dc,
ExportedProperty exportedProperty,
BioAssay item)
Get the value for the specified property.
|
private final SnapshotManager snapshotManager
public BioAssayExperimentalFactorLoader()
public BioAssayExperimentalFactorLoader(SnapshotManager snapshotManager)
public Object getData(DbControl dc, ExportedProperty exportedProperty, BioAssay item)
DataLoader
getData
in interface DataLoader<BioAssay>
exportedProperty
- The property to get the value foritem
- The item that holds the value